| 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 1238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1249 'browser/safe_browsing/two_phase_uploader_unittest.cc', | 1249 'browser/safe_browsing/two_phase_uploader_unittest.cc', |
| 1250 'browser/search/hotword_service_unittest.cc', | 1250 'browser/search/hotword_service_unittest.cc', |
| 1251 'browser/search/iframe_source_unittest.cc', | 1251 'browser/search/iframe_source_unittest.cc', |
| 1252 'browser/search/instant_service_unittest.cc', | 1252 'browser/search/instant_service_unittest.cc', |
| 1253 'browser/search/instant_unittest_base.cc', | 1253 'browser/search/instant_unittest_base.cc', |
| 1254 'browser/search/instant_unittest_base.h', | 1254 'browser/search/instant_unittest_base.h', |
| 1255 'browser/search/most_visited_iframe_source_unittest.cc', | 1255 'browser/search/most_visited_iframe_source_unittest.cc', |
| 1256 'browser/search/search_unittest.cc', | 1256 'browser/search/search_unittest.cc', |
| 1257 'browser/search/search_android_unittest.cc', | 1257 'browser/search/search_android_unittest.cc', |
| 1258 'browser/search/suggestions/suggestions_service_unittest.cc', | 1258 'browser/search/suggestions/suggestions_service_unittest.cc', |
| 1259 'browser/search/suggestions/thumbnail_manager_unittest.cc', |
| 1259 'browser/search_engines/default_search_manager_unittest.cc', | 1260 'browser/search_engines/default_search_manager_unittest.cc', |
| 1260 'browser/search_engines/default_search_pref_migration_unittest.cc', | 1261 'browser/search_engines/default_search_pref_migration_unittest.cc', |
| 1261 'browser/search_engines/default_search_policy_handler_unittest.cc', | 1262 'browser/search_engines/default_search_policy_handler_unittest.cc', |
| 1262 'browser/search_engines/search_host_to_urls_map_unittest.cc', | 1263 'browser/search_engines/search_host_to_urls_map_unittest.cc', |
| 1263 'browser/search_engines/search_provider_install_data_unittest.cc', | 1264 'browser/search_engines/search_provider_install_data_unittest.cc', |
| 1264 'browser/search_engines/template_url_fetcher_unittest.cc', | 1265 'browser/search_engines/template_url_fetcher_unittest.cc', |
| 1265 'browser/search_engines/template_url_service_util_unittest.cc', | 1266 'browser/search_engines/template_url_service_util_unittest.cc', |
| 1266 'browser/search_engines/template_url_service_sync_unittest.cc', | 1267 'browser/search_engines/template_url_service_sync_unittest.cc', |
| 1267 'browser/search_engines/template_url_service_unittest.cc', | 1268 'browser/search_engines/template_url_service_unittest.cc', |
| 1268 'browser/search_engines/template_url_parser_unittest.cc', | 1269 'browser/search_engines/template_url_parser_unittest.cc', |
| (...skipping 1557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2826 'unit_tests.isolate', | 2827 'unit_tests.isolate', |
| 2827 ], | 2828 ], |
| 2828 'sources': [ | 2829 'sources': [ |
| 2829 'unit_tests.isolate', | 2830 'unit_tests.isolate', |
| 2830 ], | 2831 ], |
| 2831 }, | 2832 }, |
| 2832 ], | 2833 ], |
| 2833 }], | 2834 }], |
| 2834 ], # 'conditions' | 2835 ], # 'conditions' |
| 2835 } | 2836 } |
| OLD | NEW |