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 1234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1245 'browser/shell_integration_linux_unittest.cc', | 1245 'browser/shell_integration_linux_unittest.cc', |
1246 'browser/shell_integration_win_unittest.cc', | 1246 'browser/shell_integration_win_unittest.cc', |
1247 'browser/signin/account_reconcilor_unittest.cc', | 1247 'browser/signin/account_reconcilor_unittest.cc', |
1248 'browser/signin/account_service_flag_fetcher_unittest.cc', | 1248 'browser/signin/account_service_flag_fetcher_unittest.cc', |
1249 'browser/signin/easy_unlock_screenlock_state_handler_unittest.cc', | 1249 'browser/signin/easy_unlock_screenlock_state_handler_unittest.cc', |
1250 'browser/signin/local_auth_unittest.cc', | 1250 'browser/signin/local_auth_unittest.cc', |
1251 'browser/signin/signin_error_notifier_ash_unittest.cc', | 1251 'browser/signin/signin_error_notifier_ash_unittest.cc', |
1252 'browser/signin/signin_global_error_unittest.cc', | 1252 'browser/signin/signin_global_error_unittest.cc', |
1253 'browser/signin/signin_manager_unittest.cc', | 1253 'browser/signin/signin_manager_unittest.cc', |
1254 'browser/signin/signin_names_io_thread_unittest.cc', | 1254 'browser/signin/signin_names_io_thread_unittest.cc', |
1255 'browser/signin/signin_promo_unittest.cc', | |
1256 'browser/signin/signin_tracker_unittest.cc', | 1255 'browser/signin/signin_tracker_unittest.cc', |
1257 'browser/signin/test_signin_client_builder.cc', | 1256 'browser/signin/test_signin_client_builder.cc', |
1258 'browser/speech/extension_api/extension_manifests_tts_unittest.cc', | 1257 'browser/speech/extension_api/extension_manifests_tts_unittest.cc', |
1259 'browser/speech/tts_controller_unittest.cc', | 1258 'browser/speech/tts_controller_unittest.cc', |
1260 'browser/spellchecker/feedback_sender_unittest.cc', | 1259 'browser/spellchecker/feedback_sender_unittest.cc', |
1261 'browser/spellchecker/feedback_unittest.cc', | 1260 'browser/spellchecker/feedback_unittest.cc', |
1262 'browser/spellchecker/misspelling_unittest.cc', | 1261 'browser/spellchecker/misspelling_unittest.cc', |
1263 'browser/spellchecker/spellcheck_action_unittest.cc', | 1262 'browser/spellchecker/spellcheck_action_unittest.cc', |
1264 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', | 1263 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', |
1265 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', | 1264 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', |
(...skipping 1607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2873 'dependencies': [ | 2872 'dependencies': [ |
2874 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2873 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2875 ], | 2874 ], |
2876 }], | 2875 }], |
2877 ], | 2876 ], |
2878 }, | 2877 }, |
2879 ], | 2878 ], |
2880 }], | 2879 }], |
2881 ], # 'conditions' | 2880 ], # 'conditions' |
2882 } | 2881 } |
OLD | NEW |