| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index 686522773fd1fde8414535184f5c31044b8702e3..89fbe4394afee14738e39c9d219e6d76e96cb82f 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,7 @@
|
| 'type': 'executable',
|
| 'product_name': 'nacl64',
|
| 'sources': [
|
| - '../content/app/startup_helper_win.cc',
|
| + '../content/app/sandbox_helper_win.cc',
|
| '../content/common/sandbox_init_win.cc',
|
| '../content/common/sandbox_win.cc',
|
| '../content/public/common/content_switches.cc',
|
|
|