Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 15580002: Make use of InvalidationService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Responses to Fred's comments Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 883 matching lines...) Expand 10 before | Expand all | Expand 10 after
894 'browser/importer/firefox_importer_unittest_messages_internal.h', 894 'browser/importer/firefox_importer_unittest_messages_internal.h',
895 'browser/importer/firefox_importer_unittest_utils.h', 895 'browser/importer/firefox_importer_unittest_utils.h',
896 'browser/importer/firefox_importer_unittest_utils_mac.cc', 896 'browser/importer/firefox_importer_unittest_utils_mac.cc',
897 'browser/importer/firefox_importer_utils_unittest.cc', 897 'browser/importer/firefox_importer_utils_unittest.cc',
898 'browser/importer/firefox_profile_lock_unittest.cc', 898 'browser/importer/firefox_profile_lock_unittest.cc',
899 'browser/importer/firefox_proxy_settings_unittest.cc', 899 'browser/importer/firefox_proxy_settings_unittest.cc',
900 'browser/importer/ie_importer_unittest_win.cc', 900 'browser/importer/ie_importer_unittest_win.cc',
901 'browser/importer/safari_importer_unittest.mm', 901 'browser/importer/safari_importer_unittest.mm',
902 'browser/importer/toolbar_importer_unittest.cc', 902 'browser/importer/toolbar_importer_unittest.cc',
903 'browser/internal_auth_unittest.cc', 903 'browser/internal_auth_unittest.cc',
904 'browser/invalidation/invalidation_frontend_test_template.cc',
905 'browser/invalidation/invalidation_frontend_test_template.h',
906 'browser/invalidation/invalidation_service_android_unittest.cc', 904 'browser/invalidation/invalidation_service_android_unittest.cc',
905 'browser/invalidation/invalidation_service_test_template.cc',
906 'browser/invalidation/invalidation_service_test_template.h',
907 'browser/invalidation/invalidator_storage_unittest.cc', 907 'browser/invalidation/invalidator_storage_unittest.cc',
908 'browser/invalidation/ticl_invalidation_service_unittest.cc', 908 'browser/invalidation/ticl_invalidation_service_unittest.cc',
909 'browser/language_usage_metrics_unittest.cc', 909 'browser/language_usage_metrics_unittest.cc',
910 'browser/mac/keystone_glue_unittest.mm', 910 'browser/mac/keystone_glue_unittest.mm',
911 'browser/managed_mode/managed_mode_unittest.cc', 911 'browser/managed_mode/managed_mode_unittest.cc',
912 'browser/managed_mode/managed_mode_url_filter_unittest.cc', 912 'browser/managed_mode/managed_mode_url_filter_unittest.cc',
913 'browser/managed_mode/managed_user_passphrase_unittest.cc', 913 'browser/managed_mode/managed_user_passphrase_unittest.cc',
914 'browser/managed_mode/managed_user_registration_service_unittest.cc', 914 'browser/managed_mode/managed_user_registration_service_unittest.cc',
915 'browser/managed_mode/managed_user_service_unittest.cc', 915 'browser/managed_mode/managed_user_service_unittest.cc',
916 'browser/media_galleries/fileapi/itunes_finder_win_unittest.cc', 916 'browser/media_galleries/fileapi/itunes_finder_win_unittest.cc',
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
1153 'browser/storage_monitor/test_portable_device_watcher_win.cc', 1153 'browser/storage_monitor/test_portable_device_watcher_win.cc',
1154 'browser/storage_monitor/test_portable_device_watcher_win.h', 1154 'browser/storage_monitor/test_portable_device_watcher_win.h',
1155 'browser/storage_monitor/test_storage_monitor_win.cc', 1155 'browser/storage_monitor/test_storage_monitor_win.cc',
1156 'browser/storage_monitor/test_storage_monitor_win.h', 1156 'browser/storage_monitor/test_storage_monitor_win.h',
1157 'browser/storage_monitor/test_volume_mount_watcher_win.cc', 1157 'browser/storage_monitor/test_volume_mount_watcher_win.cc',
1158 'browser/storage_monitor/test_volume_mount_watcher_win.h', 1158 'browser/storage_monitor/test_volume_mount_watcher_win.h',
1159 'browser/sync/about_sync_util_unittest.cc', 1159 'browser/sync/about_sync_util_unittest.cc',
1160 'browser/sync/abstract_profile_sync_service_test.cc', 1160 'browser/sync/abstract_profile_sync_service_test.cc',
1161 'browser/sync/abstract_profile_sync_service_test.h', 1161 'browser/sync/abstract_profile_sync_service_test.h',
1162 'browser/sync/backend_migrator_unittest.cc', 1162 'browser/sync/backend_migrator_unittest.cc',
1163 'browser/sync/glue/android_invalidator_bridge_proxy_unittest.cc',
1164 'browser/sync/glue/android_invalidator_bridge_unittest.cc',
1165 'browser/sync/glue/autofill_data_type_controller_unittest.cc', 1163 'browser/sync/glue/autofill_data_type_controller_unittest.cc',
1166 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', 1164 'browser/sync/glue/bookmark_data_type_controller_unittest.cc',
1167 'browser/sync/glue/browser_thread_model_worker_unittest.cc', 1165 'browser/sync/glue/browser_thread_model_worker_unittest.cc',
1168 'browser/sync/glue/change_processor_mock.cc', 1166 'browser/sync/glue/change_processor_mock.cc',
1169 'browser/sync/glue/change_processor_mock.h', 1167 'browser/sync/glue/change_processor_mock.h',
1170 'browser/sync/glue/chrome_encryptor_unittest.cc', 1168 'browser/sync/glue/chrome_encryptor_unittest.cc',
1171 'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc', 1169 'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc',
1172 'browser/sync/glue/data_type_controller_mock.cc', 1170 'browser/sync/glue/data_type_controller_mock.cc',
1173 'browser/sync/glue/data_type_controller_mock.h', 1171 'browser/sync/glue/data_type_controller_mock.h',
1174 'browser/sync/glue/data_type_error_handler_mock.cc', 1172 'browser/sync/glue/data_type_error_handler_mock.cc',
(...skipping 1366 matching lines...) Expand 10 before | Expand all | Expand 10 after
2541 # more details. 2539 # more details.
2542 'DebugInformationFormat': '3', 2540 'DebugInformationFormat': '3',
2543 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2541 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2544 }, 2542 },
2545 }, 2543 },
2546 }, 2544 },
2547 ], 2545 ],
2548 }], 2546 }],
2549 ], # 'conditions' 2547 ], # 'conditions'
2550 } 2548 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698