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

Unified Diff: components/ownership.gypi

Issue 710253003: Add some necessary configuration_policy gyp conditions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ownership.gypi
diff --git a/components/ownership.gypi b/components/ownership.gypi
index 6f4befab5a75542ab199034077eb46b8ee9c78fa..0b95fe22930606b1209ba642c2d35b70a2eb4d70 100644
--- a/components/ownership.gypi
+++ b/components/ownership.gypi
@@ -8,9 +8,7 @@
'type': '<(component)',
'dependencies': [
'<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/components/components.gyp:cloud_policy_proto',
'<(DEPTH)/components/components.gyp:keyed_service_core',
- '<(DEPTH)/components/components.gyp:policy',
'<(DEPTH)/components/components.gyp:policy_component_common',
'<(DEPTH)/crypto/crypto.gyp:crypto',
],
@@ -30,5 +28,13 @@
'ownership/owner_settings_service.cc',
'ownership/owner_settings_service.h',
],
+ 'conditions': [
+ ['configuration_policy==1', {
+ 'dependencies': [
+ '<(DEPTH)/components/components.gyp:cloud_policy_proto',
+ '<(DEPTH)/components/components.gyp:policy',
+ ],
+ }],
+ ],
}],
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698