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 1325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1336 'browser/supervised_user/supervised_user_sync_service_unittest.cc', | 1336 'browser/supervised_user/supervised_user_sync_service_unittest.cc', |
1337 'browser/supervised_user/supervised_user_url_filter_unittest.cc', | 1337 'browser/supervised_user/supervised_user_url_filter_unittest.cc', |
1338 'browser/sync/about_sync_util_unittest.cc', | 1338 'browser/sync/about_sync_util_unittest.cc', |
1339 'browser/sync/abstract_profile_sync_service_test.cc', | 1339 'browser/sync/abstract_profile_sync_service_test.cc', |
1340 'browser/sync/abstract_profile_sync_service_test.h', | 1340 'browser/sync/abstract_profile_sync_service_test.h', |
1341 'browser/sync/backend_migrator_unittest.cc', | 1341 'browser/sync/backend_migrator_unittest.cc', |
1342 'browser/sync/backup_rollback_controller_unittest.cc', | 1342 'browser/sync/backup_rollback_controller_unittest.cc', |
1343 'browser/sync/glue/autofill_data_type_controller_unittest.cc', | 1343 'browser/sync/glue/autofill_data_type_controller_unittest.cc', |
1344 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', | 1344 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', |
1345 'browser/sync/glue/browser_thread_model_worker_unittest.cc', | 1345 'browser/sync/glue/browser_thread_model_worker_unittest.cc', |
| 1346 'browser/sync/glue/device_info_data_type_controller_unittest.cc', |
| 1347 'browser/sync/glue/device_info_sync_service_unittest.cc', |
1346 'browser/sync/glue/extensions_activity_monitor_unittest.cc', | 1348 'browser/sync/glue/extensions_activity_monitor_unittest.cc', |
1347 'browser/sync/glue/favicon_cache_unittest.cc', | 1349 'browser/sync/glue/favicon_cache_unittest.cc', |
1348 'browser/sync/glue/frontend_data_type_controller_mock.cc', | 1350 'browser/sync/glue/frontend_data_type_controller_mock.cc', |
1349 'browser/sync/glue/frontend_data_type_controller_mock.h', | 1351 'browser/sync/glue/frontend_data_type_controller_mock.h', |
1350 'browser/sync/glue/frontend_data_type_controller_unittest.cc', | 1352 'browser/sync/glue/frontend_data_type_controller_unittest.cc', |
1351 'browser/sync/glue/local_device_info_provider_unittest.cc', | 1353 'browser/sync/glue/local_device_info_provider_unittest.cc', |
1352 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', | 1354 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', |
1353 'browser/sync/glue/non_frontend_data_type_controller_mock.h', | 1355 'browser/sync/glue/non_frontend_data_type_controller_mock.h', |
1354 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', | 1356 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', |
1355 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', | 1357 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', |
(...skipping 1561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2917 'dependencies': [ | 2919 'dependencies': [ |
2918 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2920 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2919 ], | 2921 ], |
2920 }], | 2922 }], |
2921 ], | 2923 ], |
2922 }, | 2924 }, |
2923 ], | 2925 ], |
2924 }], | 2926 }], |
2925 ], # 'conditions' | 2927 ], # 'conditions' |
2926 } | 2928 } |
OLD | NEW |