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 2258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2269 ['exclude', '^browser/plugins/'], | 2269 ['exclude', '^browser/plugins/'], |
2270 ], | 2270 ], |
2271 'sources!': [ | 2271 'sources!': [ |
2272 'browser/metrics/plugin_metrics_provider_unittest.cc', | 2272 'browser/metrics/plugin_metrics_provider_unittest.cc', |
2273 ], | 2273 ], |
2274 }], | 2274 }], |
2275 ['enable_printing!=1', { | 2275 ['enable_printing!=1', { |
2276 'sources/': [ | 2276 'sources/': [ |
2277 ['exclude', '^browser/printing/'], | 2277 ['exclude', '^browser/printing/'], |
2278 ['exclude', '^browser/ui/webui/print_preview/'], | 2278 ['exclude', '^browser/ui/webui/print_preview/'], |
| 2279 ['exclude', '^service/'], |
2279 ], | 2280 ], |
2280 }], | 2281 }], |
2281 ['enable_captive_portal_detection!=1', { | 2282 ['enable_captive_portal_detection!=1', { |
2282 'sources/': [ | 2283 'sources/': [ |
2283 ['exclude', '^browser/captive_portal/'], | 2284 ['exclude', '^browser/captive_portal/'], |
2284 ], | 2285 ], |
2285 }], | 2286 }], |
2286 ['enable_session_service!=1', { | 2287 ['enable_session_service!=1', { |
2287 'sources!': [ | 2288 'sources!': [ |
2288 'browser/sessions/session_service_unittest.cc', | 2289 'browser/sessions/session_service_unittest.cc', |
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2860 'unit_tests.isolate', | 2861 'unit_tests.isolate', |
2861 ], | 2862 ], |
2862 'sources': [ | 2863 'sources': [ |
2863 'unit_tests.isolate', | 2864 'unit_tests.isolate', |
2864 ], | 2865 ], |
2865 }, | 2866 }, |
2866 ], | 2867 ], |
2867 }], | 2868 }], |
2868 ], # 'conditions' | 2869 ], # 'conditions' |
2869 } | 2870 } |
OLD | NEW |