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

Unified Diff: components/components_tests.gyp

Issue 92263002: Move AsyncPolicyProvider, etc. to components/policy/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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/chrome_tests_unit.gypi ('k') | components/policy.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 0780d4f6991df66de35af6e499fe26d40af5467b..f9bdb9c30eb5ac6c8d879cf08930673a0da8bf0e 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -178,6 +178,7 @@
'components.gyp:policy_component_test_support',
],
'sources': [
+ 'policy/core/common/async_policy_provider_unittest.cc',
'policy/core/common/policy_bundle_unittest.cc',
'policy/core/common/policy_map_unittest.cc',
'policy/core/common/registry_dict_win_unittest.cc',
@@ -185,6 +186,13 @@
'policy/core/common/schema_registry_unittest.cc',
'policy/core/common/schema_unittest.cc',
],
+ 'conditions': [
+ ['OS=="android"', {
+ 'sources!': [
+ 'policy/core/common/async_policy_provider_unittest.cc',
+ ],
+ }],
+ ],
}],
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/policy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698