diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-13 22:20:29 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-13 22:20:29 +0000 |
commit | c08950d205ff5366e6e26059cd6568cb89b28c90 (patch) | |
tree | 51640a82f1d019b619df2bbe55b612ef2d66094e /chrome/chrome_exe.gypi | |
parent | aea9fa18d6b83fa89042d9b16d70a9d1ade82d75 (diff) | |
download | chromium_src-c08950d205ff5366e6e26059cd6568cb89b28c90.zip chromium_src-c08950d205ff5366e6e26059cd6568cb89b28c90.tar.gz chromium_src-c08950d205ff5366e6e26059cd6568cb89b28c90.tar.bz2 |
Move content_switches to content\public\common.
BUG=98716
Review URL: http://codereview.chromium.org/8277018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105389 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index 9732c88..a809fee 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -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': [ |