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

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/third_party/vtune/vtune-jit.h ('K') | « src/third_party/vtune/vtune-jit.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 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
+ ],
+ }],
],
},
{
« src/third_party/vtune/vtune-jit.h ('K') | « src/third_party/vtune/vtune-jit.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698