Skip to content

Commit 9685247

Browse files
legendecasaduh95
authored andcommitted
build: fix v8_use_perfetto source scraping
Signed-off-by: Chengzhong Wu <cwu631@bloomberg.net> PR-URL: #64721 Fixes: nodejs/diagnostics#654 Refs: #64565 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 72eaee6 commit 9685247

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)