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

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: Remove support for expiring access tokens Created 7 years, 6 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 { 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 873 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 'browser/infobars/infobar_service.cc', 884 'browser/infobars/infobar_service.cc',
885 'browser/infobars/infobar_service.h', 885 'browser/infobars/infobar_service.h',
886 'browser/infobars/insecure_content_infobar_delegate.cc', 886 'browser/infobars/insecure_content_infobar_delegate.cc',
887 'browser/infobars/insecure_content_infobar_delegate.h', 887 'browser/infobars/insecure_content_infobar_delegate.h',
888 'browser/infobars/simple_alert_infobar_delegate.cc', 888 'browser/infobars/simple_alert_infobar_delegate.cc',
889 'browser/infobars/simple_alert_infobar_delegate.h', 889 'browser/infobars/simple_alert_infobar_delegate.h',
890 'browser/internal_auth.cc', 890 'browser/internal_auth.cc',
891 'browser/internal_auth.h', 891 'browser/internal_auth.h',
892 'browser/intranet_redirect_detector.cc', 892 'browser/intranet_redirect_detector.cc',
893 'browser/intranet_redirect_detector.h', 893 'browser/intranet_redirect_detector.h',
894 'browser/invalidation/invalidation_frontend.h', 894 'browser/invalidation/fake_invalidation_service.cc',
895 'browser/invalidation/fake_invalidation_service.h',
896 'browser/invalidation/invalidation_service.h',
895 'browser/invalidation/invalidation_service_android.cc', 897 'browser/invalidation/invalidation_service_android.cc',
896 'browser/invalidation/invalidation_service_android.h', 898 'browser/invalidation/invalidation_service_android.h',
897 'browser/invalidation/invalidation_service_factory.cc', 899 'browser/invalidation/invalidation_service_factory.cc',
898 'browser/invalidation/invalidation_service_factory.h', 900 'browser/invalidation/invalidation_service_factory.h',
899 'browser/invalidation/invalidation_service_util.cc', 901 'browser/invalidation/invalidation_service_util.cc',
900 'browser/invalidation/invalidation_service_util.h', 902 'browser/invalidation/invalidation_service_util.h',
901 'browser/invalidation/invalidator_storage.cc', 903 'browser/invalidation/invalidator_storage.cc',
902 'browser/invalidation/invalidator_storage.h', 904 'browser/invalidation/invalidator_storage.h',
903 'browser/invalidation/p2p_invalidation_service.cc', 905 'browser/invalidation/p2p_invalidation_service.cc',
904 'browser/invalidation/p2p_invalidation_service.h', 906 'browser/invalidation/p2p_invalidation_service.h',
(...skipping 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after
1979 'browser/storage_monitor/udev_util_linux.cc', 1981 'browser/storage_monitor/udev_util_linux.cc',
1980 'browser/storage_monitor/udev_util_linux.h', 1982 'browser/storage_monitor/udev_util_linux.h',
1981 'browser/storage_monitor/volume_mount_watcher_win.cc', 1983 'browser/storage_monitor/volume_mount_watcher_win.cc',
1982 'browser/storage_monitor/volume_mount_watcher_win.h', 1984 'browser/storage_monitor/volume_mount_watcher_win.h',
1983 'browser/sync/about_sync_util.cc', 1985 'browser/sync/about_sync_util.cc',
1984 'browser/sync/about_sync_util.h', 1986 'browser/sync/about_sync_util.h',
1985 'browser/sync/backend_migrator.cc', 1987 'browser/sync/backend_migrator.cc',
1986 'browser/sync/backend_migrator.h', 1988 'browser/sync/backend_migrator.h',
1987 'browser/sync/backend_unrecoverable_error_handler.cc', 1989 'browser/sync/backend_unrecoverable_error_handler.cc',
1988 'browser/sync/backend_unrecoverable_error_handler.h', 1990 'browser/sync/backend_unrecoverable_error_handler.h',
1989 'browser/sync/glue/android_invalidator_bridge.cc',
1990 'browser/sync/glue/android_invalidator_bridge.h',
1991 'browser/sync/glue/android_invalidator_bridge_proxy.cc',
1992 'browser/sync/glue/android_invalidator_bridge_proxy.h',
1993 'browser/sync/glue/autofill_data_type_controller.cc', 1991 'browser/sync/glue/autofill_data_type_controller.cc',
1994 'browser/sync/glue/autofill_data_type_controller.h', 1992 'browser/sync/glue/autofill_data_type_controller.h',
1995 'browser/sync/glue/autofill_profile_data_type_controller.cc', 1993 'browser/sync/glue/autofill_profile_data_type_controller.cc',
1996 'browser/sync/glue/autofill_profile_data_type_controller.h', 1994 'browser/sync/glue/autofill_profile_data_type_controller.h',
1997 'browser/sync/glue/backend_data_type_configurer.cc', 1995 'browser/sync/glue/backend_data_type_configurer.cc',
1998 'browser/sync/glue/backend_data_type_configurer.h', 1996 'browser/sync/glue/backend_data_type_configurer.h',
1999 'browser/sync/glue/bookmark_change_processor.cc', 1997 'browser/sync/glue/bookmark_change_processor.cc',
2000 'browser/sync/glue/bookmark_change_processor.h', 1998 'browser/sync/glue/bookmark_change_processor.h',
2001 'browser/sync/glue/bookmark_data_type_controller.cc', 1999 'browser/sync/glue/bookmark_data_type_controller.cc',
2002 'browser/sync/glue/bookmark_data_type_controller.h', 2000 'browser/sync/glue/bookmark_data_type_controller.h',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
2106 'browser/sync/profile_sync_service.h', 2104 'browser/sync/profile_sync_service.h',
2107 'browser/sync/profile_sync_service_android.cc', 2105 'browser/sync/profile_sync_service_android.cc',
2108 'browser/sync/profile_sync_service_android.h', 2106 'browser/sync/profile_sync_service_android.h',
2109 'browser/sync/profile_sync_service_base.h', 2107 'browser/sync/profile_sync_service_base.h',
2110 'browser/sync/profile_sync_service_base.cc', 2108 'browser/sync/profile_sync_service_base.cc',
2111 'browser/sync/profile_sync_service_factory.cc', 2109 'browser/sync/profile_sync_service_factory.cc',
2112 'browser/sync/profile_sync_service_factory.h', 2110 'browser/sync/profile_sync_service_factory.h',
2113 'browser/sync/profile_sync_service_harness.cc', 2111 'browser/sync/profile_sync_service_harness.cc',
2114 'browser/sync/profile_sync_service_harness.h', 2112 'browser/sync/profile_sync_service_harness.h',
2115 'browser/sync/profile_sync_service_model_type_selection_android.h', 2113 'browser/sync/profile_sync_service_model_type_selection_android.h',
2114 'browser/sync/profile_sync_service_observer.cc',
2116 'browser/sync/profile_sync_service_observer.h', 2115 'browser/sync/profile_sync_service_observer.h',
2117 'browser/sync/retry_verifier.cc', 2116 'browser/sync/retry_verifier.cc',
2118 'browser/sync/retry_verifier.h', 2117 'browser/sync/retry_verifier.h',
2119 'browser/sync/sync_startup_tracker.cc', 2118 'browser/sync/sync_startup_tracker.cc',
2120 'browser/sync/sync_startup_tracker.h', 2119 'browser/sync/sync_startup_tracker.h',
2121 'browser/sync/sync_global_error.cc', 2120 'browser/sync/sync_global_error.cc',
2122 'browser/sync/sync_global_error.h', 2121 'browser/sync/sync_global_error.h',
2123 'browser/sync/sync_prefs.cc', 2122 'browser/sync/sync_prefs.cc',
2124 'browser/sync/sync_prefs.h', 2123 'browser/sync/sync_prefs.h',
2125 'browser/sync/sync_ui_util.cc', 2124 'browser/sync/sync_ui_util.cc',
(...skipping 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after
3303 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3302 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3304 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3303 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3305 }, 3304 },
3306 'includes': [ '../build/android/java_cpp_template.gypi' ], 3305 'includes': [ '../build/android/java_cpp_template.gypi' ],
3307 }, 3306 },
3308 ], 3307 ],
3309 }, 3308 },
3310 ], 3309 ],
3311 ], 3310 ],
3312 } 3311 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698