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

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: More updates 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 873 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 'browser/importer/firefox_importer_unittest_messages_internal.h', 884 'browser/importer/firefox_importer_unittest_messages_internal.h',
885 'browser/importer/firefox_importer_unittest_utils.h', 885 'browser/importer/firefox_importer_unittest_utils.h',
886 'browser/importer/firefox_importer_unittest_utils_mac.cc', 886 'browser/importer/firefox_importer_unittest_utils_mac.cc',
887 'browser/importer/firefox_importer_utils_unittest.cc', 887 'browser/importer/firefox_importer_utils_unittest.cc',
888 'browser/importer/firefox_profile_lock_unittest.cc', 888 'browser/importer/firefox_profile_lock_unittest.cc',
889 'browser/importer/firefox_proxy_settings_unittest.cc', 889 'browser/importer/firefox_proxy_settings_unittest.cc',
890 'browser/importer/ie_importer_unittest_win.cc', 890 'browser/importer/ie_importer_unittest_win.cc',
891 'browser/importer/safari_importer_unittest.mm', 891 'browser/importer/safari_importer_unittest.mm',
892 'browser/importer/toolbar_importer_unittest.cc', 892 'browser/importer/toolbar_importer_unittest.cc',
893 'browser/internal_auth_unittest.cc', 893 'browser/internal_auth_unittest.cc',
894 'browser/invalidation/android_invalidation_service_unittest.cc',
895 'browser/invalidation/invalidation_frontend_test_template.cc',
896 'browser/invalidation/invalidation_frontend_test_template.h',
897 'browser/invalidation/ticl_invalidation_service_unittest.cc',
898 'browser/invalidation/invalidator_storage_unittest.cc',
894 'browser/language_usage_metrics_unittest.cc', 899 'browser/language_usage_metrics_unittest.cc',
895 'browser/mac/keystone_glue_unittest.mm', 900 'browser/mac/keystone_glue_unittest.mm',
896 'browser/managed_mode/managed_mode_unittest.cc', 901 'browser/managed_mode/managed_mode_unittest.cc',
897 'browser/managed_mode/managed_mode_url_filter_unittest.cc', 902 'browser/managed_mode/managed_mode_url_filter_unittest.cc',
898 'browser/managed_mode/managed_user_passphrase_unittest.cc', 903 'browser/managed_mode/managed_user_passphrase_unittest.cc',
899 'browser/managed_mode/managed_user_service_unittest.cc', 904 'browser/managed_mode/managed_user_service_unittest.cc',
900 'browser/media_galleries/fileapi/native_media_file_util_unittest.cc', 905 'browser/media_galleries/fileapi/native_media_file_util_unittest.cc',
901 'browser/media_galleries/fileapi/picasa/picasa_album_table_reader_unitte st.cc', 906 'browser/media_galleries/fileapi/picasa/picasa_album_table_reader_unitte st.cc',
902 'browser/media_galleries/fileapi/picasa/pmp_column_reader_unittest.cc', 907 'browser/media_galleries/fileapi/picasa/pmp_column_reader_unittest.cc',
903 'browser/media_galleries/fileapi/picasa/pmp_table_reader_unittest.cc', 908 'browser/media_galleries/fileapi/picasa/pmp_table_reader_unittest.cc',
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
1175 'browser/sync/glue/shared_change_processor_mock.h', 1180 'browser/sync/glue/shared_change_processor_mock.h',
1176 'browser/sync/glue/shared_change_processor_unittest.cc', 1181 'browser/sync/glue/shared_change_processor_unittest.cc',
1177 'browser/sync/glue/sync_backend_host_unittest.cc', 1182 'browser/sync/glue/sync_backend_host_unittest.cc',
1178 'browser/sync/glue/sync_backend_registrar_unittest.cc', 1183 'browser/sync/glue/sync_backend_registrar_unittest.cc',
1179 'browser/sync/glue/synced_device_tracker_unittest.cc', 1184 'browser/sync/glue/synced_device_tracker_unittest.cc',
1180 'browser/sync/glue/synced_session_tracker_unittest.cc', 1185 'browser/sync/glue/synced_session_tracker_unittest.cc',
1181 'browser/sync/glue/tab_node_pool_unittest.cc', 1186 'browser/sync/glue/tab_node_pool_unittest.cc',
1182 'browser/sync/glue/typed_url_model_associator_unittest.cc', 1187 'browser/sync/glue/typed_url_model_associator_unittest.cc',
1183 'browser/sync/glue/ui_data_type_controller_unittest.cc', 1188 'browser/sync/glue/ui_data_type_controller_unittest.cc',
1184 'browser/sync/glue/ui_model_worker_unittest.cc', 1189 'browser/sync/glue/ui_model_worker_unittest.cc',
1185 'browser/sync/invalidations/invalidator_storage_unittest.cc',
1186 'browser/sync/profile_sync_components_factory_impl_unittest.cc', 1190 'browser/sync/profile_sync_components_factory_impl_unittest.cc',
1187 'browser/sync/profile_sync_components_factory_mock.cc', 1191 'browser/sync/profile_sync_components_factory_mock.cc',
1188 'browser/sync/profile_sync_components_factory_mock.h', 1192 'browser/sync/profile_sync_components_factory_mock.h',
1189 'browser/sync/profile_sync_service_autofill_unittest.cc', 1193 'browser/sync/profile_sync_service_autofill_unittest.cc',
1190 'browser/sync/profile_sync_service_bookmark_unittest.cc', 1194 'browser/sync/profile_sync_service_bookmark_unittest.cc',
1191 'browser/sync/profile_sync_service_password_unittest.cc', 1195 'browser/sync/profile_sync_service_password_unittest.cc',
1192 'browser/sync/profile_sync_service_preference_unittest.cc', 1196 'browser/sync/profile_sync_service_preference_unittest.cc',
1193 'browser/sync/profile_sync_service_session_unittest.cc', 1197 'browser/sync/profile_sync_service_session_unittest.cc',
1194 'browser/sync/profile_sync_service_startup_unittest.cc', 1198 'browser/sync/profile_sync_service_startup_unittest.cc',
1195 'browser/sync/profile_sync_service_typed_url_unittest.cc', 1199 'browser/sync/profile_sync_service_typed_url_unittest.cc',
(...skipping 1287 matching lines...) Expand 10 before | Expand all | Expand 10 after
2483 # more details. 2487 # more details.
2484 'DebugInformationFormat': '3', 2488 'DebugInformationFormat': '3',
2485 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2489 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2486 }, 2490 },
2487 }, 2491 },
2488 }, 2492 },
2489 ], 2493 ],
2490 }], 2494 }],
2491 ], # 'conditions' 2495 ], # 'conditions'
2492 } 2496 }
OLDNEW
« chrome/browser/invalidation/ticl_invalidation_service.h ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698