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

Unified Diff: components/components_tests.gyp

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_frame/chrome_frame_launcher.gyp ('k') | components/policy.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 69e44da5ad3556010ed105cd4151b78900812882..2905510380a75cf7b2f550c05b3aef473a4ee506 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -97,9 +97,6 @@
# Dependencies of json_schema
'components.gyp:json_schema',
- # Dependencies of policy
- 'components.gyp:policy_component',
-
# Dependencies of precache
'components.gyp:precache_core',
@@ -203,10 +200,9 @@
}],
['configuration_policy==1', {
'dependencies': [
- # TODO(joaodasilva): remove this dependency. This is needed to
- # get the include path for policy_constants.h.
- '../chrome/app/policy/cloud_policy_codegen.gyp:policy_test_support',
+ 'components.gyp:policy_component',
'components.gyp:policy_component_test_support',
+ 'components.gyp:policy_test_support',
],
'sources': [
'policy/core/common/async_policy_provider_unittest.cc',
« no previous file with comments | « chrome_frame/chrome_frame_launcher.gyp ('k') | components/policy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698