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

Unified Diff: chrome/chrome_browser.gypi

Issue 10191005: Added PolicyChangeRegistrar, to observe specific policies at the PolicyService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved mock method to the test class Created 8 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
« no previous file with comments | « chrome/browser/policy/policy_service_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 4437b77df69a69d256f26c3f2b6fd6fa4899d5d6..6c24be0c792f7f921464ad299cfd5683d584c4ae 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1585,6 +1585,7 @@
'browser/policy/policy_path_parser_mac.mm',
'browser/policy/policy_path_parser_linux.cc',
'browser/policy/policy_path_parser_win.cc',
+ 'browser/policy/policy_service.cc',
'browser/policy/policy_service.h',
'browser/policy/policy_service_impl.cc',
'browser/policy/policy_service_impl.h',
@@ -4038,6 +4039,7 @@
}, { # configuration_policy==0
'sources/': [
['exclude', '^browser/policy/'],
+ ['include', 'browser/policy/policy_service.cc'],
['include', 'browser/policy/policy_service.h'],
['include', 'browser/policy/policy_service_stub.cc'],
['include', 'browser/policy/policy_service_stub.h'],
« no previous file with comments | « chrome/browser/policy/policy_service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698