Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8900)

Unified Diff: chrome/chrome_exe.gypi

Issue 108513011: Move chrome/app/policy into components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_dll_bundle.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 2e0d24bfdf1ed6c84e5fc3756cdc44203f8f2349..abd63a3c7d6663d050ccd4e083e4ad596112c722 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -253,10 +253,10 @@
'CHROMIUM_SHORT_NAME': '<(branding)',
},
'dependencies': [
+ '../components/components.gyp:chrome_manifest_bundle',
'helper_app',
'infoplist_strings_tool',
'interpose_dependency_shim',
- 'chrome_manifest_bundle',
# On Mac, make sure we've built chrome_dll, which contains all of
# the library code with Chromium functionality.
'chrome_dll',
@@ -476,8 +476,8 @@
'../breakpad/breakpad.gyp:breakpad_sender',
'../chrome_elf/chrome_elf.gyp:chrome_elf',
'../components/components.gyp:breakpad_component',
+ '../components/components.gyp:policy',
'../sandbox/sandbox.gyp:sandbox',
- 'app/policy/cloud_policy_codegen.gyp:policy',
],
'sources': [
'app/chrome_breakpad_client.cc',
@@ -584,7 +584,6 @@
'<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc',
],
'dependencies': [
- 'app/policy/cloud_policy_codegen.gyp:policy_win64',
'chrome_version_resources',
'installer_util_nacl_win64',
'../base/base.gyp:base_i18n_nacl_win64',
@@ -595,6 +594,7 @@
'../breakpad/breakpad.gyp:breakpad_sender_win64',
'../components/components.gyp:breakpad_win64',
'../chrome/common_constants.gyp:common_constants_win64',
+ '../components/components.gyp:policy_win64',
'../components/nacl.gyp:nacl_win64',
'../crypto/crypto.gyp:crypto_nacl_win64',
'../ipc/ipc.gyp:ipc_win64',
« no previous file with comments | « chrome/chrome_dll_bundle.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698