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

Side by Side Diff: chrome/chrome_tests_unit.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: Nits, minor refactoring 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 unified diff | Download patch
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2724 matching lines...) Expand 10 before | Expand all | Expand 10 after
2735 'common/extensions/api/networking_private/networking_private_crypto_ unittest.cc', 2735 'common/extensions/api/networking_private/networking_private_crypto_ unittest.cc',
2736 ], 2736 ],
2737 'sources/': [ 2737 'sources/': [
2738 # OpenSSL build does not support firefox importer. See 2738 # OpenSSL build does not support firefox importer. See
2739 # http://crbug.com/64926 2739 # http://crbug.com/64926
2740 ['exclude', '^browser/importer/'], 2740 ['exclude', '^browser/importer/'],
2741 ], 2741 ],
2742 }], 2742 }],
2743 ['enable_managed_users!=1', { 2743 ['enable_managed_users!=1', {
2744 'sources/': [ 2744 'sources/': [
2745 ['exclude', '^browser/managed_mode/'], 2745 ['exclude', '^browser/supervised_user/'],
2746 ], 2746 ],
2747 }], 2747 }],
2748 ['safe_browsing!=1', { 2748 ['safe_browsing!=1', {
2749 'sources/': [ 2749 'sources/': [
2750 ['exclude', '^browser/extensions/blacklist_unittest.cc'], 2750 ['exclude', '^browser/extensions/blacklist_unittest.cc'],
2751 ], 2751 ],
2752 }], 2752 }],
2753 ['cld_version==0 or cld_version==1', { 2753 ['cld_version==0 or cld_version==1', {
2754 'defines': [ 2754 'defines': [
2755 'CLD_WINDOWS', 2755 'CLD_WINDOWS',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
2906 'unit_tests.isolate', 2906 'unit_tests.isolate',
2907 ], 2907 ],
2908 'sources': [ 2908 'sources': [
2909 'unit_tests.isolate', 2909 'unit_tests.isolate',
2910 ], 2910 ],
2911 }, 2911 },
2912 ], 2912 ],
2913 }], 2913 }],
2914 ], # 'conditions' 2914 ], # 'conditions'
2915 } 2915 }
OLDNEW
« chrome/browser/ui/webui/options/create_profile_handler.cc ('K') | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698