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 2708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2719 'common/extensions/api/networking_private/networking_private_crypto_
unittest.cc', | 2719 'common/extensions/api/networking_private/networking_private_crypto_
unittest.cc', |
2720 ], | 2720 ], |
2721 'sources/': [ | 2721 'sources/': [ |
2722 # OpenSSL build does not support firefox importer. See | 2722 # OpenSSL build does not support firefox importer. See |
2723 # http://crbug.com/64926 | 2723 # http://crbug.com/64926 |
2724 ['exclude', '^browser/importer/'], | 2724 ['exclude', '^browser/importer/'], |
2725 ], | 2725 ], |
2726 }], | 2726 }], |
2727 ['enable_managed_users!=1', { | 2727 ['enable_managed_users!=1', { |
2728 'sources/': [ | 2728 'sources/': [ |
2729 ['exclude', '^browser/managed_mode/'], | 2729 ['exclude', '^browser/supervised_user/'], |
2730 ], | 2730 ], |
2731 }], | 2731 }], |
2732 ['safe_browsing!=1', { | 2732 ['safe_browsing!=1', { |
2733 'sources/': [ | 2733 'sources/': [ |
2734 ['exclude', '^browser/extensions/blacklist_unittest.cc'], | 2734 ['exclude', '^browser/extensions/blacklist_unittest.cc'], |
2735 ], | 2735 ], |
2736 }], | 2736 }], |
2737 ['cld_version==0 or cld_version==1', { | 2737 ['cld_version==0 or cld_version==1', { |
2738 'defines': [ | 2738 'defines': [ |
2739 'CLD_WINDOWS', | 2739 'CLD_WINDOWS', |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2890 'unit_tests.isolate', | 2890 'unit_tests.isolate', |
2891 ], | 2891 ], |
2892 'sources': [ | 2892 'sources': [ |
2893 'unit_tests.isolate', | 2893 'unit_tests.isolate', |
2894 ], | 2894 ], |
2895 }, | 2895 }, |
2896 ], | 2896 ], |
2897 }], | 2897 }], |
2898 ], # 'conditions' | 2898 ], # 'conditions' |
2899 } | 2899 } |
OLD | NEW |