| 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 2250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2261 }], | 2261 }], |
| 2262 ['enable_printing!=1', { | 2262 ['enable_printing!=1', { |
| 2263 'sources/': [ | 2263 'sources/': [ |
| 2264 ['exclude', '^browser/printing/'], | 2264 ['exclude', '^browser/printing/'], |
| 2265 ['exclude', '^browser/ui/webui/print_preview/'], | 2265 ['exclude', '^browser/ui/webui/print_preview/'], |
| 2266 # No need for service process. | 2266 # No need for service process. |
| 2267 ['exclude', '^browser/service/'], | 2267 ['exclude', '^browser/service/'], |
| 2268 ['exclude', '^common/service_'], | 2268 ['exclude', '^common/service_'], |
| 2269 ['exclude', '^service/'], | 2269 ['exclude', '^service/'], |
| 2270 ], | 2270 ], |
| 2271 'sources!': [ | |
| 2272 'browser/local_discovery/privet_http_unittest.cc', | |
| 2273 ], | |
| 2274 }], | 2271 }], |
| 2275 ['enable_captive_portal_detection!=1', { | 2272 ['enable_captive_portal_detection!=1', { |
| 2276 'sources/': [ | 2273 'sources/': [ |
| 2277 ['exclude', '^browser/captive_portal/'], | 2274 ['exclude', '^browser/captive_portal/'], |
| 2278 ], | 2275 ], |
| 2279 }], | 2276 }], |
| 2280 ['enable_session_service!=1', { | 2277 ['enable_session_service!=1', { |
| 2281 'sources!': [ | 2278 'sources!': [ |
| 2282 'browser/sessions/session_service_unittest.cc', | 2279 'browser/sessions/session_service_unittest.cc', |
| 2283 'browser/ui/startup/session_crashed_infobar_delegate_unittest.cc', | 2280 'browser/ui/startup/session_crashed_infobar_delegate_unittest.cc', |
| (...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2857 'dependencies': [ | 2854 'dependencies': [ |
| 2858 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2855 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2859 ], | 2856 ], |
| 2860 }], | 2857 }], |
| 2861 ], | 2858 ], |
| 2862 }, | 2859 }, |
| 2863 ], | 2860 ], |
| 2864 }], | 2861 }], |
| 2865 ], # 'conditions' | 2862 ], # 'conditions' |
| 2866 } | 2863 } |
| OLD | NEW |