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