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 2257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2268 'browser/ui/autofill/mock_autofill_dialog_view_delegate.h', | 2268 'browser/ui/autofill/mock_autofill_dialog_view_delegate.h', |
2269 'browser/ui/autofill/test_autofill_credit_card_bubble.cc', | 2269 'browser/ui/autofill/test_autofill_credit_card_bubble.cc', |
2270 'browser/ui/autofill/test_autofill_credit_card_bubble.h', | 2270 'browser/ui/autofill/test_autofill_credit_card_bubble.h', |
2271 ], | 2271 ], |
2272 }], | 2272 }], |
2273 ['enable_plugins==0', { | 2273 ['enable_plugins==0', { |
2274 'sources/': [ | 2274 'sources/': [ |
2275 ['exclude', '^browser/plugins/'], | 2275 ['exclude', '^browser/plugins/'], |
2276 ], | 2276 ], |
2277 'sources!': [ | 2277 'sources!': [ |
| 2278 'browser/component_updater/test/component_installers_unittest.cc', |
2278 'browser/metrics/plugin_metrics_provider_unittest.cc', | 2279 'browser/metrics/plugin_metrics_provider_unittest.cc', |
| 2280 'common/pepper_permission_util_unittest.cc', |
2279 ], | 2281 ], |
2280 }], | 2282 }], |
2281 ['enable_printing!=1', { | 2283 ['enable_printing!=1', { |
2282 'sources/': [ | 2284 'sources/': [ |
2283 ['exclude', '^browser/printing/'], | 2285 ['exclude', '^browser/printing/'], |
2284 ['exclude', '^browser/ui/webui/print_preview/'], | 2286 ['exclude', '^browser/ui/webui/print_preview/'], |
2285 ['exclude', '^service/'], | 2287 ['exclude', '^service/'], |
2286 ], | 2288 ], |
2287 'sources!': [ | 2289 'sources!': [ |
2288 'browser/local_discovery/privet_http_unittest.cc', | 2290 'browser/local_discovery/privet_http_unittest.cc', |
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2885 'dependencies': [ | 2887 'dependencies': [ |
2886 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2888 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2887 ], | 2889 ], |
2888 }], | 2890 }], |
2889 ], | 2891 ], |
2890 }, | 2892 }, |
2891 ], | 2893 ], |
2892 }], | 2894 }], |
2893 ], # 'conditions' | 2895 ], # 'conditions' |
2894 } | 2896 } |
OLD | NEW |