| 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 1250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1261 'browser/search_engines/template_url_service_sync_unittest.cc', | 1261 'browser/search_engines/template_url_service_sync_unittest.cc', |
| 1262 'browser/search_engines/template_url_service_unittest.cc', | 1262 'browser/search_engines/template_url_service_unittest.cc', |
| 1263 'browser/search_engines/template_url_parser_unittest.cc', | 1263 'browser/search_engines/template_url_parser_unittest.cc', |
| 1264 'browser/search_engines/template_url_prepopulate_data_unittest.cc', | 1264 'browser/search_engines/template_url_prepopulate_data_unittest.cc', |
| 1265 'browser/search_engines/template_url_scraper_unittest.cc', | 1265 'browser/search_engines/template_url_scraper_unittest.cc', |
| 1266 'browser/search_engines/template_url_unittest.cc', | 1266 'browser/search_engines/template_url_unittest.cc', |
| 1267 'browser/services/gcm/fake_gcm_client_factory.cc', | 1267 'browser/services/gcm/fake_gcm_client_factory.cc', |
| 1268 'browser/services/gcm/fake_gcm_client_factory.h', | 1268 'browser/services/gcm/fake_gcm_client_factory.h', |
| 1269 'browser/services/gcm/fake_signin_manager.cc', | 1269 'browser/services/gcm/fake_signin_manager.cc', |
| 1270 'browser/services/gcm/fake_signin_manager.h', | 1270 'browser/services/gcm/fake_signin_manager.h', |
| 1271 'browser/services/gcm/gcm_client_mock.cc', | 1271 'browser/services/gcm/fake_gcm_client.cc', |
| 1272 'browser/services/gcm/gcm_client_mock.h', | 1272 'browser/services/gcm/fake_gcm_client.h', |
| 1273 'browser/services/gcm/gcm_driver_unittest.cc', | 1273 'browser/services/gcm/gcm_driver_unittest.cc', |
| 1274 'browser/services/gcm/gcm_profile_service_unittest.cc', | 1274 'browser/services/gcm/gcm_profile_service_unittest.cc', |
| 1275 'browser/sessions/persistent_tab_restore_service_unittest.cc', | 1275 'browser/sessions/persistent_tab_restore_service_unittest.cc', |
| 1276 'browser/sessions/restore_on_startup_policy_handler_unittest.cc', | 1276 'browser/sessions/restore_on_startup_policy_handler_unittest.cc', |
| 1277 'browser/sessions/session_backend_unittest.cc', | 1277 'browser/sessions/session_backend_unittest.cc', |
| 1278 'browser/sessions/session_service_unittest.cc', | 1278 'browser/sessions/session_service_unittest.cc', |
| 1279 'browser/sessions/session_types_unittest.cc', | 1279 'browser/sessions/session_types_unittest.cc', |
| 1280 'browser/shell_integration_linux_unittest.cc', | 1280 'browser/shell_integration_linux_unittest.cc', |
| 1281 'browser/shell_integration_win_unittest.cc', | 1281 'browser/shell_integration_win_unittest.cc', |
| 1282 'browser/signin/account_reconcilor_unittest.cc', | 1282 'browser/signin/account_reconcilor_unittest.cc', |
| (...skipping 1562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2845 # more details. | 2845 # more details. |
| 2846 'DebugInformationFormat': '3', | 2846 'DebugInformationFormat': '3', |
| 2847 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2847 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2848 }, | 2848 }, |
| 2849 }, | 2849 }, |
| 2850 }, | 2850 }, |
| 2851 ], | 2851 ], |
| 2852 }], | 2852 }], |
| 2853 ], # 'conditions' | 2853 ], # 'conditions' |
| 2854 } | 2854 } |
| OLD | NEW |