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

Unified Diff: chrome/chrome_exe.gypi

Issue 8770054: Tool to log the execution of Chrome. Initial add. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moved /base/cygprofile to /tools/cygprofile Created 8 years, 7 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
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index e638b2d595e6463f2b3e5131aefcedefee73805a..1bb2b178e4105ca6f75ab3f5bfe15b25b5d76afb 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -44,6 +44,11 @@
'INFOPLIST_FILE': 'app/app-Info.plist',
},
'conditions': [
+ ['order_profiling!=0 and (chromeos==1 or OS=="linux")', {
+ 'dependencies' : [
+ '../tools/cygprofile/cygprofile.gyp:cygprofile',
+ ],
+ }],
['order_text_section!=""', {
'target_conditions' : [
['_toolset=="target"', {
« no previous file with comments | « build/common.gypi ('k') | media/media.gyp » ('j') | tools/cygprofile/cygprofile.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698