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

Unified Diff: components/policy/policy_common.gypi

Issue 137203005: Moved the ProxyPolicyProvider to the policy component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@BPC-3-dm-url-at-base
Patch Set: Created 6 years, 11 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/policy/core/common/proxy_policy_provider_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/policy_common.gypi
diff --git a/components/policy/policy_common.gypi b/components/policy/policy_common.gypi
index fc265a2df4e23ee8c2ddec85cb9b1fb6fcedf4e0..c343a6a09d3a42c054282cca72ced8c564a04ac0 100644
--- a/components/policy/policy_common.gypi
+++ b/components/policy/policy_common.gypi
@@ -159,6 +159,10 @@
],
}],
['chromeos==1', {
+ 'sources': [
+ 'core/common/proxy_policy_provider.cc',
+ 'core/common/proxy_policy_provider.h',
+ ],
'sources!': [
'core/common/cloud/cloud_policy_client_registration_helper.cc',
'core/common/cloud/cloud_policy_client_registration_helper.h',
« no previous file with comments | « components/policy/core/common/proxy_policy_provider_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698