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

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: Another attempt to fix Android 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 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 'browser/importer/firefox_importer_unittest_messages_internal.h', 877 'browser/importer/firefox_importer_unittest_messages_internal.h',
878 'browser/importer/firefox_importer_unittest_utils.h', 878 'browser/importer/firefox_importer_unittest_utils.h',
879 'browser/importer/firefox_importer_unittest_utils_mac.cc', 879 'browser/importer/firefox_importer_unittest_utils_mac.cc',
880 'browser/importer/firefox_importer_utils_unittest.cc', 880 'browser/importer/firefox_importer_utils_unittest.cc',
881 'browser/importer/firefox_profile_lock_unittest.cc', 881 'browser/importer/firefox_profile_lock_unittest.cc',
882 'browser/importer/firefox_proxy_settings_unittest.cc', 882 'browser/importer/firefox_proxy_settings_unittest.cc',
883 'browser/importer/ie_importer_unittest_win.cc', 883 'browser/importer/ie_importer_unittest_win.cc',
884 'browser/importer/safari_importer_unittest.mm', 884 'browser/importer/safari_importer_unittest.mm',
885 'browser/importer/toolbar_importer_unittest.cc', 885 'browser/importer/toolbar_importer_unittest.cc',
886 'browser/internal_auth_unittest.cc', 886 'browser/internal_auth_unittest.cc',
887 'browser/invalidation/invalidation_frontend_test_template.cc',
888 'browser/invalidation/invalidation_frontend_test_template.h',
889 'browser/invalidation/invalidation_service_android_unittest.cc',
890 'browser/invalidation/invalidator_storage_unittest.cc',
891 'browser/invalidation/ticl_invalidation_service_unittest.cc',
887 'browser/language_usage_metrics_unittest.cc', 892 'browser/language_usage_metrics_unittest.cc',
888 'browser/mac/keystone_glue_unittest.mm', 893 'browser/mac/keystone_glue_unittest.mm',
889 'browser/managed_mode/managed_mode_unittest.cc', 894 'browser/managed_mode/managed_mode_unittest.cc',
890 'browser/managed_mode/managed_mode_url_filter_unittest.cc', 895 'browser/managed_mode/managed_mode_url_filter_unittest.cc',
891 'browser/managed_mode/managed_user_passphrase_unittest.cc', 896 'browser/managed_mode/managed_user_passphrase_unittest.cc',
892 'browser/managed_mode/managed_user_service_unittest.cc', 897 'browser/managed_mode/managed_user_service_unittest.cc',
893 'browser/media_galleries/fileapi/native_media_file_util_unittest.cc', 898 'browser/media_galleries/fileapi/native_media_file_util_unittest.cc',
894 'browser/media_galleries/fileapi/picasa/picasa_album_table_reader_unitte st.cc', 899 'browser/media_galleries/fileapi/picasa/picasa_album_table_reader_unitte st.cc',
895 'browser/media_galleries/fileapi/picasa/pmp_column_reader_unittest.cc', 900 'browser/media_galleries/fileapi/picasa/pmp_column_reader_unittest.cc',
896 'browser/media_galleries/fileapi/picasa/pmp_table_reader_unittest.cc', 901 'browser/media_galleries/fileapi/picasa/pmp_table_reader_unittest.cc',
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
1169 'browser/sync/glue/shared_change_processor_mock.h', 1174 'browser/sync/glue/shared_change_processor_mock.h',
1170 'browser/sync/glue/shared_change_processor_unittest.cc', 1175 'browser/sync/glue/shared_change_processor_unittest.cc',
1171 'browser/sync/glue/sync_backend_host_unittest.cc', 1176 'browser/sync/glue/sync_backend_host_unittest.cc',
1172 'browser/sync/glue/sync_backend_registrar_unittest.cc', 1177 'browser/sync/glue/sync_backend_registrar_unittest.cc',
1173 'browser/sync/glue/synced_device_tracker_unittest.cc', 1178 'browser/sync/glue/synced_device_tracker_unittest.cc',
1174 'browser/sync/glue/synced_session_tracker_unittest.cc', 1179 'browser/sync/glue/synced_session_tracker_unittest.cc',
1175 'browser/sync/glue/tab_node_pool_unittest.cc', 1180 'browser/sync/glue/tab_node_pool_unittest.cc',
1176 'browser/sync/glue/typed_url_model_associator_unittest.cc', 1181 'browser/sync/glue/typed_url_model_associator_unittest.cc',
1177 'browser/sync/glue/ui_data_type_controller_unittest.cc', 1182 'browser/sync/glue/ui_data_type_controller_unittest.cc',
1178 'browser/sync/glue/ui_model_worker_unittest.cc', 1183 'browser/sync/glue/ui_model_worker_unittest.cc',
1179 'browser/sync/invalidations/invalidator_storage_unittest.cc',
1180 'browser/sync/profile_sync_components_factory_impl_unittest.cc', 1184 'browser/sync/profile_sync_components_factory_impl_unittest.cc',
1181 'browser/sync/profile_sync_components_factory_mock.cc', 1185 'browser/sync/profile_sync_components_factory_mock.cc',
1182 'browser/sync/profile_sync_components_factory_mock.h', 1186 'browser/sync/profile_sync_components_factory_mock.h',
1183 'browser/sync/profile_sync_service_autofill_unittest.cc', 1187 'browser/sync/profile_sync_service_autofill_unittest.cc',
1184 'browser/sync/profile_sync_service_bookmark_unittest.cc', 1188 'browser/sync/profile_sync_service_bookmark_unittest.cc',
1185 'browser/sync/profile_sync_service_password_unittest.cc', 1189 'browser/sync/profile_sync_service_password_unittest.cc',
1186 'browser/sync/profile_sync_service_preference_unittest.cc', 1190 'browser/sync/profile_sync_service_preference_unittest.cc',
1187 'browser/sync/profile_sync_service_session_unittest.cc', 1191 'browser/sync/profile_sync_service_session_unittest.cc',
1188 'browser/sync/profile_sync_service_startup_unittest.cc', 1192 'browser/sync/profile_sync_service_startup_unittest.cc',
1189 'browser/sync/profile_sync_service_typed_url_unittest.cc', 1193 'browser/sync/profile_sync_service_typed_url_unittest.cc',
(...skipping 1094 matching lines...) Expand 10 before | Expand all | Expand 10 after
2284 'browser/google_apis/drive_api_operations_unittest.cc', 2288 'browser/google_apis/drive_api_operations_unittest.cc',
2285 'browser/google_apis/fake_drive_service_unittest.cc', 2289 'browser/google_apis/fake_drive_service_unittest.cc',
2286 'browser/google_apis/gdata_wapi_operations_unittest.cc', 2290 'browser/google_apis/gdata_wapi_operations_unittest.cc',
2287 'browser/google_apis/gdata_wapi_parser_unittest.cc', 2291 'browser/google_apis/gdata_wapi_parser_unittest.cc',
2288 2292
2289 'browser/user_style_sheet_watcher_unittest.cc', 2293 'browser/user_style_sheet_watcher_unittest.cc',
2290 2294
2291 # The autofill popup is implemented in mostly native code on 2295 # The autofill popup is implemented in mostly native code on
2292 # Android. 2296 # Android.
2293 'browser/ui/autofill/autofill_popup_controller_unittest.cc', 2297 'browser/ui/autofill/autofill_popup_controller_unittest.cc',
2298
2299 # Android uses a different invaliator.
2300 'browser/invalidation/ticl_invalidation_service_unittest.cc',
2294 ], 2301 ],
2295 'sources/': [ 2302 'sources/': [
2296 ['exclude', '^browser/captive_portal/'], 2303 ['exclude', '^browser/captive_portal/'],
2297 ['exclude', '^browser/chrome_to_mobile'], 2304 ['exclude', '^browser/chrome_to_mobile'],
2298 ['exclude', '^browser/first_run/'], 2305 ['exclude', '^browser/first_run/'],
2299 ['exclude', '^browser/importer/'], 2306 ['exclude', '^browser/importer/'],
2300 ['exclude', '^browser/lifetime/'], 2307 ['exclude', '^browser/lifetime/'],
2301 ['exclude', '^browser/media_galleries/'], 2308 ['exclude', '^browser/media_galleries/'],
2302 ['exclude', '^browser/speech/'], 2309 ['exclude', '^browser/speech/'],
2303 ['exclude', '^browser/sync/glue/app_'], 2310 ['exclude', '^browser/sync/glue/app_'],
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
2500 # more details. 2507 # more details.
2501 'DebugInformationFormat': '3', 2508 'DebugInformationFormat': '3',
2502 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2509 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2503 }, 2510 },
2504 }, 2511 },
2505 }, 2512 },
2506 ], 2513 ],
2507 }], 2514 }],
2508 ], # 'conditions' 2515 ], # 'conditions'
2509 } 2516 }
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