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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1421003007: [Sync] Componentize ProfileSyncComponentsFactoryImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix browser_tests 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 2874 matching lines...) Expand 10 before | Expand all | Expand 10 after
2885 'browser/sync/glue/extensions_activity_monitor.cc', 2885 'browser/sync/glue/extensions_activity_monitor.cc',
2886 'browser/sync/glue/extensions_activity_monitor.h', 2886 'browser/sync/glue/extensions_activity_monitor.h',
2887 'browser/sync/glue/sync_start_util.cc', 2887 'browser/sync/glue/sync_start_util.cc',
2888 'browser/sync/glue/sync_start_util.h', 2888 'browser/sync/glue/sync_start_util.h',
2889 'browser/sync/glue/synced_tab_delegate_android.cc', 2889 'browser/sync/glue/synced_tab_delegate_android.cc',
2890 'browser/sync/glue/synced_tab_delegate_android.h', 2890 'browser/sync/glue/synced_tab_delegate_android.h',
2891 'browser/sync/glue/synced_window_delegate_android.cc', 2891 'browser/sync/glue/synced_window_delegate_android.cc',
2892 'browser/sync/glue/synced_window_delegate_android.h', 2892 'browser/sync/glue/synced_window_delegate_android.h',
2893 'browser/sync/glue/synced_window_delegates_getter_android.cc', 2893 'browser/sync/glue/synced_window_delegates_getter_android.cc',
2894 'browser/sync/glue/synced_window_delegates_getter_android.h', 2894 'browser/sync/glue/synced_window_delegates_getter_android.h',
2895 'browser/sync/profile_sync_components_factory_impl.cc',
2896 'browser/sync/profile_sync_components_factory_impl.h',
2897 'browser/sync/profile_sync_service_android.cc', 2895 'browser/sync/profile_sync_service_android.cc',
2898 'browser/sync/profile_sync_service_android.h', 2896 'browser/sync/profile_sync_service_android.h',
2899 'browser/sync/profile_sync_service_factory.cc', 2897 'browser/sync/profile_sync_service_factory.cc',
2900 'browser/sync/profile_sync_service_factory.h', 2898 'browser/sync/profile_sync_service_factory.h',
2901 'browser/sync/sessions/notification_service_sessions_router.cc', 2899 'browser/sync/sessions/notification_service_sessions_router.cc',
2902 'browser/sync/sessions/notification_service_sessions_router.h', 2900 'browser/sync/sessions/notification_service_sessions_router.h',
2903 'browser/sync/supervised_user_signin_manager_wrapper.cc', 2901 'browser/sync/supervised_user_signin_manager_wrapper.cc',
2904 'browser/sync/supervised_user_signin_manager_wrapper.h', 2902 'browser/sync/supervised_user_signin_manager_wrapper.h',
2905 'browser/sync/sync_startup_tracker.cc', 2903 'browser/sync/sync_startup_tracker.cc',
2906 'browser/sync/sync_startup_tracker.h', 2904 'browser/sync/sync_startup_tracker.h',
(...skipping 1179 matching lines...) Expand 10 before | Expand all | Expand 10 after
4086 '../components/components.gyp:omnibox_browser', 4084 '../components/components.gyp:omnibox_browser',
4087 '../components/components.gyp:rlz', 4085 '../components/components.gyp:rlz',
4088 '../components/components.gyp:search_engines', 4086 '../components/components.gyp:search_engines',
4089 '../rlz/rlz.gyp:rlz_lib', 4087 '../rlz/rlz.gyp:rlz_lib',
4090 ], 4088 ],
4091 }, 4089 },
4092 ], 4090 ],
4093 }], 4091 }],
4094 ], 4092 ],
4095 } 4093 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698