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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 2058203002: MD User Manager: Supervised user logic should be inside ENABLE_SUPERVISED_USERS flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@md-user-manager-policy-prefs
Patch Set: Created 4 years, 6 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/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 2bdeab98728d1426a7e3446838234bb8d3a7afd7..d0d2f14589c0f05fe64246e8b188931fa47b432d 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1602,7 +1602,6 @@
'browser/signin/signin_global_error_unittest.cc',
'browser/sync/sync_global_error_unittest.cc',
'browser/ui/webui/signin/signin_create_profile_handler_unittest.cc',
- 'browser/ui/webui/signin/signin_supervised_user_import_handler_unittest.cc',
'browser/ui/webui/signin/sync_confirmation_handler_unittest.cc',
'browser/upgrade_detector_impl_unittest.cc',
],
@@ -2742,6 +2741,11 @@
['enable_supervised_users == 1 and OS != "android" and OS != "ios"', {
'sources': [ '<@(chrome_unit_tests_supervised_user_legacy_sources)' ],
}],
+ ['enable_supervised_users == 1 and OS != "android" and chromeos == 0', {
+ 'sources': [
+ 'browser/ui/webui/signin/signin_supervised_user_import_handler_unittest.cc',
+ ],
+ }],
['safe_browsing==1 and enable_extensions==1', {
'sources': [
'browser/extensions/blacklist_unittest.cc',
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698