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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 15580002: Make use of InvalidationService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 years, 5 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/browser/sync/test_profile_sync_service.cc ('k') | chrome/chrome_tests_unit.gypi » ('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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
891 'browser/infobars/infobar_service.cc', 891 'browser/infobars/infobar_service.cc',
892 'browser/infobars/infobar_service.h', 892 'browser/infobars/infobar_service.h',
893 'browser/infobars/insecure_content_infobar_delegate.cc', 893 'browser/infobars/insecure_content_infobar_delegate.cc',
894 'browser/infobars/insecure_content_infobar_delegate.h', 894 'browser/infobars/insecure_content_infobar_delegate.h',
895 'browser/infobars/simple_alert_infobar_delegate.cc', 895 'browser/infobars/simple_alert_infobar_delegate.cc',
896 'browser/infobars/simple_alert_infobar_delegate.h', 896 'browser/infobars/simple_alert_infobar_delegate.h',
897 'browser/internal_auth.cc', 897 'browser/internal_auth.cc',
898 'browser/internal_auth.h', 898 'browser/internal_auth.h',
899 'browser/intranet_redirect_detector.cc', 899 'browser/intranet_redirect_detector.cc',
900 'browser/intranet_redirect_detector.h', 900 'browser/intranet_redirect_detector.h',
901 'browser/invalidation/invalidation_frontend.h', 901 'browser/invalidation/fake_invalidation_service.cc',
902 'browser/invalidation/fake_invalidation_service.h',
903 'browser/invalidation/invalidation_service.h',
902 'browser/invalidation/invalidation_service_android.cc', 904 'browser/invalidation/invalidation_service_android.cc',
903 'browser/invalidation/invalidation_service_android.h', 905 'browser/invalidation/invalidation_service_android.h',
904 'browser/invalidation/invalidation_service_factory.cc', 906 'browser/invalidation/invalidation_service_factory.cc',
905 'browser/invalidation/invalidation_service_factory.h', 907 'browser/invalidation/invalidation_service_factory.h',
906 'browser/invalidation/invalidation_service_util.cc', 908 'browser/invalidation/invalidation_service_util.cc',
907 'browser/invalidation/invalidation_service_util.h', 909 'browser/invalidation/invalidation_service_util.h',
908 'browser/invalidation/invalidator_storage.cc', 910 'browser/invalidation/invalidator_storage.cc',
909 'browser/invalidation/invalidator_storage.h', 911 'browser/invalidation/invalidator_storage.h',
910 'browser/invalidation/p2p_invalidation_service.cc', 912 'browser/invalidation/p2p_invalidation_service.cc',
911 'browser/invalidation/p2p_invalidation_service.h', 913 'browser/invalidation/p2p_invalidation_service.h',
(...skipping 1072 matching lines...) Expand 10 before | Expand all | Expand 10 after
1984 'browser/storage_monitor/udev_util_linux.cc', 1986 'browser/storage_monitor/udev_util_linux.cc',
1985 'browser/storage_monitor/udev_util_linux.h', 1987 'browser/storage_monitor/udev_util_linux.h',
1986 'browser/storage_monitor/volume_mount_watcher_win.cc', 1988 'browser/storage_monitor/volume_mount_watcher_win.cc',
1987 'browser/storage_monitor/volume_mount_watcher_win.h', 1989 'browser/storage_monitor/volume_mount_watcher_win.h',
1988 'browser/sync/about_sync_util.cc', 1990 'browser/sync/about_sync_util.cc',
1989 'browser/sync/about_sync_util.h', 1991 'browser/sync/about_sync_util.h',
1990 'browser/sync/backend_migrator.cc', 1992 'browser/sync/backend_migrator.cc',
1991 'browser/sync/backend_migrator.h', 1993 'browser/sync/backend_migrator.h',
1992 'browser/sync/backend_unrecoverable_error_handler.cc', 1994 'browser/sync/backend_unrecoverable_error_handler.cc',
1993 'browser/sync/backend_unrecoverable_error_handler.h', 1995 'browser/sync/backend_unrecoverable_error_handler.h',
1994 'browser/sync/glue/android_invalidator_bridge.cc',
1995 'browser/sync/glue/android_invalidator_bridge.h',
1996 'browser/sync/glue/android_invalidator_bridge_proxy.cc',
1997 'browser/sync/glue/android_invalidator_bridge_proxy.h',
1998 'browser/sync/glue/autofill_data_type_controller.cc', 1996 'browser/sync/glue/autofill_data_type_controller.cc',
1999 'browser/sync/glue/autofill_data_type_controller.h', 1997 'browser/sync/glue/autofill_data_type_controller.h',
2000 'browser/sync/glue/autofill_profile_data_type_controller.cc', 1998 'browser/sync/glue/autofill_profile_data_type_controller.cc',
2001 'browser/sync/glue/autofill_profile_data_type_controller.h', 1999 'browser/sync/glue/autofill_profile_data_type_controller.h',
2002 'browser/sync/glue/backend_data_type_configurer.cc', 2000 'browser/sync/glue/backend_data_type_configurer.cc',
2003 'browser/sync/glue/backend_data_type_configurer.h', 2001 'browser/sync/glue/backend_data_type_configurer.h',
2004 'browser/sync/glue/bookmark_change_processor.cc', 2002 'browser/sync/glue/bookmark_change_processor.cc',
2005 'browser/sync/glue/bookmark_change_processor.h', 2003 'browser/sync/glue/bookmark_change_processor.h',
2006 'browser/sync/glue/bookmark_data_type_controller.cc', 2004 'browser/sync/glue/bookmark_data_type_controller.cc',
2007 'browser/sync/glue/bookmark_data_type_controller.h', 2005 'browser/sync/glue/bookmark_data_type_controller.h',
(...skipping 14 matching lines...) Expand all
2022 'browser/sync/glue/data_type_encryption_handler.cc', 2020 'browser/sync/glue/data_type_encryption_handler.cc',
2023 'browser/sync/glue/data_type_encryption_handler.h', 2021 'browser/sync/glue/data_type_encryption_handler.h',
2024 'browser/sync/glue/data_type_error_handler.h', 2022 'browser/sync/glue/data_type_error_handler.h',
2025 'browser/sync/glue/data_type_manager.cc', 2023 'browser/sync/glue/data_type_manager.cc',
2026 'browser/sync/glue/data_type_manager.h', 2024 'browser/sync/glue/data_type_manager.h',
2027 'browser/sync/glue/data_type_manager_impl.cc', 2025 'browser/sync/glue/data_type_manager_impl.cc',
2028 'browser/sync/glue/data_type_manager_impl.h', 2026 'browser/sync/glue/data_type_manager_impl.h',
2029 'browser/sync/glue/data_type_manager_observer.h', 2027 'browser/sync/glue/data_type_manager_observer.h',
2030 'browser/sync/glue/device_info.cc', 2028 'browser/sync/glue/device_info.cc',
2031 'browser/sync/glue/device_info.h', 2029 'browser/sync/glue/device_info.h',
2032 'browser/sync/glue/dummy_invalidator.cc',
2033 'browser/sync/glue/dummy_invalidator.h',
2034 'browser/sync/glue/extension_data_type_controller.cc', 2030 'browser/sync/glue/extension_data_type_controller.cc',
2035 'browser/sync/glue/extension_data_type_controller.h', 2031 'browser/sync/glue/extension_data_type_controller.h',
2036 'browser/sync/glue/extension_setting_data_type_controller.cc', 2032 'browser/sync/glue/extension_setting_data_type_controller.cc',
2037 'browser/sync/glue/extension_setting_data_type_controller.h', 2033 'browser/sync/glue/extension_setting_data_type_controller.h',
2038 'browser/sync/glue/failed_data_types_handler.cc', 2034 'browser/sync/glue/failed_data_types_handler.cc',
2039 'browser/sync/glue/failed_data_types_handler.h', 2035 'browser/sync/glue/failed_data_types_handler.h',
2040 'browser/sync/glue/favicon_cache.cc', 2036 'browser/sync/glue/favicon_cache.cc',
2041 'browser/sync/glue/favicon_cache.h', 2037 'browser/sync/glue/favicon_cache.h',
2042 'browser/sync/glue/frontend_data_type_controller.cc', 2038 'browser/sync/glue/frontend_data_type_controller.cc',
2043 'browser/sync/glue/frontend_data_type_controller.h', 2039 'browser/sync/glue/frontend_data_type_controller.h',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
2113 'browser/sync/profile_sync_service.h', 2109 'browser/sync/profile_sync_service.h',
2114 'browser/sync/profile_sync_service_android.cc', 2110 'browser/sync/profile_sync_service_android.cc',
2115 'browser/sync/profile_sync_service_android.h', 2111 'browser/sync/profile_sync_service_android.h',
2116 'browser/sync/profile_sync_service_base.h', 2112 'browser/sync/profile_sync_service_base.h',
2117 'browser/sync/profile_sync_service_base.cc', 2113 'browser/sync/profile_sync_service_base.cc',
2118 'browser/sync/profile_sync_service_factory.cc', 2114 'browser/sync/profile_sync_service_factory.cc',
2119 'browser/sync/profile_sync_service_factory.h', 2115 'browser/sync/profile_sync_service_factory.h',
2120 'browser/sync/profile_sync_service_harness.cc', 2116 'browser/sync/profile_sync_service_harness.cc',
2121 'browser/sync/profile_sync_service_harness.h', 2117 'browser/sync/profile_sync_service_harness.h',
2122 'browser/sync/profile_sync_service_model_type_selection_android.h', 2118 'browser/sync/profile_sync_service_model_type_selection_android.h',
2119 'browser/sync/profile_sync_service_observer.cc',
2123 'browser/sync/profile_sync_service_observer.h', 2120 'browser/sync/profile_sync_service_observer.h',
2124 'browser/sync/retry_verifier.cc', 2121 'browser/sync/retry_verifier.cc',
2125 'browser/sync/retry_verifier.h', 2122 'browser/sync/retry_verifier.h',
2126 'browser/sync/sync_startup_tracker.cc', 2123 'browser/sync/sync_startup_tracker.cc',
2127 'browser/sync/sync_startup_tracker.h', 2124 'browser/sync/sync_startup_tracker.h',
2128 'browser/sync/sync_global_error.cc', 2125 'browser/sync/sync_global_error.cc',
2129 'browser/sync/sync_global_error.h', 2126 'browser/sync/sync_global_error.h',
2130 'browser/sync/sync_prefs.cc', 2127 'browser/sync/sync_prefs.cc',
2131 'browser/sync/sync_prefs.h', 2128 'browser/sync/sync_prefs.h',
2132 'browser/sync/sync_ui_util.cc', 2129 'browser/sync/sync_ui_util.cc',
(...skipping 1203 matching lines...) Expand 10 before | Expand all | Expand 10 after
3336 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3333 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3337 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3334 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3338 }, 3335 },
3339 'includes': [ '../build/android/java_cpp_template.gypi' ], 3336 'includes': [ '../build/android/java_cpp_template.gypi' ],
3340 }, 3337 },
3341 ], 3338 ],
3342 }, 3339 },
3343 ], 3340 ],
3344 ], 3341 ],
3345 } 3342 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/test_profile_sync_service.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698