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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9232011: sync: Make ProfileSyncService a ProfileKeyedService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: init Created 8 years, 11 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 2308 matching lines...) Expand 10 before | Expand all | Expand 10 after
2319 'browser/sync/glue/ui_model_worker.h', 2319 'browser/sync/glue/ui_model_worker.h',
2320 'browser/sync/backend_migrator.cc', 2320 'browser/sync/backend_migrator.cc',
2321 'browser/sync/backend_migrator.h', 2321 'browser/sync/backend_migrator.h',
2322 'browser/sync/backend_unrecoverable_error_handler.cc', 2322 'browser/sync/backend_unrecoverable_error_handler.cc',
2323 'browser/sync/backend_unrecoverable_error_handler.h', 2323 'browser/sync/backend_unrecoverable_error_handler.h',
2324 'browser/sync/failed_datatypes_handler.cc', 2324 'browser/sync/failed_datatypes_handler.cc',
2325 'browser/sync/failed_datatypes_handler.h', 2325 'browser/sync/failed_datatypes_handler.h',
2326 'browser/sync/profile_sync_components_factory.h', 2326 'browser/sync/profile_sync_components_factory.h',
2327 'browser/sync/profile_sync_components_factory_impl.cc', 2327 'browser/sync/profile_sync_components_factory_impl.cc',
2328 'browser/sync/profile_sync_components_factory_impl.h', 2328 'browser/sync/profile_sync_components_factory_impl.h',
2329 'browser/sync/profile_sync_service_factory.cc',
2330 'browser/sync/profile_sync_service_factory.h',
2329 'browser/sync/profile_sync_service.cc', 2331 'browser/sync/profile_sync_service.cc',
2330 'browser/sync/profile_sync_service.h', 2332 'browser/sync/profile_sync_service.h',
2331 'browser/sync/profile_sync_service_harness.cc', 2333 'browser/sync/profile_sync_service_harness.cc',
2332 'browser/sync/profile_sync_service_harness.h', 2334 'browser/sync/profile_sync_service_harness.h',
2333 'browser/sync/profile_sync_service_observer.h', 2335 'browser/sync/profile_sync_service_observer.h',
2334 'browser/sync/retry_verifier.cc', 2336 'browser/sync/retry_verifier.cc',
2335 'browser/sync/retry_verifier.h', 2337 'browser/sync/retry_verifier.h',
2336 'browser/sync/sync_global_error.cc', 2338 'browser/sync/sync_global_error.cc',
2337 'browser/sync/sync_global_error.h', 2339 'browser/sync/sync_global_error.h',
2338 'browser/sync/sync_prefs.cc', 2340 'browser/sync/sync_prefs.cc',
(...skipping 3125 matching lines...) Expand 10 before | Expand all | Expand 10 after
5464 'type': 'static_library', 5466 'type': 'static_library',
5465 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5467 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5466 'variables': { 5468 'variables': {
5467 'proto_in_dir': 'browser/history', 5469 'proto_in_dir': 'browser/history',
5468 'proto_out_dir': 'chrome/browser/history', 5470 'proto_out_dir': 'chrome/browser/history',
5469 }, 5471 },
5470 'includes': [ '../build/protoc.gypi' ] 5472 'includes': [ '../build/protoc.gypi' ]
5471 }, 5473 },
5472 ], 5474 ],
5473 } 5475 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698