| 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 1283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1294 'browser/search_engines/search_provider_install_data_unittest.cc', | 1294 'browser/search_engines/search_provider_install_data_unittest.cc', |
| 1295 'browser/search_engines/template_url_fetcher_unittest.cc', | 1295 'browser/search_engines/template_url_fetcher_unittest.cc', |
| 1296 'browser/search_engines/template_url_parser_unittest.cc', | 1296 'browser/search_engines/template_url_parser_unittest.cc', |
| 1297 'browser/search_engines/template_url_service_sync_unittest.cc', | 1297 'browser/search_engines/template_url_service_sync_unittest.cc', |
| 1298 'browser/search_engines/template_url_service_unittest.cc', | 1298 'browser/search_engines/template_url_service_unittest.cc', |
| 1299 'browser/search_engines/template_url_scraper_unittest.cc', | 1299 'browser/search_engines/template_url_scraper_unittest.cc', |
| 1300 'browser/services/gcm/fake_signin_manager.cc', | 1300 'browser/services/gcm/fake_signin_manager.cc', |
| 1301 'browser/services/gcm/fake_signin_manager.h', | 1301 'browser/services/gcm/fake_signin_manager.h', |
| 1302 'browser/services/gcm/gcm_account_tracker_unittest.cc', | 1302 'browser/services/gcm/gcm_account_tracker_unittest.cc', |
| 1303 'browser/services/gcm/gcm_profile_service_unittest.cc', | 1303 'browser/services/gcm/gcm_profile_service_unittest.cc', |
| 1304 'browser/services/gcm/push_messaging_application_id_unittest.cc', |
| 1304 'browser/sessions/persistent_tab_restore_service_unittest.cc', | 1305 'browser/sessions/persistent_tab_restore_service_unittest.cc', |
| 1305 'browser/sessions/restore_on_startup_policy_handler_unittest.cc', | 1306 'browser/sessions/restore_on_startup_policy_handler_unittest.cc', |
| 1306 'browser/sessions/session_backend_unittest.cc', | 1307 'browser/sessions/session_backend_unittest.cc', |
| 1307 'browser/sessions/session_service_unittest.cc', | 1308 'browser/sessions/session_service_unittest.cc', |
| 1308 'browser/sessions/session_types_unittest.cc', | 1309 'browser/sessions/session_types_unittest.cc', |
| 1309 'browser/shell_integration_linux_unittest.cc', | 1310 'browser/shell_integration_linux_unittest.cc', |
| 1310 'browser/shell_integration_win_unittest.cc', | 1311 'browser/shell_integration_win_unittest.cc', |
| 1311 'browser/signin/account_reconcilor_unittest.cc', | 1312 'browser/signin/account_reconcilor_unittest.cc', |
| 1312 'browser/signin/account_service_flag_fetcher_unittest.cc', | 1313 'browser/signin/account_service_flag_fetcher_unittest.cc', |
| 1313 'browser/signin/local_auth_unittest.cc', | 1314 'browser/signin/local_auth_unittest.cc', |
| (...skipping 1615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2929 'dependencies': [ | 2930 'dependencies': [ |
| 2930 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2931 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2931 ], | 2932 ], |
| 2932 }], | 2933 }], |
| 2933 ], | 2934 ], |
| 2934 }, | 2935 }, |
| 2935 ], | 2936 ], |
| 2936 }], | 2937 }], |
| 2937 ], # 'conditions' | 2938 ], # 'conditions' |
| 2938 } | 2939 } |
| OLD | NEW |