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

Unified Diff: components/policy/policy_browser.gypi

Issue 1384463002: Componentize proxy_policy_handler from chrome/browser/net (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and updated Created 5 years, 2 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/browser/proxy_policy_handler_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_browser.gypi
diff --git a/components/policy/policy_browser.gypi b/components/policy/policy_browser.gypi
index 8f6ddb39a961177721d7e9b51f8b495bdc3127e3..9012fbce437b0e678e130b0520148442bfc86ebd 100644
--- a/components/policy/policy_browser.gypi
+++ b/components/policy/policy_browser.gypi
@@ -40,6 +40,7 @@
'autofill_core_common',
'cloud_policy_proto',
'policy',
+ 'proxy_config',
],
'sources': [
'core/browser/autofill_policy_handler.cc',
@@ -60,6 +61,8 @@
'core/browser/configuration_policy_pref_store.h',
'core/browser/policy_error_map.cc',
'core/browser/policy_error_map.h',
+ 'core/browser/proxy_policy_handler.cc',
+ 'core/browser/proxy_policy_handler.h',
'core/browser/url_blacklist_policy_handler.cc',
'core/browser/url_blacklist_policy_handler.h',
],
« no previous file with comments | « components/policy/core/browser/proxy_policy_handler_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698