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

Unified Diff: chrome/chrome_common.gypi

Issue 108513011: Move chrome/app/policy into components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no .xtb moves (REVIEW HERE) 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
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 538360ae2df9aba426f9802b7337891316b1c664..52902e06808152a07b6819e9ea1aebc3cd1f9abe 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -424,10 +424,10 @@
}],
['OS != "ios"', {
'dependencies': [
- '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
'<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
'<(DEPTH)/components/components.gyp:autofill_core_common',
'<(DEPTH)/components/nacl.gyp:nacl_common',
+ '<(DEPTH)/components/components.gyp:policy',
'<(DEPTH)/components/components.gyp:visitedlink_common',
'<(DEPTH)/extensions/extensions.gyp:extensions_common',
'<(DEPTH)/ipc/ipc.gyp:ipc',
@@ -497,9 +497,6 @@
'common/net/url_util.cc',
'common/spellcheck_common.cc',
],
- 'dependencies!': [
- '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
- ],
}],
['OS=="win"', {
'include_dirs': [
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_dll.gypi » ('j') | components/policy.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698