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

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: Another attempt to fix Android 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 855 matching lines...) Expand 10 before | Expand all | Expand 10 after
866 'browser/infobars/infobar_service.cc', 866 'browser/infobars/infobar_service.cc',
867 'browser/infobars/infobar_service.h', 867 'browser/infobars/infobar_service.h',
868 'browser/infobars/insecure_content_infobar_delegate.cc', 868 'browser/infobars/insecure_content_infobar_delegate.cc',
869 'browser/infobars/insecure_content_infobar_delegate.h', 869 'browser/infobars/insecure_content_infobar_delegate.h',
870 'browser/infobars/simple_alert_infobar_delegate.cc', 870 'browser/infobars/simple_alert_infobar_delegate.cc',
871 'browser/infobars/simple_alert_infobar_delegate.h', 871 'browser/infobars/simple_alert_infobar_delegate.h',
872 'browser/internal_auth.cc', 872 'browser/internal_auth.cc',
873 'browser/internal_auth.h', 873 'browser/internal_auth.h',
874 'browser/intranet_redirect_detector.cc', 874 'browser/intranet_redirect_detector.cc',
875 'browser/intranet_redirect_detector.h', 875 'browser/intranet_redirect_detector.h',
876 'browser/invalidation/invalidation_frontend.h',
877 'browser/invalidation/invalidation_service_android.cc',
878 'browser/invalidation/invalidation_service_android.h',
879 'browser/invalidation/invalidation_service_factory.cc',
880 'browser/invalidation/invalidation_service_factory.h',
881 'browser/invalidation/invalidation_service_util.cc',
882 'browser/invalidation/invalidation_service_util.h',
883 'browser/invalidation/invalidator_storage.cc',
884 'browser/invalidation/invalidator_storage.h',
885 'browser/invalidation/p2p_invalidation_service.cc',
886 'browser/invalidation/p2p_invalidation_service.h',
887 'browser/invalidation/ticl_invalidation_service.cc',
888 'browser/invalidation/ticl_invalidation_service.h',
876 'browser/io_thread.cc', 889 'browser/io_thread.cc',
877 'browser/io_thread.h', 890 'browser/io_thread.h',
878 'browser/jankometer.cc', 891 'browser/jankometer.cc',
879 'browser/jankometer.h', 892 'browser/jankometer.h',
880 'browser/jankometer_android.cc', 893 'browser/jankometer_android.cc',
881 'browser/jankometer_mac.cc', 894 'browser/jankometer_mac.cc',
882 'browser/jumplist_win.cc', 895 'browser/jumplist_win.cc',
883 'browser/jumplist_win.h', 896 'browser/jumplist_win.h',
884 'browser/language_usage_metrics.cc', 897 'browser/language_usage_metrics.cc',
885 'browser/language_usage_metrics.h', 898 'browser/language_usage_metrics.h',
(...skipping 1137 matching lines...) Expand 10 before | Expand all | Expand 10 after
2023 'browser/sync/glue/typed_url_change_processor.cc', 2036 'browser/sync/glue/typed_url_change_processor.cc',
2024 'browser/sync/glue/typed_url_change_processor.h', 2037 'browser/sync/glue/typed_url_change_processor.h',
2025 'browser/sync/glue/typed_url_data_type_controller.cc', 2038 'browser/sync/glue/typed_url_data_type_controller.cc',
2026 'browser/sync/glue/typed_url_data_type_controller.h', 2039 'browser/sync/glue/typed_url_data_type_controller.h',
2027 'browser/sync/glue/typed_url_model_associator.cc', 2040 'browser/sync/glue/typed_url_model_associator.cc',
2028 'browser/sync/glue/typed_url_model_associator.h', 2041 'browser/sync/glue/typed_url_model_associator.h',
2029 'browser/sync/glue/ui_data_type_controller.cc', 2042 'browser/sync/glue/ui_data_type_controller.cc',
2030 'browser/sync/glue/ui_data_type_controller.h', 2043 'browser/sync/glue/ui_data_type_controller.h',
2031 'browser/sync/glue/ui_model_worker.cc', 2044 'browser/sync/glue/ui_model_worker.cc',
2032 'browser/sync/glue/ui_model_worker.h', 2045 'browser/sync/glue/ui_model_worker.h',
2033 'browser/sync/invalidations/invalidator_storage.cc',
2034 'browser/sync/invalidations/invalidator_storage.h',
2035 'browser/sync/invalidation_frontend.h',
2036 'browser/sync/profile_sync_components_factory.h', 2046 'browser/sync/profile_sync_components_factory.h',
2037 'browser/sync/profile_sync_components_factory_impl.cc', 2047 'browser/sync/profile_sync_components_factory_impl.cc',
2038 'browser/sync/profile_sync_components_factory_impl.h', 2048 'browser/sync/profile_sync_components_factory_impl.h',
2039 'browser/sync/profile_sync_service.cc', 2049 'browser/sync/profile_sync_service.cc',
2040 'browser/sync/profile_sync_service.h', 2050 'browser/sync/profile_sync_service.h',
2041 'browser/sync/profile_sync_service_android.cc', 2051 'browser/sync/profile_sync_service_android.cc',
2042 'browser/sync/profile_sync_service_android.h', 2052 'browser/sync/profile_sync_service_android.h',
2043 'browser/sync/profile_sync_service_base.h', 2053 'browser/sync/profile_sync_service_base.h',
2044 'browser/sync/profile_sync_service_base.cc', 2054 'browser/sync/profile_sync_service_base.cc',
2045 'browser/sync/profile_sync_service_factory.cc', 2055 'browser/sync/profile_sync_service_factory.cc',
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
2782 'browser/user_style_sheet_watcher.cc', 2792 'browser/user_style_sheet_watcher.cc',
2783 'browser/user_style_sheet_watcher.h', 2793 'browser/user_style_sheet_watcher.h',
2784 'browser/user_style_sheet_watcher_factory.cc', 2794 'browser/user_style_sheet_watcher_factory.cc',
2785 'browser/user_style_sheet_watcher_factory.h', 2795 'browser/user_style_sheet_watcher_factory.h',
2786 2796
2787 # Not used by Android 2797 # Not used by Android
2788 'browser/chrome_browser_main_posix.cc', 2798 'browser/chrome_browser_main_posix.cc',
2789 'browser/chrome_browser_main_posix.h', 2799 'browser/chrome_browser_main_posix.h',
2790 'browser/chrome_process_singleton.cc', 2800 'browser/chrome_process_singleton.cc',
2791 'browser/process_singleton.cc', 2801 'browser/process_singleton.cc',
2802
2803 # Android uses a different invalidation service
2804 'browser/invalidation/ticl_invalidation_service.cc',
2805 'browser/invalidation/ticl_invalidation_service.h',
2792 ], 2806 ],
2793 'sources/': [ 2807 'sources/': [
2794 ['exclude', '^browser/captive_portal/'], 2808 ['exclude', '^browser/captive_portal/'],
2795 ['exclude', '^browser/chrome_to_mobile'], 2809 ['exclude', '^browser/chrome_to_mobile'],
2796 ['exclude', '^browser/first_run/'], 2810 ['exclude', '^browser/first_run/'],
2797 ['include', '^browser/first_run/first_run.cc'], # For ctor/dtor of a struct. 2811 ['include', '^browser/first_run/first_run.cc'], # For ctor/dtor of a struct.
2798 ['exclude', '^browser/importer/'], 2812 ['exclude', '^browser/importer/'],
2799 ['exclude', '^browser/media_galleries/'], 2813 ['exclude', '^browser/media_galleries/'],
2800 ['exclude', '^browser/service/'], 2814 ['exclude', '^browser/service/'],
2801 ['exclude', '^browser/speech/'], 2815 ['exclude', '^browser/speech/'],
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
3148 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3162 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3149 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3163 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3150 }, 3164 },
3151 'includes': [ '../build/android/java_cpp_template.gypi' ], 3165 'includes': [ '../build/android/java_cpp_template.gypi' ],
3152 }, 3166 },
3153 ], 3167 ],
3154 }, 3168 },
3155 ], 3169 ],
3156 ], 3170 ],
3157 } 3171 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698