| 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',
|
| ],
|
|
|