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. |