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

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: 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: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 2c1eea3c0c5f49e2cb3b78734add88f57c1468c2..7a79b2c0fa28a686cef1e5a438d4438c34bacc5b 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -189,10 +189,8 @@
}],
['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_test_support',
+ 'components.gyp:policy_test_support',
],
'sources': [
'policy/core/browser/policy_header_io_helper_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698