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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 13991017: Commit InvalidationService implementations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor updates Created 7 years, 8 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 851 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 'browser/importer/firefox_importer_unittest_utils_mac.cc', 862 'browser/importer/firefox_importer_unittest_utils_mac.cc',
863 'browser/importer/firefox_importer_utils_unittest.cc', 863 'browser/importer/firefox_importer_utils_unittest.cc',
864 'browser/importer/firefox_profile_lock_unittest.cc', 864 'browser/importer/firefox_profile_lock_unittest.cc',
865 'browser/importer/firefox_proxy_settings_unittest.cc', 865 'browser/importer/firefox_proxy_settings_unittest.cc',
866 'browser/importer/ie_importer_unittest_win.cc', 866 'browser/importer/ie_importer_unittest_win.cc',
867 'browser/importer/importer_unittest_utils.cc', 867 'browser/importer/importer_unittest_utils.cc',
868 'browser/importer/importer_unittest_utils.h', 868 'browser/importer/importer_unittest_utils.h',
869 'browser/importer/safari_importer_unittest.mm', 869 'browser/importer/safari_importer_unittest.mm',
870 'browser/importer/toolbar_importer_unittest.cc', 870 'browser/importer/toolbar_importer_unittest.cc',
871 'browser/internal_auth_unittest.cc', 871 'browser/internal_auth_unittest.cc',
872 'browser/invalidation/android_invalidation_service_unittest.cc',
873 'browser/invalidation/invalidation_frontend_test_template.cc',
874 'browser/invalidation/invalidation_frontend_test_template.h',
875 'browser/invalidation/ticl_invalidation_service_unittest.cc',
876 'browser/invalidation/invalidator_storage_unittest.cc',
872 'browser/language_usage_metrics_unittest.cc', 877 'browser/language_usage_metrics_unittest.cc',
873 'browser/mac/keystone_glue_unittest.mm', 878 'browser/mac/keystone_glue_unittest.mm',
874 'browser/managed_mode/managed_mode_unittest.cc', 879 'browser/managed_mode/managed_mode_unittest.cc',
875 'browser/managed_mode/managed_mode_url_filter_unittest.cc', 880 'browser/managed_mode/managed_mode_url_filter_unittest.cc',
876 'browser/managed_mode/managed_user_passphrase_unittest.cc', 881 'browser/managed_mode/managed_user_passphrase_unittest.cc',
877 'browser/managed_mode/managed_user_service_unittest.cc', 882 'browser/managed_mode/managed_user_service_unittest.cc',
878 'browser/media_galleries/linux/mtp_device_object_enumerator_unittest.cc' , 883 'browser/media_galleries/linux/mtp_device_object_enumerator_unittest.cc' ,
879 'browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm', 884 'browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm',
880 'browser/media_galleries/media_file_system_registry_unittest.cc', 885 'browser/media_galleries/media_file_system_registry_unittest.cc',
881 'browser/media_galleries/media_galleries_dialog_controller_mock.cc', 886 'browser/media_galleries/media_galleries_dialog_controller_mock.cc',
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
1143 'browser/sync/glue/shared_change_processor_mock.h', 1148 'browser/sync/glue/shared_change_processor_mock.h',
1144 'browser/sync/glue/shared_change_processor_unittest.cc', 1149 'browser/sync/glue/shared_change_processor_unittest.cc',
1145 'browser/sync/glue/sync_backend_host_unittest.cc', 1150 'browser/sync/glue/sync_backend_host_unittest.cc',
1146 'browser/sync/glue/sync_backend_registrar_unittest.cc', 1151 'browser/sync/glue/sync_backend_registrar_unittest.cc',
1147 'browser/sync/glue/synced_device_tracker_unittest.cc', 1152 'browser/sync/glue/synced_device_tracker_unittest.cc',
1148 'browser/sync/glue/synced_session_tracker_unittest.cc', 1153 'browser/sync/glue/synced_session_tracker_unittest.cc',
1149 'browser/sync/glue/tab_node_pool_unittest.cc', 1154 'browser/sync/glue/tab_node_pool_unittest.cc',
1150 'browser/sync/glue/typed_url_model_associator_unittest.cc', 1155 'browser/sync/glue/typed_url_model_associator_unittest.cc',
1151 'browser/sync/glue/ui_data_type_controller_unittest.cc', 1156 'browser/sync/glue/ui_data_type_controller_unittest.cc',
1152 'browser/sync/glue/ui_model_worker_unittest.cc', 1157 'browser/sync/glue/ui_model_worker_unittest.cc',
1153 'browser/sync/invalidations/invalidator_storage_unittest.cc',
1154 'browser/sync/profile_sync_components_factory_impl_unittest.cc', 1158 'browser/sync/profile_sync_components_factory_impl_unittest.cc',
1155 'browser/sync/profile_sync_components_factory_mock.cc', 1159 'browser/sync/profile_sync_components_factory_mock.cc',
1156 'browser/sync/profile_sync_components_factory_mock.h', 1160 'browser/sync/profile_sync_components_factory_mock.h',
1157 'browser/sync/profile_sync_service_autofill_unittest.cc', 1161 'browser/sync/profile_sync_service_autofill_unittest.cc',
1158 'browser/sync/profile_sync_service_bookmark_unittest.cc', 1162 'browser/sync/profile_sync_service_bookmark_unittest.cc',
1159 'browser/sync/profile_sync_service_password_unittest.cc', 1163 'browser/sync/profile_sync_service_password_unittest.cc',
1160 'browser/sync/profile_sync_service_preference_unittest.cc', 1164 'browser/sync/profile_sync_service_preference_unittest.cc',
1161 'browser/sync/profile_sync_service_session_unittest.cc', 1165 'browser/sync/profile_sync_service_session_unittest.cc',
1162 'browser/sync/profile_sync_service_startup_unittest.cc', 1166 'browser/sync/profile_sync_service_startup_unittest.cc',
1163 'browser/sync/profile_sync_service_typed_url_unittest.cc', 1167 'browser/sync/profile_sync_service_typed_url_unittest.cc',
(...skipping 1274 matching lines...) Expand 10 before | Expand all | Expand 10 after
2438 # more details. 2442 # more details.
2439 'DebugInformationFormat': '3', 2443 'DebugInformationFormat': '3',
2440 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2444 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2441 }, 2445 },
2442 }, 2446 },
2443 }, 2447 },
2444 ], 2448 ],
2445 }], 2449 }],
2446 ], # 'conditions' 2450 ], # 'conditions'
2447 } 2451 }
OLDNEW
« chrome/browser/invalidation/ticl_invalidation_service.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698