Index: chrome/chrome_exe.gypi |
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
index 686522773fd1fde8414535184f5c31044b8702e3..180873804b2e2cabdc9143f2ff31432820490fdd 100644 |
--- a/chrome/chrome_exe.gypi |
+++ b/chrome/chrome_exe.gypi |
@@ -56,7 +56,7 @@ |
'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/app/sandbox_helper_win.cc', |
'<(DEPTH)/content/public/common/content_switches.cc', |
'app/chrome_exe_load_config_win.cc', |
'app/chrome_exe_main_aura.cc', |
@@ -531,7 +531,8 @@ |
'type': 'executable', |
'product_name': 'nacl64', |
'sources': [ |
- '../content/app/startup_helper_win.cc', |
+ '../base/win/process_startup_helper.cc', |
+ '../content/app/sandbox_helper_win.cc', |
'../content/common/sandbox_init_win.cc', |
'../content/common/sandbox_win.cc', |
'../content/public/common/content_switches.cc', |