| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index 67041ef6f1d658358e44bab19af1b3b240d62ecf..bb7ee859a1b53ed1e19708498c1cceadad269d49 100644
|
| --- a/chrome/chrome_exe.gypi
|
| +++ b/chrome/chrome_exe.gypi
|
| @@ -42,6 +42,11 @@
|
| 'INFOPLIST_FILE': 'app/app-Info.plist',
|
| },
|
| 'conditions': [
|
| + ['order_profiling!=0 and (chromeos==1 or OS=="linux")', {
|
| + 'dependencies' : [
|
| + '../base/cygprofile/cygprofile.gyp:cygprofile',
|
| + ],
|
| + }],
|
| ['order_text_section!=""', {
|
| 'target_conditions' : [
|
| ['_toolset=="target"', {
|
|
|