| 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 2268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2279 'sources!': [ | 2279 'sources!': [ |
| 2280 'browser/metrics/plugin_metrics_provider_unittest.cc', | 2280 'browser/metrics/plugin_metrics_provider_unittest.cc', |
| 2281 ], | 2281 ], |
| 2282 }], | 2282 }], |
| 2283 ['enable_printing!=1', { | 2283 ['enable_printing!=1', { |
| 2284 'sources/': [ | 2284 'sources/': [ |
| 2285 ['exclude', '^browser/printing/'], | 2285 ['exclude', '^browser/printing/'], |
| 2286 ['exclude', '^browser/ui/webui/print_preview/'], | 2286 ['exclude', '^browser/ui/webui/print_preview/'], |
| 2287 ['exclude', '^service/'], | 2287 ['exclude', '^service/'], |
| 2288 ], | 2288 ], |
| 2289 'sources!': [ |
| 2290 'browser/local_discovery/privet_http_unittest.cc', |
| 2291 ], |
| 2289 }], | 2292 }], |
| 2290 ['enable_captive_portal_detection!=1', { | 2293 ['enable_captive_portal_detection!=1', { |
| 2291 'sources/': [ | 2294 'sources/': [ |
| 2292 ['exclude', '^browser/captive_portal/'], | 2295 ['exclude', '^browser/captive_portal/'], |
| 2293 ], | 2296 ], |
| 2294 }], | 2297 }], |
| 2295 ['enable_session_service!=1', { | 2298 ['enable_session_service!=1', { |
| 2296 'sources!': [ | 2299 'sources!': [ |
| 2297 'browser/sessions/session_service_unittest.cc', | 2300 'browser/sessions/session_service_unittest.cc', |
| 2298 'browser/ui/startup/session_crashed_infobar_delegate_unittest.cc', | 2301 'browser/ui/startup/session_crashed_infobar_delegate_unittest.cc', |
| (...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2868 'unit_tests.isolate', | 2871 'unit_tests.isolate', |
| 2869 ], | 2872 ], |
| 2870 'sources': [ | 2873 'sources': [ |
| 2871 'unit_tests.isolate', | 2874 'unit_tests.isolate', |
| 2872 ], | 2875 ], |
| 2873 }, | 2876 }, |
| 2874 ], | 2877 ], |
| 2875 }], | 2878 }], |
| 2876 ], # 'conditions' | 2879 ], # 'conditions' |
| 2877 } | 2880 } |
| OLD | NEW |