| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index fe9eb31af1dbc840ee0f7b160611972f9015460b..7279cf42c0cd21d403f4114b7f86fd65a55874da 100644
|
| --- a/chrome/chrome_exe.gypi
|
| +++ b/chrome/chrome_exe.gypi
|
| @@ -65,6 +65,8 @@
|
| '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',
|
| ],
|
|
|