Commit bbceab4
deps: V8: backport 1b1eda0876aa
Original commit message:
tracing: Update proto library build rule and roll Perfetto
This patch removes use of the deprecated sources_assignment_filter GN
feature from gni/proto_library.gni, since the extra descriptor files are
no longer being generated.
We also roll Perfetto to match the version used in Chrome and update
test expectations accordingly.
Bug: v8:10995
Change-Id: I65cb3b79feb6e5a7e5c8d99fdb8bf999a6048539
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2454079
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Auto-Submit: Sami Kyöstilä <skyostil@chromium.org>
Reviewed-by: Peter Marshall <petermarshall@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#70381}
Refs: v8/v8@1b1eda0
PR-URL: #39245
Refs: nodejs/build#2696
Reviewed-By: Richard Lau <rlau@redhat.com>1 parent 93a1a3c commit bbceab4Copy full SHA for bbceab4
4 files changed
+13-11Lines changed: 13 additions & 11 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- deps/v8
- gni
- test/cctest/libplatform
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | | - |
| 37 | + |
38 | 38 | |
39 | 39 | |
40 | 40 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
246 | 246 | |
247 | 247 | |
248 | 248 | |
249 | | - |
| 249 | + |
250 | 250 | |
251 | 251 | |
252 | 252 | |
|
Collapse file
deps/v8/gni/proto_library.gni
Copy file name to clipboardExpand all lines: deps/v8/gni/proto_library.gni+6-5Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | | - |
15 | | - |
16 | 14 | |
17 | 15 | |
18 | 16 | |
| ||
137 | 135 | |
138 | 136 | |
139 | 137 | |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
140 | 144 | |
141 | 145 | |
142 | 146 | |
| ||
187 | 191 | |
188 | 192 | |
189 | 193 | |
190 | | - |
191 | | - |
192 | 194 | |
193 | | - |
194 | 195 | |
195 | 196 | |
196 | 197 | |
|
Collapse file
deps/v8/test/cctest/libplatform/test-tracing.cc
Copy file name to clipboardExpand all lines: deps/v8/test/cctest/libplatform/test-tracing.cc+5-4Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
891 | 891 | |
892 | 892 | |
893 | 893 | |
894 | | - |
895 | | - |
896 | | - |
897 | | - |
| 894 | + |
| 895 | + |
| 896 | + |
| 897 | + |
| 898 | + |
898 | 899 | |
899 | 900 | |
900 | 901 | |
|
0 commit comments