| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index ae000d7dc7f159042e1860b4a3f50bdd0e39e1b9..6cb2f9e1c45c8512e6a4ad941a3c1949dcf545c2 100644
|
| --- a/chrome/chrome_exe.gypi
|
| +++ b/chrome/chrome_exe.gypi
|
| @@ -26,7 +26,8 @@
|
| 'app/hard_error_handler_win.h',
|
| 'app/metro_driver_win.cc',
|
| 'app/metro_driver_win.h',
|
| - '../content/app/startup_helper_win.cc',
|
| + '<(DEPTH)/content/app/startup_helper_win.cc',
|
| + '<(DEPTH)/content/public/common/content_switches.cc',
|
| ],
|
| 'mac_bundle_resources': [
|
| 'app/app-Info.plist',
|
|
|