Index: tools/gyp/v8.gyp |
=================================================================== |
--- tools/gyp/v8.gyp (revision 13792) |
+++ tools/gyp/v8.gyp (working copy) |
@@ -762,6 +762,17 @@ |
'<(SHARED_INTERMEDIATE_DIR)/debug-support.cc', |
] |
}], |
+ ['v8_enable_vtunejit==1', { |
+ 'sources': [ |
+ '../../src/third_party/vtune/ittnotify_config.h', |
+ '../../src/third_party/vtune/ittnotify_types.h', |
+ '../../src/third_party/vtune/jitprofiling.cc', |
+ '../../src/third_party/vtune/jitprofiling.h', |
+ '../../src/third_party/vtune/v8-vtune.h', |
+ '../../src/third_party/vtune/vtune-jit.cc', |
+ '../../src/third_party/vtune/vtune-jit.h', |
danno
2013/03/07 14:19:20
These belong in d8's list gyp file, not V8.
Jakob Kummerow
2013/03/07 14:46:30
In light of your other comments, I think you mean:
|
+ ], |
+ }], |
], |
}, |
{ |