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

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

Powered by Google App Engine
This is Rietveld 408576698