Index: chrome/chrome_exe.gypi |
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
index 81fcfeb3dff3ae36198b11c89013c1f1d031cdb7..00dc15588b48e2dae9717cae61a3d8535ffea31b 100644 |
--- a/chrome/chrome_exe.gypi |
+++ b/chrome/chrome_exe.gypi |
@@ -58,6 +58,10 @@ |
'enable_wexit_time_destructors': 1, |
}, |
'sources': [ |
+ # Note that due to InitializeSandboxInfo, this must be directly linked |
+ # into chrome.exe, not into a dependent. |
+ '<(DEPTH)/content/app/startup_helper_win.cc', |
+ '<(DEPTH)/content/public/common/content_switches.cc', |
'app/chrome_exe_main_aura.cc', |
'app/chrome_exe_main_mac.cc', |
'app/chrome_exe_main_win.cc', |
@@ -70,10 +74,6 @@ |
'app/client_util.h', |
'app/signature_validator_win.cc', |
'app/signature_validator_win.h', |
- # Note that due to InitializeSandboxInfo, this must be directly linked |
- # into chrome.exe, not into a dependent. |
- '<(DEPTH)/content/app/startup_helper_win.cc', |
- '<(DEPTH)/content/public/common/content_switches.cc', |
], |
'mac_bundle_resources': [ |
'app/app-Info.plist', |