summaryrefslogtreecommitdiffstats
path: root/components/components_tests.gyp
diff options
context:
space:
mode:
authorpeletskyi <peletskyi@chromium.org>2016-02-23 07:26:12 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-23 15:27:05 +0000
commitc8452f23a2742025d74b26f79cc62e947b237c4a (patch)
tree7e9fa5a312dd30a10c5d9d3cd6bc4fc0619a3176 /components/components_tests.gyp
parent7a9420fd2fdbe2fa057e31cb9ed308e531a079e1 (diff)
downloadchromium_src-c8452f23a2742025d74b26f79cc62e947b237c4a.zip
chromium_src-c8452f23a2742025d74b26f79cc62e947b237c4a.tar.gz
chromium_src-c8452f23a2742025d74b26f79cc62e947b237c4a.tar.bz2
Fixed affiliation for device local accounts.
BUG=580713 When switched to id-based affiliation determination, device local accounts appeared to be unaffiliated, though they must be affiliated. The solution is override IsAffiliated() function for device local accounts and make it always return "true". Review URL: https://codereview.chromium.org/1680153002 Cr-Commit-Position: refs/heads/master@{#376987}
Diffstat (limited to 'components/components_tests.gyp')
-rw-r--r--components/components_tests.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 9b7db38..ff7a2c8 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -832,6 +832,9 @@
'url_matcher/url_matcher_factory_unittest.cc',
'url_matcher/url_matcher_unittest.cc',
],
+ 'user_manager_unittest_sources': [
+ 'user_manager/user_unittest.cc',
+ ],
'variations_unittest_sources': [
'variations/active_field_trials_unittest.cc',
'variations/caching_permuted_entropy_provider_unittest.cc',
@@ -1454,6 +1457,7 @@
'wifi_sync/wifi_security_class_unittest.cc',
'<@(metrics_leak_detector_unittest_sources)',
'<@(ownership_unittest_sources)',
+ '<@(user_manager_unittest_sources)',
],
'sources!': [
'signin/core/browser/signin_status_metrics_provider_unittest.cc',