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

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: More updates 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 851 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 'browser/infobars/infobar_service.cc', 862 'browser/infobars/infobar_service.cc',
863 'browser/infobars/infobar_service.h', 863 'browser/infobars/infobar_service.h',
864 'browser/infobars/insecure_content_infobar_delegate.cc', 864 'browser/infobars/insecure_content_infobar_delegate.cc',
865 'browser/infobars/insecure_content_infobar_delegate.h', 865 'browser/infobars/insecure_content_infobar_delegate.h',
866 'browser/infobars/simple_alert_infobar_delegate.cc', 866 'browser/infobars/simple_alert_infobar_delegate.cc',
867 'browser/infobars/simple_alert_infobar_delegate.h', 867 'browser/infobars/simple_alert_infobar_delegate.h',
868 'browser/internal_auth.cc', 868 'browser/internal_auth.cc',
869 'browser/internal_auth.h', 869 'browser/internal_auth.h',
870 'browser/intranet_redirect_detector.cc', 870 'browser/intranet_redirect_detector.cc',
871 'browser/intranet_redirect_detector.h', 871 'browser/intranet_redirect_detector.h',
872 'browser/invalidation/android_invalidation_service.cc',
873 'browser/invalidation/android_invalidation_service.h',
874 'browser/invalidation/invalidation_frontend.h',
875 'browser/invalidation/invalidation_service_factory.cc',
876 'browser/invalidation/invalidation_service_factory.h',
877 'browser/invalidation/invalidation_service_util.cc',
878 'browser/invalidation/invalidation_service_util.h',
879 'browser/invalidation/invalidator_storage.cc',
880 'browser/invalidation/invalidator_storage.h',
881 'browser/invalidation/p2p_invalidation_service.cc',
882 'browser/invalidation/p2p_invalidation_service.h',
883 'browser/invalidation/ticl_invalidation_service.cc',
884 'browser/invalidation/ticl_invalidation_service.cc',
885 'browser/invalidation/ticl_invalidation_service.h',
886 'browser/invalidation/ticl_invalidation_service.h',
872 'browser/io_thread.cc', 887 'browser/io_thread.cc',
873 'browser/io_thread.h', 888 'browser/io_thread.h',
874 'browser/jankometer.cc', 889 'browser/jankometer.cc',
875 'browser/jankometer.h', 890 'browser/jankometer.h',
876 'browser/jankometer_android.cc', 891 'browser/jankometer_android.cc',
877 'browser/jankometer_mac.cc', 892 'browser/jankometer_mac.cc',
878 'browser/jumplist_win.cc', 893 'browser/jumplist_win.cc',
879 'browser/jumplist_win.h', 894 'browser/jumplist_win.h',
880 'browser/language_usage_metrics.cc', 895 'browser/language_usage_metrics.cc',
881 'browser/language_usage_metrics.h', 896 'browser/language_usage_metrics.h',
(...skipping 1111 matching lines...) Expand 10 before | Expand all | Expand 10 after
1993 'browser/sync/glue/typed_url_change_processor.cc', 2008 'browser/sync/glue/typed_url_change_processor.cc',
1994 'browser/sync/glue/typed_url_change_processor.h', 2009 'browser/sync/glue/typed_url_change_processor.h',
1995 'browser/sync/glue/typed_url_data_type_controller.cc', 2010 'browser/sync/glue/typed_url_data_type_controller.cc',
1996 'browser/sync/glue/typed_url_data_type_controller.h', 2011 'browser/sync/glue/typed_url_data_type_controller.h',
1997 'browser/sync/glue/typed_url_model_associator.cc', 2012 'browser/sync/glue/typed_url_model_associator.cc',
1998 'browser/sync/glue/typed_url_model_associator.h', 2013 'browser/sync/glue/typed_url_model_associator.h',
1999 'browser/sync/glue/ui_data_type_controller.cc', 2014 'browser/sync/glue/ui_data_type_controller.cc',
2000 'browser/sync/glue/ui_data_type_controller.h', 2015 'browser/sync/glue/ui_data_type_controller.h',
2001 'browser/sync/glue/ui_model_worker.cc', 2016 'browser/sync/glue/ui_model_worker.cc',
2002 'browser/sync/glue/ui_model_worker.h', 2017 'browser/sync/glue/ui_model_worker.h',
2003 'browser/sync/invalidations/invalidator_storage.cc',
2004 'browser/sync/invalidations/invalidator_storage.h',
2005 'browser/sync/invalidation_frontend.h',
2006 'browser/sync/profile_sync_components_factory.h', 2018 'browser/sync/profile_sync_components_factory.h',
2007 'browser/sync/profile_sync_components_factory_impl.cc', 2019 'browser/sync/profile_sync_components_factory_impl.cc',
2008 'browser/sync/profile_sync_components_factory_impl.h', 2020 'browser/sync/profile_sync_components_factory_impl.h',
2009 'browser/sync/profile_sync_service.cc', 2021 'browser/sync/profile_sync_service.cc',
2010 'browser/sync/profile_sync_service.h', 2022 'browser/sync/profile_sync_service.h',
2011 'browser/sync/profile_sync_service_android.cc', 2023 'browser/sync/profile_sync_service_android.cc',
2012 'browser/sync/profile_sync_service_android.h', 2024 'browser/sync/profile_sync_service_android.h',
2013 'browser/sync/profile_sync_service_base.h', 2025 'browser/sync/profile_sync_service_base.h',
2014 'browser/sync/profile_sync_service_base.cc', 2026 'browser/sync/profile_sync_service_base.cc',
2015 'browser/sync/profile_sync_service_factory.cc', 2027 'browser/sync/profile_sync_service_factory.cc',
(...skipping 1089 matching lines...) Expand 10 before | Expand all | Expand 10 after
3105 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3117 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3106 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3118 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3107 }, 3119 },
3108 'includes': [ '../build/android/java_cpp_template.gypi' ], 3120 'includes': [ '../build/android/java_cpp_template.gypi' ],
3109 }, 3121 },
3110 ], 3122 ],
3111 }, 3123 },
3112 ], 3124 ],
3113 ], 3125 ],
3114 } 3126 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698