OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |