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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1419103009: [Sync] Componentize ProfileSyncService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@max_bogue_sync_backend_host
Patch Set: Created 5 years, 1 month 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2867 matching lines...) Expand 10 before | Expand all | Expand 10 after
2878 'browser/sync/glue/sync_start_util.cc', 2878 'browser/sync/glue/sync_start_util.cc',
2879 'browser/sync/glue/sync_start_util.h', 2879 'browser/sync/glue/sync_start_util.h',
2880 'browser/sync/glue/synced_tab_delegate_android.cc', 2880 'browser/sync/glue/synced_tab_delegate_android.cc',
2881 'browser/sync/glue/synced_tab_delegate_android.h', 2881 'browser/sync/glue/synced_tab_delegate_android.h',
2882 'browser/sync/glue/synced_window_delegate_android.cc', 2882 'browser/sync/glue/synced_window_delegate_android.cc',
2883 'browser/sync/glue/synced_window_delegate_android.h', 2883 'browser/sync/glue/synced_window_delegate_android.h',
2884 'browser/sync/glue/synced_window_delegates_getter_android.cc', 2884 'browser/sync/glue/synced_window_delegates_getter_android.cc',
2885 'browser/sync/glue/synced_window_delegates_getter_android.h', 2885 'browser/sync/glue/synced_window_delegates_getter_android.h',
2886 'browser/sync/profile_sync_components_factory_impl.cc', 2886 'browser/sync/profile_sync_components_factory_impl.cc',
2887 'browser/sync/profile_sync_components_factory_impl.h', 2887 'browser/sync/profile_sync_components_factory_impl.h',
2888 'browser/sync/profile_sync_service.cc',
2889 'browser/sync/profile_sync_service.h',
2890 'browser/sync/profile_sync_service_android.cc', 2888 'browser/sync/profile_sync_service_android.cc',
2891 'browser/sync/profile_sync_service_android.h', 2889 'browser/sync/profile_sync_service_android.h',
2892 'browser/sync/profile_sync_service_factory.cc', 2890 'browser/sync/profile_sync_service_factory.cc',
2893 'browser/sync/profile_sync_service_factory.h', 2891 'browser/sync/profile_sync_service_factory.h',
2894 'browser/sync/sessions/notification_service_sessions_router.cc', 2892 'browser/sync/sessions/notification_service_sessions_router.cc',
2895 'browser/sync/sessions/notification_service_sessions_router.h', 2893 'browser/sync/sessions/notification_service_sessions_router.h',
2896 'browser/sync/supervised_user_signin_manager_wrapper.cc', 2894 'browser/sync/supervised_user_signin_manager_wrapper.cc',
2897 'browser/sync/supervised_user_signin_manager_wrapper.h', 2895 'browser/sync/supervised_user_signin_manager_wrapper.h',
2898 'browser/sync/sync_startup_tracker.cc', 2896 'browser/sync/sync_startup_tracker.cc',
2899 'browser/sync/sync_startup_tracker.h', 2897 'browser/sync/sync_startup_tracker.h',
2900 'browser/sync/sync_type_preference_provider.h',
2901 ], 2898 ],
2902 'chrome_browser_task_manager_sources': [ 2899 'chrome_browser_task_manager_sources': [
2903 # Stats collection for CAPS (uses old task manager): 2900 # Stats collection for CAPS (uses old task manager):
2904 'browser/caps/generate_state_json.cc', 2901 'browser/caps/generate_state_json.cc',
2905 'browser/caps/generate_state_json.h', 2902 'browser/caps/generate_state_json.h',
2906 2903
2907 # New Task Manager Sources: 2904 # New Task Manager Sources:
2908 'browser/task_management/providers/browser_process_task.cc', 2905 'browser/task_management/providers/browser_process_task.cc',
2909 'browser/task_management/providers/browser_process_task.h', 2906 'browser/task_management/providers/browser_process_task.h',
2910 'browser/task_management/providers/browser_process_task_provider.cc', 2907 'browser/task_management/providers/browser_process_task_provider.cc',
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
3056 'chrome_resources.gyp:chrome_strings', 3053 'chrome_resources.gyp:chrome_strings',
3057 'chrome_resources.gyp:chrome_ui_string_overrider_factory', 3054 'chrome_resources.gyp:chrome_ui_string_overrider_factory',
3058 'chrome_resources.gyp:make_chrome_ui_string_overrider_factory', 3055 'chrome_resources.gyp:make_chrome_ui_string_overrider_factory',
3059 'chrome_resources.gyp:platform_locale_settings', 3056 'chrome_resources.gyp:platform_locale_settings',
3060 'chrome_resources.gyp:theme_resources', 3057 'chrome_resources.gyp:theme_resources',
3061 'common', 3058 'common',
3062 'probe_message_proto', 3059 'probe_message_proto',
3063 '../components/components.gyp:autofill_core_browser', 3060 '../components/components.gyp:autofill_core_browser',
3064 '../components/components.gyp:bookmarks_browser', 3061 '../components/components.gyp:bookmarks_browser',
3065 '../components/components.gyp:bookmarks_managed', 3062 '../components/components.gyp:bookmarks_managed',
3063 '../components/components.gyp:browser_sync_browser',
3066 '../components/components.gyp:browser_sync_common', 3064 '../components/components.gyp:browser_sync_common',
3067 '../components/components.gyp:captive_portal', 3065 '../components/components.gyp:captive_portal',
3068 '../components/components.gyp:cloud_devices_common', 3066 '../components/components.gyp:cloud_devices_common',
3069 '../components/components.gyp:component_metrics_proto', 3067 '../components/components.gyp:component_metrics_proto',
3070 '../components/components.gyp:component_updater', 3068 '../components/components.gyp:component_updater',
3071 '../components/components.gyp:compression', 3069 '../components/components.gyp:compression',
3072 '../components/components.gyp:content_settings_content_common', 3070 '../components/components.gyp:content_settings_content_common',
3073 '../components/components.gyp:content_settings_core_browser', 3071 '../components/components.gyp:content_settings_core_browser',
3074 '../components/components.gyp:content_settings_core_common', 3072 '../components/components.gyp:content_settings_core_common',
3075 '../components/components.gyp:crx_file', 3073 '../components/components.gyp:crx_file',
(...skipping 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after
4092 '../components/components.gyp:omnibox_browser', 4090 '../components/components.gyp:omnibox_browser',
4093 '../components/components.gyp:rlz', 4091 '../components/components.gyp:rlz',
4094 '../components/components.gyp:search_engines', 4092 '../components/components.gyp:search_engines',
4095 '../rlz/rlz.gyp:rlz_lib', 4093 '../rlz/rlz.gyp:rlz_lib',
4096 ], 4094 ],
4097 }, 4095 },
4098 ], 4096 ],
4099 }], 4097 }],
4100 ], 4098 ],
4101 } 4099 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698