| 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 2719 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2730 '../ui/views/views.gyp:views', | 2730 '../ui/views/views.gyp:views', |
| 2731 '../ui/views/views.gyp:views_test_support', | 2731 '../ui/views/views.gyp:views_test_support', |
| 2732 ], | 2732 ], |
| 2733 }, { # else: toolkit_views == 0 | 2733 }, { # else: toolkit_views == 0 |
| 2734 'sources/': [ | 2734 'sources/': [ |
| 2735 ['exclude', '^browser/ui/views/'], | 2735 ['exclude', '^browser/ui/views/'], |
| 2736 ['exclude', '^../apps/ui/views/'], | 2736 ['exclude', '^../apps/ui/views/'], |
| 2737 ['exclude', '^../ui/views/'], | 2737 ['exclude', '^../ui/views/'], |
| 2738 ], | 2738 ], |
| 2739 }], | 2739 }], |
| 2740 ['use_nss==0 and use_openssl==0', { | 2740 ['use_nss==0 and use_openssl_certs==0', { |
| 2741 'sources!': [ | 2741 'sources!': [ |
| 2742 'common/net/x509_certificate_model_unittest.cc', | 2742 'common/net/x509_certificate_model_unittest.cc', |
| 2743 ], | 2743 ], |
| 2744 }], | 2744 }], |
| 2745 ['use_openssl==1', { | 2745 ['use_openssl==1', { |
| 2746 'sources!': [ | 2746 'sources!': [ |
| 2747 # networking_private_crypto.cc uses NSS functions. | 2747 # networking_private_crypto.cc uses NSS functions. |
| 2748 'common/extensions/api/networking_private/networking_private_crypto_
unittest.cc', | 2748 'common/extensions/api/networking_private/networking_private_crypto_
unittest.cc', |
| 2749 ], | 2749 ], |
| 2750 'sources/': [ | 2750 'sources/': [ |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2926 'dependencies': [ | 2926 'dependencies': [ |
| 2927 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2927 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2928 ], | 2928 ], |
| 2929 }], | 2929 }], |
| 2930 ], | 2930 ], |
| 2931 }, | 2931 }, |
| 2932 ], | 2932 ], |
| 2933 }], | 2933 }], |
| 2934 ], # 'conditions' | 2934 ], # 'conditions' |
| 2935 } | 2935 } |
| OLD | NEW |