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 2718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2729 ['exclude', '^browser/ui/views/'], | 2729 ['exclude', '^browser/ui/views/'], |
2730 ['exclude', '^../apps/ui/views/'], | 2730 ['exclude', '^../apps/ui/views/'], |
2731 ['exclude', '^../ui/views/'], | 2731 ['exclude', '^../ui/views/'], |
2732 ], | 2732 ], |
2733 }], | 2733 }], |
2734 ['use_nss==0 and use_openssl_certs==0', { | 2734 ['use_nss==0 and use_openssl_certs==0', { |
2735 'sources!': [ | 2735 'sources!': [ |
2736 'common/net/x509_certificate_model_unittest.cc', | 2736 'common/net/x509_certificate_model_unittest.cc', |
2737 ], | 2737 ], |
2738 }], | 2738 }], |
2739 ['use_openssl==1', { | 2739 ['OS=="android"', { |
2740 'sources/': [ | 2740 'sources/': [ |
2741 # OpenSSL build does not support firefox importer. See | 2741 # Android doesn't build the importer. |
2742 # http://crbug.com/64926 | |
2743 ['exclude', '^browser/importer/'], | 2742 ['exclude', '^browser/importer/'], |
2744 ], | 2743 ], |
2745 }], | 2744 }], |
2746 ['enable_managed_users!=1', { | 2745 ['enable_managed_users!=1', { |
2747 'sources/': [ | 2746 'sources/': [ |
2748 ['exclude', '^browser/supervised_user/'], | 2747 ['exclude', '^browser/supervised_user/'], |
2749 ], | 2748 ], |
2750 }], | 2749 }], |
2751 ['safe_browsing!=1', { | 2750 ['safe_browsing!=1', { |
2752 'sources/': [ | 2751 'sources/': [ |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2916 'dependencies': [ | 2915 'dependencies': [ |
2917 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2916 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2918 ], | 2917 ], |
2919 }], | 2918 }], |
2920 ], | 2919 ], |
2921 }, | 2920 }, |
2922 ], | 2921 ], |
2923 }], | 2922 }], |
2924 ], # 'conditions' | 2923 ], # 'conditions' |
2925 } | 2924 } |
OLD | NEW |