Index: tools/gyp/v8.gyp |
=================================================================== |
--- tools/gyp/v8.gyp (revision 13696) |
+++ tools/gyp/v8.gyp (working copy) |
@@ -756,6 +756,13 @@ |
'<(SHARED_INTERMEDIATE_DIR)/debug-support.cc', |
] |
}], |
+ ['v8_enable_vtunejit==1', { |
+ 'sources' : [ |
Jakob Kummerow
2013/02/26 09:10:25
nit: no space before ':'
|
+ '../../src/third_party/vtune/vtune-jit.cc', |
+ '../../src/third_party/vtune/vtune-jit.h', |
+ '../../src/third_party/vtune/jitprofiling.cc', |
Jakob Kummerow
2013/02/26 09:10:25
Please sort the list of files alphabetically.
Also
|
+ ], |
+ }], |
], |
}, |
{ |