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"', { |