File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 'sources' : [
1919 '<@(perfetto_sdk_sources)' ,
2020 ],
21+ 'conditions' : [
22+ ['OS=="win"' , {
23+ 'defines' : [
24+ 'WIN32_LEAN_AND_MEAN' ,
25+ 'NOMINMAX' ,
26+ ],
27+ }],
28+ ],
2129 },
2230 ]
2331}
Original file line number Diff line number Diff line change 9393 [ 'OS=="linux" and target_arch=="s390x"' , {
9494 'cflags' : [ '-march=z14' ],
9595 }],
96+ [ 'v8_use_perfetto==1' , {
97+ 'dependencies' : [
98+ 'deps/perfetto/perfetto.gyp:perfetto_sdk' ,
99+ ],
100+ }],
96101 [ 'node_enable_d8=="true"' , {
97102 'dependencies' : [ 'tools/v8_gypfiles/d8.gyp:d8' ],
98103 }],
Original file line number Diff line number Diff line change 17641764 }],
17651765 ['v8_use_perfetto==1' , {
17661766 'sources!' : [
1767- '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\ "v8_libplatform.*?v8_use_perfetto.*?sources \\ -= ")' ,
1767+ '<(V8_ROOT)/src/libplatform/tracing/trace-buffer.cc' ,
1768+ '<(V8_ROOT)/src/libplatform/tracing/trace-buffer.h' ,
1769+ '<(V8_ROOT)/src/libplatform/tracing/trace-writer.cc' ,
1770+ '<(V8_ROOT)/src/libplatform/tracing/trace-writer.h' ,
1771+ '<(V8_ROOT)/src/tracing/trace-event-no-perfetto.h' ,
17681772 ],
17691773 'sources' : [
17701774 '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\ "v8_libplatform.*?v8_use_perfetto.*?sources \\ += ")' ,
You can’t perform that action at this time.
0 commit comments