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

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: More review fixes Created 7 years, 7 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 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 'browser/importer/firefox_importer_unittest_messages_internal.h', 887 'browser/importer/firefox_importer_unittest_messages_internal.h',
888 'browser/importer/firefox_importer_unittest_utils.h', 888 'browser/importer/firefox_importer_unittest_utils.h',
889 'browser/importer/firefox_importer_unittest_utils_mac.cc', 889 'browser/importer/firefox_importer_unittest_utils_mac.cc',
890 'browser/importer/firefox_importer_utils_unittest.cc', 890 'browser/importer/firefox_importer_utils_unittest.cc',
891 'browser/importer/firefox_profile_lock_unittest.cc', 891 'browser/importer/firefox_profile_lock_unittest.cc',
892 'browser/importer/firefox_proxy_settings_unittest.cc', 892 'browser/importer/firefox_proxy_settings_unittest.cc',
893 'browser/importer/ie_importer_unittest_win.cc', 893 'browser/importer/ie_importer_unittest_win.cc',
894 'browser/importer/safari_importer_unittest.mm', 894 'browser/importer/safari_importer_unittest.mm',
895 'browser/importer/toolbar_importer_unittest.cc', 895 'browser/importer/toolbar_importer_unittest.cc',
896 'browser/internal_auth_unittest.cc', 896 'browser/internal_auth_unittest.cc',
897 'browser/invalidation/invalidation_frontend_test_template.cc',
898 'browser/invalidation/invalidation_frontend_test_template.h',
899 'browser/invalidation/invalidation_service_android_unittest.cc', 897 'browser/invalidation/invalidation_service_android_unittest.cc',
898 'browser/invalidation/invalidation_service_test_template.cc',
899 'browser/invalidation/invalidation_service_test_template.h',
900 'browser/invalidation/invalidator_storage_unittest.cc', 900 'browser/invalidation/invalidator_storage_unittest.cc',
901 'browser/invalidation/ticl_invalidation_service_unittest.cc', 901 'browser/invalidation/ticl_invalidation_service_unittest.cc',
902 'browser/language_usage_metrics_unittest.cc', 902 'browser/language_usage_metrics_unittest.cc',
903 'browser/mac/keystone_glue_unittest.mm', 903 'browser/mac/keystone_glue_unittest.mm',
904 'browser/managed_mode/managed_mode_unittest.cc', 904 'browser/managed_mode/managed_mode_unittest.cc',
905 'browser/managed_mode/managed_mode_url_filter_unittest.cc', 905 'browser/managed_mode/managed_mode_url_filter_unittest.cc',
906 'browser/managed_mode/managed_user_passphrase_unittest.cc', 906 'browser/managed_mode/managed_user_passphrase_unittest.cc',
907 'browser/managed_mode/managed_user_service_unittest.cc', 907 'browser/managed_mode/managed_user_service_unittest.cc',
908 'browser/media_galleries/fileapi/itunes_finder_win_unittest.cc', 908 'browser/media_galleries/fileapi/itunes_finder_win_unittest.cc',
909 'browser/media_galleries/fileapi/native_media_file_util_unittest.cc', 909 'browser/media_galleries/fileapi/native_media_file_util_unittest.cc',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
1143 'browser/storage_monitor/test_portable_device_watcher_win.cc', 1143 'browser/storage_monitor/test_portable_device_watcher_win.cc',
1144 'browser/storage_monitor/test_portable_device_watcher_win.h', 1144 'browser/storage_monitor/test_portable_device_watcher_win.h',
1145 'browser/storage_monitor/test_storage_monitor_win.cc', 1145 'browser/storage_monitor/test_storage_monitor_win.cc',
1146 'browser/storage_monitor/test_storage_monitor_win.h', 1146 'browser/storage_monitor/test_storage_monitor_win.h',
1147 'browser/storage_monitor/test_volume_mount_watcher_win.cc', 1147 'browser/storage_monitor/test_volume_mount_watcher_win.cc',
1148 'browser/storage_monitor/test_volume_mount_watcher_win.h', 1148 'browser/storage_monitor/test_volume_mount_watcher_win.h',
1149 'browser/sync/about_sync_util_unittest.cc', 1149 'browser/sync/about_sync_util_unittest.cc',
1150 'browser/sync/abstract_profile_sync_service_test.cc', 1150 'browser/sync/abstract_profile_sync_service_test.cc',
1151 'browser/sync/abstract_profile_sync_service_test.h', 1151 'browser/sync/abstract_profile_sync_service_test.h',
1152 'browser/sync/backend_migrator_unittest.cc', 1152 'browser/sync/backend_migrator_unittest.cc',
1153 'browser/sync/glue/android_invalidator_bridge_proxy_unittest.cc',
1154 'browser/sync/glue/android_invalidator_bridge_unittest.cc',
1155 'browser/sync/glue/autofill_data_type_controller_unittest.cc', 1153 'browser/sync/glue/autofill_data_type_controller_unittest.cc',
1156 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', 1154 'browser/sync/glue/bookmark_data_type_controller_unittest.cc',
1157 'browser/sync/glue/browser_thread_model_worker_unittest.cc', 1155 'browser/sync/glue/browser_thread_model_worker_unittest.cc',
1158 'browser/sync/glue/change_processor_mock.cc', 1156 'browser/sync/glue/change_processor_mock.cc',
1159 'browser/sync/glue/change_processor_mock.h', 1157 'browser/sync/glue/change_processor_mock.h',
1160 'browser/sync/glue/chrome_encryptor_unittest.cc', 1158 'browser/sync/glue/chrome_encryptor_unittest.cc',
1161 'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc', 1159 'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc',
1162 'browser/sync/glue/data_type_controller_mock.cc', 1160 'browser/sync/glue/data_type_controller_mock.cc',
1163 'browser/sync/glue/data_type_controller_mock.h', 1161 'browser/sync/glue/data_type_controller_mock.h',
1164 'browser/sync/glue/data_type_error_handler_mock.cc', 1162 'browser/sync/glue/data_type_error_handler_mock.cc',
(...skipping 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after
2522 # more details. 2520 # more details.
2523 'DebugInformationFormat': '3', 2521 'DebugInformationFormat': '3',
2524 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2522 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2525 }, 2523 },
2526 }, 2524 },
2527 }, 2525 },
2528 ], 2526 ],
2529 }], 2527 }],
2530 ], # 'conditions' 2528 ], # 'conditions'
2531 } 2529 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698