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

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: Created 6 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 89ae9c2e1d78810484b9a3fbcbc0f447c4c0e991..df3615a219d9fa3ef46a972a9b053b13744ae2ba 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2004,6 +2004,11 @@
['exclude', '^browser/ui/webui/app_list/'],
],
}],
+ ['enable_managed_users==0', {
+ 'sources/': [
+ ['exclude', '^browser/supervised_user/'],
+ ],
+ }],
['enable_pepper_cdms==1', {
'dependencies': [
# Runtime dependencies.
@@ -2496,6 +2501,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