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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 186623006: Refactor GCMNetworkChannelDelegateImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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 1004 matching lines...) Expand 10 before | Expand all | Expand 10 after
1015 'browser/importer/profile_writer_unittest.cc', 1015 'browser/importer/profile_writer_unittest.cc',
1016 'browser/internal_auth_unittest.cc', 1016 'browser/internal_auth_unittest.cc',
1017 'browser/install_verification/win/imported_module_verification_unittest. cc', 1017 'browser/install_verification/win/imported_module_verification_unittest. cc',
1018 'browser/install_verification/win/loaded_module_verification_unittest.cc ', 1018 'browser/install_verification/win/loaded_module_verification_unittest.cc ',
1019 'browser/install_verification/win/loaded_modules_snapshot_unittest.cc', 1019 'browser/install_verification/win/loaded_modules_snapshot_unittest.cc',
1020 'browser/install_verification/win/module_ids_unittest.cc', 1020 'browser/install_verification/win/module_ids_unittest.cc',
1021 'browser/install_verification/win/module_info_unittest.cc', 1021 'browser/install_verification/win/module_info_unittest.cc',
1022 'browser/install_verification/win/module_list_unittest.cc', 1022 'browser/install_verification/win/module_list_unittest.cc',
1023 'browser/install_verification/win/module_verification_test.cc', 1023 'browser/install_verification/win/module_verification_test.cc',
1024 'browser/install_verification/win/module_verification_test.h', 1024 'browser/install_verification/win/module_verification_test.h',
1025 'browser/invalidation/gcm_network_channel_delegate_impl_unittest.cc', 1025 'browser/invalidation/gcm_invalidation_bridge_unittest.cc',
1026 'browser/invalidation/invalidation_logger_unittest.cc', 1026 'browser/invalidation/invalidation_logger_unittest.cc',
1027 'browser/invalidation/invalidation_service_android_unittest.cc', 1027 'browser/invalidation/invalidation_service_android_unittest.cc',
1028 'browser/invalidation/invalidation_service_test_template.cc', 1028 'browser/invalidation/invalidation_service_test_template.cc',
1029 'browser/invalidation/invalidation_service_test_template.h', 1029 'browser/invalidation/invalidation_service_test_template.h',
1030 'browser/invalidation/invalidator_storage_unittest.cc', 1030 'browser/invalidation/invalidator_storage_unittest.cc',
1031 'browser/invalidation/ticl_invalidation_service_unittest.cc', 1031 'browser/invalidation/ticl_invalidation_service_unittest.cc',
1032 'browser/local_discovery/privet_confirm_api_flow_unittest.cc', 1032 'browser/local_discovery/privet_confirm_api_flow_unittest.cc',
1033 'browser/local_discovery/privet_http_unittest.cc', 1033 'browser/local_discovery/privet_http_unittest.cc',
1034 'browser/local_discovery/privet_url_fetcher_unittest.cc', 1034 'browser/local_discovery/privet_url_fetcher_unittest.cc',
1035 'browser/local_discovery/storage/path_util_unittest.cc', 1035 'browser/local_discovery/storage/path_util_unittest.cc',
(...skipping 1562 matching lines...) Expand 10 before | Expand all | Expand 10 after
2598 # Test files cannot be opened on Android. 2598 # Test files cannot be opened on Android.
2599 'browser/drive/fake_drive_service_unittest.cc', 2599 'browser/drive/fake_drive_service_unittest.cc',
2600 'browser/sync_file_system/drive_backend/api_util_unittest.cc', 2600 'browser/sync_file_system/drive_backend/api_util_unittest.cc',
2601 'browser/sync_file_system/drive_backend/drive_file_sync_service_sync _unittest.cc', 2601 'browser/sync_file_system/drive_backend/drive_file_sync_service_sync _unittest.cc',
2602 2602
2603 # The autofill popup is implemented in mostly native code on 2603 # The autofill popup is implemented in mostly native code on
2604 # Android. 2604 # Android.
2605 'browser/ui/autofill/autofill_popup_controller_unittest.cc', 2605 'browser/ui/autofill/autofill_popup_controller_unittest.cc',
2606 2606
2607 # Android uses a different invaliator. 2607 # Android uses a different invaliator.
2608 'browser/invalidation/gcm_network_channel_delegate_impl_unittest.cc' , 2608 'browser/invalidation/gcm_invalidation_bridge_unittest.cc',
2609 'browser/invalidation/ticl_invalidation_service_unittest.cc', 2609 'browser/invalidation/ticl_invalidation_service_unittest.cc',
2610 2610
2611 # The importer code is not used on Android. 2611 # The importer code is not used on Android.
2612 'common/importer/firefox_importer_utils_unittest.cc', 2612 'common/importer/firefox_importer_utils_unittest.cc',
2613 2613
2614 # USB service is not supported on Android. 2614 # USB service is not supported on Android.
2615 'browser/usb/usb_context_unittest.cc', 2615 'browser/usb/usb_context_unittest.cc',
2616 2616
2617 # Bookmark undo is not used on Android. 2617 # Bookmark undo is not used on Android.
2618 'browser/undo/bookmark_undo_service_test.cc', 2618 'browser/undo/bookmark_undo_service_test.cc',
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
2911 'browser/ui/app_list/test/fake_profile_store.h', 2911 'browser/ui/app_list/test/fake_profile_store.h',
2912 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2912 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2913 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2913 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2914 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2914 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2915 ], 2915 ],
2916 }, 2916 },
2917 ], 2917 ],
2918 }], 2918 }],
2919 ], # 'conditions' 2919 ], # 'conditions'
2920 } 2920 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698