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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 13991017: Commit InvalidationService implementations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor updates Created 7 years, 8 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 840 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 'browser/infobars/infobar_tab_helper.cc', 851 'browser/infobars/infobar_tab_helper.cc',
852 'browser/infobars/infobar_tab_helper.h', 852 'browser/infobars/infobar_tab_helper.h',
853 'browser/infobars/insecure_content_infobar_delegate.cc', 853 'browser/infobars/insecure_content_infobar_delegate.cc',
854 'browser/infobars/insecure_content_infobar_delegate.h', 854 'browser/infobars/insecure_content_infobar_delegate.h',
855 'browser/infobars/simple_alert_infobar_delegate.cc', 855 'browser/infobars/simple_alert_infobar_delegate.cc',
856 'browser/infobars/simple_alert_infobar_delegate.h', 856 'browser/infobars/simple_alert_infobar_delegate.h',
857 'browser/internal_auth.cc', 857 'browser/internal_auth.cc',
858 'browser/internal_auth.h', 858 'browser/internal_auth.h',
859 'browser/intranet_redirect_detector.cc', 859 'browser/intranet_redirect_detector.cc',
860 'browser/intranet_redirect_detector.h', 860 'browser/intranet_redirect_detector.h',
861 'browser/invalidation/android_invalidation_service.cc',
862 'browser/invalidation/android_invalidation_service.h',
863 'browser/invalidation/invalidation_frontend.h',
864 'browser/invalidation/invalidation_service_factory.cc',
865 'browser/invalidation/invalidation_service_factory.h',
866 'browser/invalidation/invalidation_service_util.cc',
867 'browser/invalidation/invalidation_service_util.h',
868 'browser/invalidation/invalidator_storage.cc',
869 'browser/invalidation/invalidator_storage.h',
870 'browser/invalidation/p2p_invalidation_service.cc',
871 'browser/invalidation/p2p_invalidation_service.h',
872 'browser/invalidation/ticl_invalidation_service.cc',
873 'browser/invalidation/ticl_invalidation_service.cc',
874 'browser/invalidation/ticl_invalidation_service.h',
875 'browser/invalidation/ticl_invalidation_service.h',
861 'browser/io_thread.cc', 876 'browser/io_thread.cc',
862 'browser/io_thread.h', 877 'browser/io_thread.h',
863 'browser/jankometer.cc', 878 'browser/jankometer.cc',
864 'browser/jankometer.h', 879 'browser/jankometer.h',
865 'browser/jankometer_android.cc', 880 'browser/jankometer_android.cc',
866 'browser/jankometer_mac.cc', 881 'browser/jankometer_mac.cc',
867 'browser/jumplist_win.cc', 882 'browser/jumplist_win.cc',
868 'browser/jumplist_win.h', 883 'browser/jumplist_win.h',
869 'browser/language_usage_metrics.cc', 884 'browser/language_usage_metrics.cc',
870 'browser/language_usage_metrics.h', 885 'browser/language_usage_metrics.h',
(...skipping 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after
1959 'browser/sync/glue/typed_url_change_processor.cc', 1974 'browser/sync/glue/typed_url_change_processor.cc',
1960 'browser/sync/glue/typed_url_change_processor.h', 1975 'browser/sync/glue/typed_url_change_processor.h',
1961 'browser/sync/glue/typed_url_data_type_controller.cc', 1976 'browser/sync/glue/typed_url_data_type_controller.cc',
1962 'browser/sync/glue/typed_url_data_type_controller.h', 1977 'browser/sync/glue/typed_url_data_type_controller.h',
1963 'browser/sync/glue/typed_url_model_associator.cc', 1978 'browser/sync/glue/typed_url_model_associator.cc',
1964 'browser/sync/glue/typed_url_model_associator.h', 1979 'browser/sync/glue/typed_url_model_associator.h',
1965 'browser/sync/glue/ui_data_type_controller.cc', 1980 'browser/sync/glue/ui_data_type_controller.cc',
1966 'browser/sync/glue/ui_data_type_controller.h', 1981 'browser/sync/glue/ui_data_type_controller.h',
1967 'browser/sync/glue/ui_model_worker.cc', 1982 'browser/sync/glue/ui_model_worker.cc',
1968 'browser/sync/glue/ui_model_worker.h', 1983 'browser/sync/glue/ui_model_worker.h',
1969 'browser/sync/invalidations/invalidator_storage.cc',
1970 'browser/sync/invalidations/invalidator_storage.h',
1971 'browser/sync/invalidation_frontend.h',
1972 'browser/sync/profile_sync_components_factory.h', 1984 'browser/sync/profile_sync_components_factory.h',
1973 'browser/sync/profile_sync_components_factory_impl.cc', 1985 'browser/sync/profile_sync_components_factory_impl.cc',
1974 'browser/sync/profile_sync_components_factory_impl.h', 1986 'browser/sync/profile_sync_components_factory_impl.h',
1975 'browser/sync/profile_sync_service.cc', 1987 'browser/sync/profile_sync_service.cc',
1976 'browser/sync/profile_sync_service.h', 1988 'browser/sync/profile_sync_service.h',
1977 'browser/sync/profile_sync_service_android.cc', 1989 'browser/sync/profile_sync_service_android.cc',
1978 'browser/sync/profile_sync_service_android.h', 1990 'browser/sync/profile_sync_service_android.h',
1979 'browser/sync/profile_sync_service_base.h', 1991 'browser/sync/profile_sync_service_base.h',
1980 'browser/sync/profile_sync_service_base.cc', 1992 'browser/sync/profile_sync_service_base.cc',
1981 'browser/sync/profile_sync_service_factory.cc', 1993 'browser/sync/profile_sync_service_factory.cc',
(...skipping 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after
3051 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3063 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3052 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3064 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3053 }, 3065 },
3054 'includes': [ '../build/android/java_cpp_template.gypi' ], 3066 'includes': [ '../build/android/java_cpp_template.gypi' ],
3055 }, 3067 },
3056 ], 3068 ],
3057 }, 3069 },
3058 ], 3070 ],
3059 ], 3071 ],
3060 } 3072 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698