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

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: First set of 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 867 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 'browser/infobars/infobar_service.cc', 878 'browser/infobars/infobar_service.cc',
879 'browser/infobars/infobar_service.h', 879 'browser/infobars/infobar_service.h',
880 'browser/infobars/insecure_content_infobar_delegate.cc', 880 'browser/infobars/insecure_content_infobar_delegate.cc',
881 'browser/infobars/insecure_content_infobar_delegate.h', 881 'browser/infobars/insecure_content_infobar_delegate.h',
882 'browser/infobars/simple_alert_infobar_delegate.cc', 882 'browser/infobars/simple_alert_infobar_delegate.cc',
883 'browser/infobars/simple_alert_infobar_delegate.h', 883 'browser/infobars/simple_alert_infobar_delegate.h',
884 'browser/internal_auth.cc', 884 'browser/internal_auth.cc',
885 'browser/internal_auth.h', 885 'browser/internal_auth.h',
886 'browser/intranet_redirect_detector.cc', 886 'browser/intranet_redirect_detector.cc',
887 'browser/intranet_redirect_detector.h', 887 'browser/intranet_redirect_detector.h',
888 'browser/invalidation/invalidation_frontend.h', 888 'browser/invalidation/fake_invalidation_service.cc',
889 'browser/invalidation/fake_invalidation_service.h',
890 'browser/invalidation/invalidation_service.h',
889 'browser/invalidation/invalidation_service_android.cc', 891 'browser/invalidation/invalidation_service_android.cc',
890 'browser/invalidation/invalidation_service_android.h', 892 'browser/invalidation/invalidation_service_android.h',
891 'browser/invalidation/invalidation_service_factory.cc', 893 'browser/invalidation/invalidation_service_factory.cc',
892 'browser/invalidation/invalidation_service_factory.h', 894 'browser/invalidation/invalidation_service_factory.h',
893 'browser/invalidation/invalidation_service_util.cc', 895 'browser/invalidation/invalidation_service_util.cc',
894 'browser/invalidation/invalidation_service_util.h', 896 'browser/invalidation/invalidation_service_util.h',
895 'browser/invalidation/invalidator_storage.cc', 897 'browser/invalidation/invalidator_storage.cc',
896 'browser/invalidation/invalidator_storage.h', 898 'browser/invalidation/invalidator_storage.h',
897 'browser/invalidation/p2p_invalidation_service.cc', 899 'browser/invalidation/p2p_invalidation_service.cc',
898 'browser/invalidation/p2p_invalidation_service.h', 900 'browser/invalidation/p2p_invalidation_service.h',
(...skipping 1046 matching lines...) Expand 10 before | Expand all | Expand 10 after
1945 'browser/storage_monitor/volume_mount_watcher_win.cc', 1947 'browser/storage_monitor/volume_mount_watcher_win.cc',
1946 'browser/storage_monitor/volume_mount_watcher_win.h', 1948 'browser/storage_monitor/volume_mount_watcher_win.h',
1947 'browser/sync/about_sync_util.cc', 1949 'browser/sync/about_sync_util.cc',
1948 'browser/sync/about_sync_util.h', 1950 'browser/sync/about_sync_util.h',
1949 'browser/sync/backend_migrator.cc', 1951 'browser/sync/backend_migrator.cc',
1950 'browser/sync/backend_migrator.h', 1952 'browser/sync/backend_migrator.h',
1951 'browser/sync/backend_unrecoverable_error_handler.cc', 1953 'browser/sync/backend_unrecoverable_error_handler.cc',
1952 'browser/sync/backend_unrecoverable_error_handler.h', 1954 'browser/sync/backend_unrecoverable_error_handler.h',
1953 'browser/sync/failed_datatypes_handler.cc', 1955 'browser/sync/failed_datatypes_handler.cc',
1954 'browser/sync/failed_datatypes_handler.h', 1956 'browser/sync/failed_datatypes_handler.h',
1955 'browser/sync/glue/android_invalidator_bridge.cc',
1956 'browser/sync/glue/android_invalidator_bridge.h',
1957 'browser/sync/glue/android_invalidator_bridge_proxy.cc',
1958 'browser/sync/glue/android_invalidator_bridge_proxy.h',
1959 'browser/sync/glue/autofill_data_type_controller.cc', 1957 'browser/sync/glue/autofill_data_type_controller.cc',
1960 'browser/sync/glue/autofill_data_type_controller.h', 1958 'browser/sync/glue/autofill_data_type_controller.h',
1961 'browser/sync/glue/autofill_profile_data_type_controller.cc', 1959 'browser/sync/glue/autofill_profile_data_type_controller.cc',
1962 'browser/sync/glue/autofill_profile_data_type_controller.h', 1960 'browser/sync/glue/autofill_profile_data_type_controller.h',
1963 'browser/sync/glue/backend_data_type_configurer.cc', 1961 'browser/sync/glue/backend_data_type_configurer.cc',
1964 'browser/sync/glue/backend_data_type_configurer.h', 1962 'browser/sync/glue/backend_data_type_configurer.h',
1965 'browser/sync/glue/bookmark_change_processor.cc', 1963 'browser/sync/glue/bookmark_change_processor.cc',
1966 'browser/sync/glue/bookmark_change_processor.h', 1964 'browser/sync/glue/bookmark_change_processor.h',
1967 'browser/sync/glue/bookmark_data_type_controller.cc', 1965 'browser/sync/glue/bookmark_data_type_controller.cc',
1968 'browser/sync/glue/bookmark_data_type_controller.h', 1966 'browser/sync/glue/bookmark_data_type_controller.h',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
2065 'browser/sync/profile_sync_service.h', 2063 'browser/sync/profile_sync_service.h',
2066 'browser/sync/profile_sync_service_android.cc', 2064 'browser/sync/profile_sync_service_android.cc',
2067 'browser/sync/profile_sync_service_android.h', 2065 'browser/sync/profile_sync_service_android.h',
2068 'browser/sync/profile_sync_service_base.h', 2066 'browser/sync/profile_sync_service_base.h',
2069 'browser/sync/profile_sync_service_base.cc', 2067 'browser/sync/profile_sync_service_base.cc',
2070 'browser/sync/profile_sync_service_factory.cc', 2068 'browser/sync/profile_sync_service_factory.cc',
2071 'browser/sync/profile_sync_service_factory.h', 2069 'browser/sync/profile_sync_service_factory.h',
2072 'browser/sync/profile_sync_service_harness.cc', 2070 'browser/sync/profile_sync_service_harness.cc',
2073 'browser/sync/profile_sync_service_harness.h', 2071 'browser/sync/profile_sync_service_harness.h',
2074 'browser/sync/profile_sync_service_model_type_selection_android.h', 2072 'browser/sync/profile_sync_service_model_type_selection_android.h',
2073 'browser/sync/profile_sync_service_observer.cc',
2075 'browser/sync/profile_sync_service_observer.h', 2074 'browser/sync/profile_sync_service_observer.h',
2076 'browser/sync/retry_verifier.cc', 2075 'browser/sync/retry_verifier.cc',
2077 'browser/sync/retry_verifier.h', 2076 'browser/sync/retry_verifier.h',
2078 'browser/sync/sync_global_error.cc', 2077 'browser/sync/sync_global_error.cc',
2079 'browser/sync/sync_global_error.h', 2078 'browser/sync/sync_global_error.h',
2080 'browser/sync/sync_prefs.cc', 2079 'browser/sync/sync_prefs.cc',
2081 'browser/sync/sync_prefs.h', 2080 'browser/sync/sync_prefs.h',
2082 'browser/sync/sync_ui_util.cc', 2081 'browser/sync/sync_ui_util.cc',
2083 'browser/sync/sync_ui_util.h', 2082 'browser/sync/sync_ui_util.h',
2084 'browser/sync/user_selectable_sync_type.h', 2083 'browser/sync/user_selectable_sync_type.h',
(...skipping 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after
3192 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3191 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3193 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3192 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3194 }, 3193 },
3195 'includes': [ '../build/android/java_cpp_template.gypi' ], 3194 'includes': [ '../build/android/java_cpp_template.gypi' ],
3196 }, 3195 },
3197 ], 3196 ],
3198 }, 3197 },
3199 ], 3198 ],
3200 ], 3199 ],
3201 } 3200 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698