File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 18
18
#include " node_wasm_web_api.h"
19
19
#include " uv.h"
20
20
#ifdef NODE_ENABLE_VTUNE_PROFILING
21
- #include " ../deps/v8/src/ third_party/vtune/v8-vtune.h"
21
+ #include " ../deps/v8/third_party/vtune/v8-vtune.h"
22
22
#endif
23
23
#if HAVE_INSPECTOR
24
24
#include " inspector/worker_inspector.h" // ParentInspectorHandle
Original file line number Diff line number Diff line change 73
73
#endif
74
74
75
75
#ifdef NODE_ENABLE_VTUNE_PROFILING
76
- #include " ../deps/v8/src/ third_party/vtune/v8-vtune.h"
76
+ #include " ../deps/v8/third_party/vtune/v8-vtune.h"
77
77
#endif
78
78
79
79
#include " large_pages/node_large_page.h"
Original file line number Diff line number Diff line change 13
13
'target_name' : 'v8_vtune' ,
14
14
'type' : 'static_library' ,
15
15
'sources' : [
16
- '<(V8_ROOT)/third_party/ittapi/src/ittnotify/ittnotify_config.h' ,
17
- '<(V8_ROOT)/third_party/ittapi/src/ittnotify/ittnotify_types.h' ,
18
16
'<(V8_ROOT)/third_party/ittapi/src/ittnotify/jitprofiling.c' ,
19
- '<(V8_ROOT)/third_party/ittapi/include/jitprofiling.h' ,
20
- '<(V8_ROOT)/src/third_party/vtune/v8-vtune.h' ,
21
- '<(V8_ROOT)/src/third_party/vtune/vtune-jit.cc' ,
22
- '<(V8_ROOT)/src/third_party/vtune/vtune-jit.h' ,
17
+ '<(V8_ROOT)/third_party/vtune/vtune-jit.cc' ,
23
18
],
24
19
'include_dirs' : [
25
20
'<(V8_ROOT)/third_party/ittapi/include' ,
26
21
'<(V8_ROOT)/third_party/ittapi/src/ittnotify' ,
22
+ '<(V8_ROOT)/include' ,
23
+ '<(V8_ROOT)' ,
27
24
],
28
25
29
26
'direct_dependent_settings' : {
You can’t perform that action at this time.
0 commit comments