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

Unified Diff: chrome/chrome_dll.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_common.gypi ('k') | chrome/chrome_dll_bundle.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_dll.gypi
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
index 84a22fd6e747694e99f2a82c3896f34b95cd4246..9d8cc05cf66cc28e35804027b00b2377bbfdec5c 100644
--- a/chrome/chrome_dll.gypi
+++ b/chrome/chrome_dll.gypi
@@ -80,8 +80,8 @@
},
'dependencies': [
'<@(chromium_browser_dependencies)',
+ '../components/components.gyp:policy',
'../content/content.gyp:content_app_browser',
- 'app/policy/cloud_policy_codegen.gyp:policy',
],
'conditions': [
['use_aura==1', {
@@ -289,7 +289,7 @@
'dependencies': [
'../breakpad/breakpad.gyp:breakpad',
'../components/components.gyp:breakpad_component',
- 'app/policy/cloud_policy_codegen.gyp:policy',
+ '../components/components.gyp:policy',
],
'sources': [
'app/chrome_breakpad_client.cc',
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_dll_bundle.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698