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

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: Another rebase to resolve conflict with recent change. 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | sync/notifier/gcm_network_channel.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1006 matching lines...) Expand 10 before | Expand all | Expand 10 after
1017 'browser/importer/profile_writer_unittest.cc', 1017 'browser/importer/profile_writer_unittest.cc',
1018 'browser/internal_auth_unittest.cc', 1018 'browser/internal_auth_unittest.cc',
1019 'browser/install_verification/win/imported_module_verification_unittest. cc', 1019 'browser/install_verification/win/imported_module_verification_unittest. cc',
1020 'browser/install_verification/win/loaded_module_verification_unittest.cc ', 1020 'browser/install_verification/win/loaded_module_verification_unittest.cc ',
1021 'browser/install_verification/win/loaded_modules_snapshot_unittest.cc', 1021 'browser/install_verification/win/loaded_modules_snapshot_unittest.cc',
1022 'browser/install_verification/win/module_ids_unittest.cc', 1022 'browser/install_verification/win/module_ids_unittest.cc',
1023 'browser/install_verification/win/module_info_unittest.cc', 1023 'browser/install_verification/win/module_info_unittest.cc',
1024 'browser/install_verification/win/module_list_unittest.cc', 1024 'browser/install_verification/win/module_list_unittest.cc',
1025 'browser/install_verification/win/module_verification_test.cc', 1025 'browser/install_verification/win/module_verification_test.cc',
1026 'browser/install_verification/win/module_verification_test.h', 1026 'browser/install_verification/win/module_verification_test.h',
1027 'browser/invalidation/gcm_network_channel_delegate_impl_unittest.cc', 1027 'browser/invalidation/gcm_invalidation_bridge_unittest.cc',
1028 'browser/invalidation/invalidation_logger_unittest.cc', 1028 'browser/invalidation/invalidation_logger_unittest.cc',
1029 'browser/invalidation/invalidation_service_android_unittest.cc', 1029 'browser/invalidation/invalidation_service_android_unittest.cc',
1030 'browser/invalidation/invalidation_service_test_template.cc', 1030 'browser/invalidation/invalidation_service_test_template.cc',
1031 'browser/invalidation/invalidation_service_test_template.h', 1031 'browser/invalidation/invalidation_service_test_template.h',
1032 'browser/invalidation/invalidator_storage_unittest.cc', 1032 'browser/invalidation/invalidator_storage_unittest.cc',
1033 'browser/invalidation/ticl_invalidation_service_unittest.cc', 1033 'browser/invalidation/ticl_invalidation_service_unittest.cc',
1034 'browser/local_discovery/privet_confirm_api_flow_unittest.cc', 1034 'browser/local_discovery/privet_confirm_api_flow_unittest.cc',
1035 'browser/local_discovery/privet_http_unittest.cc', 1035 'browser/local_discovery/privet_http_unittest.cc',
1036 'browser/local_discovery/privet_url_fetcher_unittest.cc', 1036 'browser/local_discovery/privet_url_fetcher_unittest.cc',
1037 'browser/local_discovery/storage/path_util_unittest.cc', 1037 'browser/local_discovery/storage/path_util_unittest.cc',
(...skipping 1531 matching lines...) Expand 10 before | Expand all | Expand 10 after
2569 # Test files cannot be opened on Android. 2569 # Test files cannot be opened on Android.
2570 'browser/drive/fake_drive_service_unittest.cc', 2570 'browser/drive/fake_drive_service_unittest.cc',
2571 'browser/sync_file_system/drive_backend/api_util_unittest.cc', 2571 'browser/sync_file_system/drive_backend/api_util_unittest.cc',
2572 'browser/sync_file_system/drive_backend/drive_file_sync_service_sync _unittest.cc', 2572 'browser/sync_file_system/drive_backend/drive_file_sync_service_sync _unittest.cc',
2573 2573
2574 # The autofill popup is implemented in mostly native code on 2574 # The autofill popup is implemented in mostly native code on
2575 # Android. 2575 # Android.
2576 'browser/ui/autofill/autofill_popup_controller_unittest.cc', 2576 'browser/ui/autofill/autofill_popup_controller_unittest.cc',
2577 2577
2578 # Android uses a different invaliator. 2578 # Android uses a different invaliator.
2579 'browser/invalidation/gcm_network_channel_delegate_impl_unittest.cc' , 2579 'browser/invalidation/gcm_invalidation_bridge_unittest.cc',
2580 'browser/invalidation/ticl_invalidation_service_unittest.cc', 2580 'browser/invalidation/ticl_invalidation_service_unittest.cc',
2581 2581
2582 # The importer code is not used on Android. 2582 # The importer code is not used on Android.
2583 'common/importer/firefox_importer_utils_unittest.cc', 2583 'common/importer/firefox_importer_utils_unittest.cc',
2584 2584
2585 # USB service is not supported on Android. 2585 # USB service is not supported on Android.
2586 'browser/usb/usb_context_unittest.cc', 2586 'browser/usb/usb_context_unittest.cc',
2587 2587
2588 # Bookmark undo is not used on Android. 2588 # Bookmark undo is not used on Android.
2589 'browser/undo/bookmark_undo_service_test.cc', 2589 'browser/undo/bookmark_undo_service_test.cc',
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
2883 'browser/ui/app_list/test/fake_profile_store.h', 2883 'browser/ui/app_list/test/fake_profile_store.h',
2884 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2884 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2885 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2885 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2886 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2886 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2887 ], 2887 ],
2888 }, 2888 },
2889 ], 2889 ],
2890 }], 2890 }],
2891 ], # 'conditions' 2891 ], # 'conditions'
2892 } 2892 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | sync/notifier/gcm_network_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698