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

Unified Diff: components/components_tests.gypi

Issue 23045003: Moved chrome/common/policy to components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 months 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 | « components/components.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.gypi
diff --git a/components/components_tests.gypi b/components/components_tests.gypi
index 58b71513de3bbfb4bae9ab0a54a66b03800ed51d..61346d07a88af4794f075d682b510d7bff7956c8 100644
--- a/components/components_tests.gypi
+++ b/components/components_tests.gypi
@@ -49,6 +49,9 @@
'../skia/skia.gyp:skia',
'navigation_interception',
+ # Dependencies of policy
+ 'policy_component',
+
# Dependencies of sessions
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
'sessions',
@@ -93,6 +96,11 @@
'ldflags': ['-rdynamic'],
},
}],
+ ['configuration_policy==1', {
+ 'sources': [
+ 'policy/core/common/policy_schema_unittest.cc',
+ ],
+ }],
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
« no previous file with comments | « components/components.gyp ('k') | components/policy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698