Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(286)

Unified Diff: tools/gyp/v8.gyp

Issue 11574031: Intel VTune integration for V8/D8 (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« src/v8dll-main.cc ('K') | « src/v8dll-main.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
+ ],
+ }],
],
},
{
« src/v8dll-main.cc ('K') | « src/v8dll-main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698