Skip to content

Commit 050bba9

Browse files
committed
build: fix v8_use_perfetto source scraping
Signed-off-by: Chengzhong Wu <cwu631@bloomberg.net>
1 parent 9817f10 commit 050bba9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/v8_gypfiles/v8.gyp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,10 +1740,10 @@
17401740
}],
17411741
['v8_use_perfetto==1', {
17421742
'sources!': [
1743-
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_libplatform.*?v8_use_perfetto.*?sources -= ")',
1743+
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_libplatform.*?v8_use_perfetto.*?sources \\-= ")',
17441744
],
17451745
'sources': [
1746-
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_libplatform.*?v8_use_perfetto.*?sources += ")',
1746+
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_libplatform.*?v8_use_perfetto.*?sources \\+= ")',
17471747
],
17481748
'dependencies': [
17491749
'<(perfetto_gyp_file):perfetto_sdk',

0 commit comments

Comments
 (0)