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

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: More review fixes 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 { 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 874 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 'browser/infobars/infobar_service.cc', 885 'browser/infobars/infobar_service.cc',
886 'browser/infobars/infobar_service.h', 886 'browser/infobars/infobar_service.h',
887 'browser/infobars/insecure_content_infobar_delegate.cc', 887 'browser/infobars/insecure_content_infobar_delegate.cc',
888 'browser/infobars/insecure_content_infobar_delegate.h', 888 'browser/infobars/insecure_content_infobar_delegate.h',
889 'browser/infobars/simple_alert_infobar_delegate.cc', 889 'browser/infobars/simple_alert_infobar_delegate.cc',
890 'browser/infobars/simple_alert_infobar_delegate.h', 890 'browser/infobars/simple_alert_infobar_delegate.h',
891 'browser/internal_auth.cc', 891 'browser/internal_auth.cc',
892 'browser/internal_auth.h', 892 'browser/internal_auth.h',
893 'browser/intranet_redirect_detector.cc', 893 'browser/intranet_redirect_detector.cc',
894 'browser/intranet_redirect_detector.h', 894 'browser/intranet_redirect_detector.h',
895 'browser/invalidation/invalidation_frontend.h', 895 'browser/invalidation/fake_invalidation_service.cc',
896 'browser/invalidation/fake_invalidation_service.h',
897 'browser/invalidation/invalidation_service.h',
896 'browser/invalidation/invalidation_service_android.cc', 898 'browser/invalidation/invalidation_service_android.cc',
897 'browser/invalidation/invalidation_service_android.h', 899 'browser/invalidation/invalidation_service_android.h',
898 'browser/invalidation/invalidation_service_factory.cc', 900 'browser/invalidation/invalidation_service_factory.cc',
899 'browser/invalidation/invalidation_service_factory.h', 901 'browser/invalidation/invalidation_service_factory.h',
900 'browser/invalidation/invalidation_service_util.cc', 902 'browser/invalidation/invalidation_service_util.cc',
901 'browser/invalidation/invalidation_service_util.h', 903 'browser/invalidation/invalidation_service_util.h',
902 'browser/invalidation/invalidator_storage.cc', 904 'browser/invalidation/invalidator_storage.cc',
903 'browser/invalidation/invalidator_storage.h', 905 'browser/invalidation/invalidator_storage.h',
904 'browser/invalidation/p2p_invalidation_service.cc', 906 'browser/invalidation/p2p_invalidation_service.cc',
905 'browser/invalidation/p2p_invalidation_service.h', 907 'browser/invalidation/p2p_invalidation_service.h',
(...skipping 1058 matching lines...) Expand 10 before | Expand all | Expand 10 after
1964 'browser/storage_monitor/volume_mount_watcher_win.cc', 1966 'browser/storage_monitor/volume_mount_watcher_win.cc',
1965 'browser/storage_monitor/volume_mount_watcher_win.h', 1967 'browser/storage_monitor/volume_mount_watcher_win.h',
1966 'browser/sync/about_sync_util.cc', 1968 'browser/sync/about_sync_util.cc',
1967 'browser/sync/about_sync_util.h', 1969 'browser/sync/about_sync_util.h',
1968 'browser/sync/backend_migrator.cc', 1970 'browser/sync/backend_migrator.cc',
1969 'browser/sync/backend_migrator.h', 1971 'browser/sync/backend_migrator.h',
1970 'browser/sync/backend_unrecoverable_error_handler.cc', 1972 'browser/sync/backend_unrecoverable_error_handler.cc',
1971 'browser/sync/backend_unrecoverable_error_handler.h', 1973 'browser/sync/backend_unrecoverable_error_handler.h',
1972 'browser/sync/failed_datatypes_handler.cc', 1974 'browser/sync/failed_datatypes_handler.cc',
1973 'browser/sync/failed_datatypes_handler.h', 1975 'browser/sync/failed_datatypes_handler.h',
1974 'browser/sync/glue/android_invalidator_bridge.cc',
1975 'browser/sync/glue/android_invalidator_bridge.h',
1976 'browser/sync/glue/android_invalidator_bridge_proxy.cc',
1977 'browser/sync/glue/android_invalidator_bridge_proxy.h',
1978 'browser/sync/glue/autofill_data_type_controller.cc', 1976 'browser/sync/glue/autofill_data_type_controller.cc',
1979 'browser/sync/glue/autofill_data_type_controller.h', 1977 'browser/sync/glue/autofill_data_type_controller.h',
1980 'browser/sync/glue/autofill_profile_data_type_controller.cc', 1978 'browser/sync/glue/autofill_profile_data_type_controller.cc',
1981 'browser/sync/glue/autofill_profile_data_type_controller.h', 1979 'browser/sync/glue/autofill_profile_data_type_controller.h',
1982 'browser/sync/glue/backend_data_type_configurer.cc', 1980 'browser/sync/glue/backend_data_type_configurer.cc',
1983 'browser/sync/glue/backend_data_type_configurer.h', 1981 'browser/sync/glue/backend_data_type_configurer.h',
1984 'browser/sync/glue/bookmark_change_processor.cc', 1982 'browser/sync/glue/bookmark_change_processor.cc',
1985 'browser/sync/glue/bookmark_change_processor.h', 1983 'browser/sync/glue/bookmark_change_processor.h',
1986 'browser/sync/glue/bookmark_data_type_controller.cc', 1984 'browser/sync/glue/bookmark_data_type_controller.cc',
1987 'browser/sync/glue/bookmark_data_type_controller.h', 1985 'browser/sync/glue/bookmark_data_type_controller.h',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
2084 'browser/sync/profile_sync_service.h', 2082 'browser/sync/profile_sync_service.h',
2085 'browser/sync/profile_sync_service_android.cc', 2083 'browser/sync/profile_sync_service_android.cc',
2086 'browser/sync/profile_sync_service_android.h', 2084 'browser/sync/profile_sync_service_android.h',
2087 'browser/sync/profile_sync_service_base.h', 2085 'browser/sync/profile_sync_service_base.h',
2088 'browser/sync/profile_sync_service_base.cc', 2086 'browser/sync/profile_sync_service_base.cc',
2089 'browser/sync/profile_sync_service_factory.cc', 2087 'browser/sync/profile_sync_service_factory.cc',
2090 'browser/sync/profile_sync_service_factory.h', 2088 'browser/sync/profile_sync_service_factory.h',
2091 'browser/sync/profile_sync_service_harness.cc', 2089 'browser/sync/profile_sync_service_harness.cc',
2092 'browser/sync/profile_sync_service_harness.h', 2090 'browser/sync/profile_sync_service_harness.h',
2093 'browser/sync/profile_sync_service_model_type_selection_android.h', 2091 'browser/sync/profile_sync_service_model_type_selection_android.h',
2092 'browser/sync/profile_sync_service_observer.cc',
2094 'browser/sync/profile_sync_service_observer.h', 2093 'browser/sync/profile_sync_service_observer.h',
2095 'browser/sync/retry_verifier.cc', 2094 'browser/sync/retry_verifier.cc',
2096 'browser/sync/retry_verifier.h', 2095 'browser/sync/retry_verifier.h',
2097 'browser/sync/sync_global_error.cc', 2096 'browser/sync/sync_global_error.cc',
2098 'browser/sync/sync_global_error.h', 2097 'browser/sync/sync_global_error.h',
2099 'browser/sync/sync_prefs.cc', 2098 'browser/sync/sync_prefs.cc',
2100 'browser/sync/sync_prefs.h', 2099 'browser/sync/sync_prefs.h',
2101 'browser/sync/sync_ui_util.cc', 2100 'browser/sync/sync_ui_util.cc',
2102 'browser/sync/sync_ui_util.h', 2101 'browser/sync/sync_ui_util.h',
2103 'browser/sync/user_selectable_sync_type.h', 2102 'browser/sync/user_selectable_sync_type.h',
(...skipping 1118 matching lines...) Expand 10 before | Expand all | Expand 10 after
3222 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3221 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3223 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3222 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3224 }, 3223 },
3225 'includes': [ '../build/android/java_cpp_template.gypi' ], 3224 'includes': [ '../build/android/java_cpp_template.gypi' ],
3226 }, 3225 },
3227 ], 3226 ],
3228 }, 3227 },
3229 ], 3228 ],
3230 ], 3229 ],
3231 } 3230 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698