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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9395058: [Sync] Remove SyncableServiceAdapter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 9 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 2418 matching lines...) Expand 10 before | Expand all | Expand 10 after
2429 'browser/sync/glue/non_frontend_data_type_controller.cc', 2429 'browser/sync/glue/non_frontend_data_type_controller.cc',
2430 'browser/sync/glue/non_frontend_data_type_controller.h', 2430 'browser/sync/glue/non_frontend_data_type_controller.h',
2431 'browser/sync/glue/password_change_processor.cc', 2431 'browser/sync/glue/password_change_processor.cc',
2432 'browser/sync/glue/password_change_processor.h', 2432 'browser/sync/glue/password_change_processor.h',
2433 'browser/sync/glue/password_data_type_controller.cc', 2433 'browser/sync/glue/password_data_type_controller.cc',
2434 'browser/sync/glue/password_data_type_controller.h', 2434 'browser/sync/glue/password_data_type_controller.h',
2435 'browser/sync/glue/password_model_associator.cc', 2435 'browser/sync/glue/password_model_associator.cc',
2436 'browser/sync/glue/password_model_associator.h', 2436 'browser/sync/glue/password_model_associator.h',
2437 'browser/sync/glue/password_model_worker.cc', 2437 'browser/sync/glue/password_model_worker.cc',
2438 'browser/sync/glue/password_model_worker.h', 2438 'browser/sync/glue/password_model_worker.h',
2439 'browser/sync/glue/preference_data_type_controller.cc',
2440 'browser/sync/glue/preference_data_type_controller.h',
2441 'browser/sync/glue/search_engine_data_type_controller.cc', 2439 'browser/sync/glue/search_engine_data_type_controller.cc',
2442 'browser/sync/glue/search_engine_data_type_controller.h', 2440 'browser/sync/glue/search_engine_data_type_controller.h',
2443 'browser/sync/glue/session_change_processor.cc', 2441 'browser/sync/glue/session_change_processor.cc',
2444 'browser/sync/glue/session_change_processor.h', 2442 'browser/sync/glue/session_change_processor.h',
2445 'browser/sync/glue/session_data_type_controller.cc', 2443 'browser/sync/glue/session_data_type_controller.cc',
2446 'browser/sync/glue/session_data_type_controller.h', 2444 'browser/sync/glue/session_data_type_controller.h',
2447 'browser/sync/glue/session_model_associator.cc', 2445 'browser/sync/glue/session_model_associator.cc',
2448 'browser/sync/glue/session_model_associator.h', 2446 'browser/sync/glue/session_model_associator.h',
2449 'browser/sync/glue/shared_change_processor.cc', 2447 'browser/sync/glue/shared_change_processor.cc',
2450 'browser/sync/glue/shared_change_processor.h', 2448 'browser/sync/glue/shared_change_processor.h',
2451 'browser/sync/glue/shared_change_processor_ref.h', 2449 'browser/sync/glue/shared_change_processor_ref.h',
2452 'browser/sync/glue/shared_change_processor_ref.cc', 2450 'browser/sync/glue/shared_change_processor_ref.cc',
2453 'browser/sync/glue/syncable_service_adapter.cc',
2454 'browser/sync/glue/syncable_service_adapter.h',
2455 'browser/sync/glue/synced_session.h', 2451 'browser/sync/glue/synced_session.h',
2456 'browser/sync/glue/synced_session.cc', 2452 'browser/sync/glue/synced_session.cc',
2457 'browser/sync/glue/synced_window_delegate.h', 2453 'browser/sync/glue/synced_window_delegate.h',
2458 'browser/sync/glue/sync_backend_host.cc', 2454 'browser/sync/glue/sync_backend_host.cc',
2459 'browser/sync/glue/sync_backend_host.h', 2455 'browser/sync/glue/sync_backend_host.h',
2460 'browser/sync/glue/sync_backend_registrar.cc', 2456 'browser/sync/glue/sync_backend_registrar.cc',
2461 'browser/sync/glue/sync_backend_registrar.h', 2457 'browser/sync/glue/sync_backend_registrar.h',
2462 'browser/sync/glue/synced_session_tracker.cc', 2458 'browser/sync/glue/synced_session_tracker.cc',
2463 'browser/sync/glue/synced_session_tracker.h', 2459 'browser/sync/glue/synced_session_tracker.h',
2464 'browser/sync/glue/theme_change_processor.cc', 2460 'browser/sync/glue/theme_change_processor.cc',
2465 'browser/sync/glue/theme_change_processor.h', 2461 'browser/sync/glue/theme_change_processor.h',
2466 'browser/sync/glue/theme_data_type_controller.cc', 2462 'browser/sync/glue/theme_data_type_controller.cc',
2467 'browser/sync/glue/theme_data_type_controller.h', 2463 'browser/sync/glue/theme_data_type_controller.h',
2468 'browser/sync/glue/theme_model_associator.cc', 2464 'browser/sync/glue/theme_model_associator.cc',
2469 'browser/sync/glue/theme_model_associator.h', 2465 'browser/sync/glue/theme_model_associator.h',
2470 'browser/sync/glue/theme_util.cc', 2466 'browser/sync/glue/theme_util.cc',
2471 'browser/sync/glue/theme_util.h', 2467 'browser/sync/glue/theme_util.h',
2472 'browser/sync/glue/typed_url_change_processor.cc', 2468 'browser/sync/glue/typed_url_change_processor.cc',
2473 'browser/sync/glue/typed_url_change_processor.h', 2469 'browser/sync/glue/typed_url_change_processor.h',
2474 'browser/sync/glue/typed_url_data_type_controller.cc', 2470 'browser/sync/glue/typed_url_data_type_controller.cc',
2475 'browser/sync/glue/typed_url_data_type_controller.h', 2471 'browser/sync/glue/typed_url_data_type_controller.h',
2476 'browser/sync/glue/typed_url_model_associator.cc', 2472 'browser/sync/glue/typed_url_model_associator.cc',
2477 'browser/sync/glue/typed_url_model_associator.h', 2473 'browser/sync/glue/typed_url_model_associator.h',
2474 'browser/sync/glue/ui_data_type_controller.cc',
2475 'browser/sync/glue/ui_data_type_controller.h',
2478 'browser/sync/glue/ui_model_worker.cc', 2476 'browser/sync/glue/ui_model_worker.cc',
2479 'browser/sync/glue/ui_model_worker.h', 2477 'browser/sync/glue/ui_model_worker.h',
2480 'browser/sync/backend_migrator.cc', 2478 'browser/sync/backend_migrator.cc',
2481 'browser/sync/backend_migrator.h', 2479 'browser/sync/backend_migrator.h',
2482 'browser/sync/backend_unrecoverable_error_handler.cc', 2480 'browser/sync/backend_unrecoverable_error_handler.cc',
2483 'browser/sync/backend_unrecoverable_error_handler.h', 2481 'browser/sync/backend_unrecoverable_error_handler.h',
2484 'browser/sync/failed_datatypes_handler.cc', 2482 'browser/sync/failed_datatypes_handler.cc',
2485 'browser/sync/failed_datatypes_handler.h', 2483 'browser/sync/failed_datatypes_handler.h',
2486 'browser/sync/profile_sync_components_factory.h', 2484 'browser/sync/profile_sync_components_factory.h',
2487 'browser/sync/profile_sync_components_factory_impl.cc', 2485 'browser/sync/profile_sync_components_factory_impl.cc',
(...skipping 3217 matching lines...) Expand 10 before | Expand all | Expand 10 after
5705 'variables': { 5703 'variables': {
5706 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5704 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5707 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5705 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5708 }, 5706 },
5709 'includes': ['../build/protoc.gypi'], 5707 'includes': ['../build/protoc.gypi'],
5710 }], 5708 }],
5711 ], 5709 ],
5712 }, 5710 },
5713 ], 5711 ],
5714 } 5712 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/profile_sync_service_preference_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698