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

Unified Diff: chrome/chrome_tests.gypi

Issue 355233002: Fix build when ENABLE_MANAGED_USERS is not defined (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More bauerb comments Created 6 years, 5 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 7f69ba422ff8cd6b8aed263ce7f82ff76e972877..b42df01ef2fae4726bdcc65aaeec0038b425f593 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2007,6 +2007,11 @@
['exclude', '^browser/ui/webui/app_list/'],
],
}],
+ ['enable_managed_users==0', {
+ 'sources/': [
+ ['exclude', '^browser/supervised_user/'],
+ ],
+ }],
['enable_pepper_cdms==1', {
'dependencies': [
# Runtime dependencies.
@@ -2501,6 +2506,11 @@
'browser/sync/test/integration/two_client_app_list_sync_test.cc',
],
}],
+ ['enable_managed_users==0', {
+ 'sources!': [
+ 'browser/sync/test/integration/single_client_managed_user_settings_sync_test.cc',
+ ],
+ }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698