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 2236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2247 'browser/prefs/proxy_policy_unittest.cc', | 2247 'browser/prefs/proxy_policy_unittest.cc', |
2248 'browser/profiles/incognito_mode_policy_handler_unittest.cc', | 2248 'browser/profiles/incognito_mode_policy_handler_unittest.cc', |
2249 'browser/search_engines/default_search_policy_handler_unittest.cc', | 2249 'browser/search_engines/default_search_policy_handler_unittest.cc', |
2250 'browser/sessions/restore_on_startup_policy_handler_unittest.cc', | 2250 'browser/sessions/restore_on_startup_policy_handler_unittest.cc', |
2251 'browser/sync/sync_policy_handler_unittest.cc', | 2251 'browser/sync/sync_policy_handler_unittest.cc', |
2252 ], | 2252 ], |
2253 'sources/': [ | 2253 'sources/': [ |
2254 ['exclude', '^browser/policy/'], | 2254 ['exclude', '^browser/policy/'], |
2255 ], | 2255 ], |
2256 }], | 2256 }], |
2257 ['input_speech==0', { | 2257 ['enable_web_speech==0', { |
2258 'sources/': [ | 2258 'sources/': [ |
2259 ['exclude', '^browser/speech/'], | 2259 ['exclude', '^browser/speech/'], |
2260 ], | 2260 ], |
2261 }], | 2261 }], |
2262 ['notifications==0', { | 2262 ['notifications==0', { |
2263 'sources/': [ | 2263 'sources/': [ |
2264 ['exclude', '^browser/notifications/'], | 2264 ['exclude', '^browser/notifications/'], |
2265 ], | 2265 ], |
2266 }], | 2266 }], |
2267 ['safe_browsing==1', { | 2267 ['safe_browsing==1', { |
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2892 'unit_tests.isolate', | 2892 'unit_tests.isolate', |
2893 ], | 2893 ], |
2894 'sources': [ | 2894 'sources': [ |
2895 'unit_tests.isolate', | 2895 'unit_tests.isolate', |
2896 ], | 2896 ], |
2897 }, | 2897 }, |
2898 ], | 2898 ], |
2899 }], | 2899 }], |
2900 ], # 'conditions' | 2900 ], # 'conditions' |
2901 } | 2901 } |
OLD | NEW |