Chromium Code Reviews| Index: tools/gyp/v8.gyp |
| =================================================================== |
| --- tools/gyp/v8.gyp (revision 13219) |
| +++ tools/gyp/v8.gyp (working copy) |
| @@ -754,6 +754,13 @@ |
| '<(SHARED_INTERMEDIATE_DIR)/debug-support.cc', |
| ] |
| }], |
| + ['v8_enable_vtunejit==1', { |
|
Jakob Kummerow
2012/12/21 12:50:59
Inclusion of source files should occur on the same
|
| + 'sources' : [ |
|
Jakob Kummerow
2012/12/21 12:50:59
nit: no space before ':'
|
| + '../../src/third_party/vtune/vtune-jit.cc', |
|
Jakob Kummerow
2012/12/21 12:50:59
nit: indentation
|
| + '../../src/third_party/vtune/vtune-jit.h', |
| + '../../src/third_party/vtune/jitprofiling.cc', |
| + ], |
| + }], |
| ], |
| }, |
| { |