| 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 1808 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1819 'sources/': [ | 1819 'sources/': [ |
| 1820 ['exclude', '^browser/safe_browsing/'], | 1820 ['exclude', '^browser/safe_browsing/'], |
| 1821 ['exclude', '^renderer/safe_browsing/'], | 1821 ['exclude', '^renderer/safe_browsing/'], |
| 1822 ], | 1822 ], |
| 1823 }], | 1823 }], |
| 1824 ['enable_automation!=1', { | 1824 ['enable_automation!=1', { |
| 1825 'sources/': [ | 1825 'sources/': [ |
| 1826 ['exclude', '^browser/automation/'], | 1826 ['exclude', '^browser/automation/'], |
| 1827 ], | 1827 ], |
| 1828 }], | 1828 }], |
| 1829 ['enable_plugins==0', { |
| 1830 'sources!': [ |
| 1831 'browser/renderer_host/plugin_info_message_filter_unittest.cc', |
| 1832 'browser/plugins/plugin_prefs_unittest.cc', |
| 1833 ], |
| 1834 }], |
| 1829 ['enable_printing!=1', { | 1835 ['enable_printing!=1', { |
| 1830 'sources/': [ | 1836 'sources/': [ |
| 1831 ['exclude', '^browser/printing/'], | 1837 ['exclude', '^browser/printing/'], |
| 1832 ['exclude', '^browser/ui/webui/print_preview/'], | 1838 ['exclude', '^browser/ui/webui/print_preview/'], |
| 1833 ], | 1839 ], |
| 1834 }], | 1840 }], |
| 1835 ['enable_captive_portal_detection!=1', { | 1841 ['enable_captive_portal_detection!=1', { |
| 1836 'sources/': [ | 1842 'sources/': [ |
| 1837 ['exclude', '^browser/captive_portal/'], | 1843 ['exclude', '^browser/captive_portal/'], |
| 1838 ], | 1844 ], |
| (...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2305 'unit_tests.isolate', | 2311 'unit_tests.isolate', |
| 2306 ], | 2312 ], |
| 2307 'sources': [ | 2313 'sources': [ |
| 2308 'unit_tests.isolate', | 2314 'unit_tests.isolate', |
| 2309 ], | 2315 ], |
| 2310 }, | 2316 }, |
| 2311 ], | 2317 ], |
| 2312 }], | 2318 }], |
| 2313 ], # 'conditions' | 2319 ], # 'conditions' |
| 2314 } | 2320 } |
| OLD | NEW |