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

Unified Diff: components/policy.gypi

Issue 858303003: Removing FakePolicyWatcher and introducing FakeAsyncPolicyLoader. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 5 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 | « no previous file | components/policy/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy.gypi
diff --git a/components/policy.gypi b/components/policy.gypi
index 7e0533a4e795378636eb32fa46649c3ae5d8809c..32845455f7370b0ea757afb1a70c0727685d7269 100644
--- a/components/policy.gypi
+++ b/components/policy.gypi
@@ -311,6 +311,8 @@
'policy/core/common/cloud/policy_builder.h',
'policy/core/common/configuration_policy_provider_test.cc',
'policy/core/common/configuration_policy_provider_test.h',
+ 'policy/core/common/fake_async_policy_loader.cc',
+ 'policy/core/common/fake_async_policy_loader.h',
'policy/core/common/mock_configuration_policy_provider.cc',
'policy/core/common/mock_configuration_policy_provider.h',
'policy/core/common/mock_policy_service.cc',
@@ -321,6 +323,12 @@
'policy/core/common/preferences_mock_mac.h',
],
'conditions': [
+ ['OS=="android"', {
+ 'sources!': [
+ 'policy/core/common/fake_async_policy_loader.cc',
+ 'policy/core/common/fake_async_policy_loader.h',
+ ],
+ }],
['chromeos==1', {
'sources!': [
'policy/core/common/cloud/mock_user_cloud_policy_store.cc',
« no previous file with comments | « no previous file | components/policy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698