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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1265213003: Componentize profile_sync_auth_provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated dependencies Created 5 years, 4 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
« no previous file with comments | « chrome/browser/sync/profile_sync_auth_provider_unittest.cc ('k') | components/sync_driver.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2915 matching lines...) Expand 10 before | Expand all | Expand 10 after
2926 'browser/sync/glue/synced_window_delegate_android.cc', 2926 'browser/sync/glue/synced_window_delegate_android.cc',
2927 'browser/sync/glue/synced_window_delegate_android.h', 2927 'browser/sync/glue/synced_window_delegate_android.h',
2928 'browser/sync/glue/typed_url_change_processor.cc', 2928 'browser/sync/glue/typed_url_change_processor.cc',
2929 'browser/sync/glue/typed_url_change_processor.h', 2929 'browser/sync/glue/typed_url_change_processor.h',
2930 'browser/sync/glue/typed_url_data_type_controller.cc', 2930 'browser/sync/glue/typed_url_data_type_controller.cc',
2931 'browser/sync/glue/typed_url_data_type_controller.h', 2931 'browser/sync/glue/typed_url_data_type_controller.h',
2932 'browser/sync/glue/typed_url_model_associator.cc', 2932 'browser/sync/glue/typed_url_model_associator.cc',
2933 'browser/sync/glue/typed_url_model_associator.h', 2933 'browser/sync/glue/typed_url_model_associator.h',
2934 'browser/sync/glue/ui_model_worker.cc', 2934 'browser/sync/glue/ui_model_worker.cc',
2935 'browser/sync/glue/ui_model_worker.h', 2935 'browser/sync/glue/ui_model_worker.h',
2936 'browser/sync/profile_sync_auth_provider.cc',
2937 'browser/sync/profile_sync_auth_provider.h',
2938 'browser/sync/profile_sync_components_factory.h', 2936 'browser/sync/profile_sync_components_factory.h',
2939 'browser/sync/profile_sync_components_factory_impl.cc', 2937 'browser/sync/profile_sync_components_factory_impl.cc',
2940 'browser/sync/profile_sync_components_factory_impl.h', 2938 'browser/sync/profile_sync_components_factory_impl.h',
2941 'browser/sync/profile_sync_service.cc', 2939 'browser/sync/profile_sync_service.cc',
2942 'browser/sync/profile_sync_service.h', 2940 'browser/sync/profile_sync_service.h',
2943 'browser/sync/profile_sync_service_android.cc', 2941 'browser/sync/profile_sync_service_android.cc',
2944 'browser/sync/profile_sync_service_android.h', 2942 'browser/sync/profile_sync_service_android.h',
2945 'browser/sync/profile_sync_service_factory.cc', 2943 'browser/sync/profile_sync_service_factory.cc',
2946 'browser/sync/profile_sync_service_factory.h', 2944 'browser/sync/profile_sync_service_factory.h',
2947 'browser/sync/protocol_event_observer.cc', 2945 'browser/sync/protocol_event_observer.cc',
(...skipping 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after
4110 '../components/components.gyp:omnibox_browser', 4108 '../components/components.gyp:omnibox_browser',
4111 '../components/components.gyp:rlz', 4109 '../components/components.gyp:rlz',
4112 '../components/components.gyp:search_engines', 4110 '../components/components.gyp:search_engines',
4113 '../rlz/rlz.gyp:rlz_lib', 4111 '../rlz/rlz.gyp:rlz_lib',
4114 ], 4112 ],
4115 }, 4113 },
4116 ], 4114 ],
4117 }], 4115 }],
4118 ], 4116 ],
4119 } 4117 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/profile_sync_auth_provider_unittest.cc ('k') | components/sync_driver.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698