Index: chrome/chrome_exe.gypi |
=================================================================== |
--- chrome/chrome_exe.gypi (revision 105328) |
+++ chrome/chrome_exe.gypi (working copy) |
@@ -25,7 +25,7 @@ |
'app/hard_error_handler_win.h', |
'app/scoped_ole_initializer.h', |
'../content/app/startup_helper_win.cc', |
- '../content/common/content_switches.cc', |
+ '../content/public/common/content_switches.cc', |
], |
'mac_bundle_resources': [ |
'app/app-Info.plist', |
@@ -510,11 +510,11 @@ |
'app/hard_error_handler_win.cc', |
'nacl/nacl_exe_win_64.cc', |
'../content/app/startup_helper_win.cc', |
- '../content/common/content_switches.cc', |
'../content/common/debug_flags.cc', # Needed for sandbox_policy.cc |
'../content/common/hi_res_timer_manager_win.cc', |
'../content/common/sandbox_policy.cc', |
'../content/common/sandbox_init_wrapper_win.cc', |
+ '../content/public/common/content_switches.cc', |
'<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc', |
], |
'dependencies': [ |