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

Unified Diff: chrome/chrome_browser_chromeos.gypi

Issue 12676017: Adding policy support to the new network configuration stack. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reupload. Created 7 years, 8 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
Index: chrome/chrome_browser_chromeos.gypi
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
index 509911dc538e072cade0409534501aaa449a0601..0999fbf7810052179f8401a8dd6e1f73e79568b3 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -585,8 +585,11 @@
'browser/chromeos/policy/enrollment_status_chromeos.h',
'browser/chromeos/policy/enterprise_install_attributes.cc',
'browser/chromeos/policy/enterprise_install_attributes.h',
- 'browser/chromeos/policy/network_configuration_updater.cc',
'browser/chromeos/policy/network_configuration_updater.h',
+ 'browser/chromeos/policy/network_configuration_updater_impl.cc',
+ 'browser/chromeos/policy/network_configuration_updater_impl.h',
+ 'browser/chromeos/policy/network_configuration_updater_impl_cros.cc',
+ 'browser/chromeos/policy/network_configuration_updater_impl_cros.h',
'browser/chromeos/policy/policy_cert_verifier.cc',
'browser/chromeos/policy/policy_cert_verifier.h',
'browser/chromeos/policy/proxy_policy_provider.cc',

Powered by Google App Engine
This is Rietveld 408576698