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

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 and address comments 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 2385 matching lines...) Expand 10 before | Expand all | Expand 10 after
2396 'browser/sync/glue/data_type_manager_impl.cc', 2396 'browser/sync/glue/data_type_manager_impl.cc',
2397 'browser/sync/glue/data_type_manager_impl.h', 2397 'browser/sync/glue/data_type_manager_impl.h',
2398 'browser/sync/glue/extension_data_type_controller.cc', 2398 'browser/sync/glue/extension_data_type_controller.cc',
2399 'browser/sync/glue/extension_data_type_controller.h', 2399 'browser/sync/glue/extension_data_type_controller.h',
2400 'browser/sync/glue/extension_setting_data_type_controller.cc', 2400 'browser/sync/glue/extension_setting_data_type_controller.cc',
2401 'browser/sync/glue/extension_setting_data_type_controller.h', 2401 'browser/sync/glue/extension_setting_data_type_controller.h',
2402 'browser/sync/glue/frontend_data_type_controller.cc', 2402 'browser/sync/glue/frontend_data_type_controller.cc',
2403 'browser/sync/glue/frontend_data_type_controller.h', 2403 'browser/sync/glue/frontend_data_type_controller.h',
2404 'browser/sync/glue/generic_change_processor.cc', 2404 'browser/sync/glue/generic_change_processor.cc',
2405 'browser/sync/glue/generic_change_processor.h', 2405 'browser/sync/glue/generic_change_processor.h',
2406 'browser/sync/glue/generic_ui_data_type_controller.cc',
2407 'browser/sync/glue/generic_ui_data_type_controller.h',
2406 'browser/sync/glue/history_model_worker.cc', 2408 'browser/sync/glue/history_model_worker.cc',
2407 'browser/sync/glue/history_model_worker.h', 2409 'browser/sync/glue/history_model_worker.h',
2408 'browser/sync/glue/http_bridge.cc', 2410 'browser/sync/glue/http_bridge.cc',
2409 'browser/sync/glue/http_bridge.h', 2411 'browser/sync/glue/http_bridge.h',
2410 'browser/sync/glue/model_associator.h', 2412 'browser/sync/glue/model_associator.h',
2411 'browser/sync/glue/new_non_frontend_data_type_controller.cc', 2413 'browser/sync/glue/new_non_frontend_data_type_controller.cc',
2412 'browser/sync/glue/new_non_frontend_data_type_controller.h', 2414 'browser/sync/glue/new_non_frontend_data_type_controller.h',
2413 'browser/sync/glue/non_frontend_data_type_controller.cc', 2415 'browser/sync/glue/non_frontend_data_type_controller.cc',
2414 'browser/sync/glue/non_frontend_data_type_controller.h', 2416 'browser/sync/glue/non_frontend_data_type_controller.h',
2415 'browser/sync/glue/password_change_processor.cc', 2417 'browser/sync/glue/password_change_processor.cc',
2416 'browser/sync/glue/password_change_processor.h', 2418 'browser/sync/glue/password_change_processor.h',
2417 'browser/sync/glue/password_data_type_controller.cc', 2419 'browser/sync/glue/password_data_type_controller.cc',
2418 'browser/sync/glue/password_data_type_controller.h', 2420 'browser/sync/glue/password_data_type_controller.h',
2419 'browser/sync/glue/password_model_associator.cc', 2421 'browser/sync/glue/password_model_associator.cc',
2420 'browser/sync/glue/password_model_associator.h', 2422 'browser/sync/glue/password_model_associator.h',
2421 'browser/sync/glue/password_model_worker.cc', 2423 'browser/sync/glue/password_model_worker.cc',
2422 'browser/sync/glue/password_model_worker.h', 2424 'browser/sync/glue/password_model_worker.h',
2423 'browser/sync/glue/preference_data_type_controller.cc',
2424 'browser/sync/glue/preference_data_type_controller.h',
2425 'browser/sync/glue/search_engine_data_type_controller.cc', 2425 'browser/sync/glue/search_engine_data_type_controller.cc',
2426 'browser/sync/glue/search_engine_data_type_controller.h', 2426 'browser/sync/glue/search_engine_data_type_controller.h',
2427 'browser/sync/glue/session_change_processor.cc', 2427 'browser/sync/glue/session_change_processor.cc',
2428 'browser/sync/glue/session_change_processor.h', 2428 'browser/sync/glue/session_change_processor.h',
2429 'browser/sync/glue/session_data_type_controller.cc', 2429 'browser/sync/glue/session_data_type_controller.cc',
2430 'browser/sync/glue/session_data_type_controller.h', 2430 'browser/sync/glue/session_data_type_controller.h',
2431 'browser/sync/glue/session_model_associator.cc', 2431 'browser/sync/glue/session_model_associator.cc',
2432 'browser/sync/glue/session_model_associator.h', 2432 'browser/sync/glue/session_model_associator.h',
2433 'browser/sync/glue/shared_change_processor.cc', 2433 'browser/sync/glue/shared_change_processor.cc',
2434 'browser/sync/glue/shared_change_processor.h', 2434 'browser/sync/glue/shared_change_processor.h',
2435 'browser/sync/glue/shared_change_processor_ref.h', 2435 'browser/sync/glue/shared_change_processor_ref.h',
2436 'browser/sync/glue/shared_change_processor_ref.cc', 2436 'browser/sync/glue/shared_change_processor_ref.cc',
2437 'browser/sync/glue/syncable_service_adapter.cc',
2438 'browser/sync/glue/syncable_service_adapter.h',
2439 'browser/sync/glue/synced_session.h', 2437 'browser/sync/glue/synced_session.h',
2440 'browser/sync/glue/synced_session.cc', 2438 'browser/sync/glue/synced_session.cc',
2441 'browser/sync/glue/synced_window_delegate.h', 2439 'browser/sync/glue/synced_window_delegate.h',
2442 'browser/sync/glue/sync_backend_host.cc', 2440 'browser/sync/glue/sync_backend_host.cc',
2443 'browser/sync/glue/sync_backend_host.h', 2441 'browser/sync/glue/sync_backend_host.h',
2444 'browser/sync/glue/sync_backend_registrar.cc', 2442 'browser/sync/glue/sync_backend_registrar.cc',
2445 'browser/sync/glue/sync_backend_registrar.h', 2443 'browser/sync/glue/sync_backend_registrar.h',
2446 'browser/sync/glue/synced_session_tracker.cc', 2444 'browser/sync/glue/synced_session_tracker.cc',
2447 'browser/sync/glue/synced_session_tracker.h', 2445 'browser/sync/glue/synced_session_tracker.h',
2448 'browser/sync/glue/theme_change_processor.cc', 2446 'browser/sync/glue/theme_change_processor.cc',
2449 'browser/sync/glue/theme_change_processor.h', 2447 'browser/sync/glue/theme_change_processor.h',
2450 'browser/sync/glue/theme_data_type_controller.cc', 2448 'browser/sync/glue/theme_data_type_controller.cc',
2451 'browser/sync/glue/theme_data_type_controller.h', 2449 'browser/sync/glue/theme_data_type_controller.h',
2452 'browser/sync/glue/theme_model_associator.cc', 2450 'browser/sync/glue/theme_model_associator.cc',
2453 'browser/sync/glue/theme_model_associator.h', 2451 'browser/sync/glue/theme_model_associator.h',
2454 'browser/sync/glue/theme_util.cc', 2452 'browser/sync/glue/theme_util.cc',
2455 'browser/sync/glue/theme_util.h', 2453 'browser/sync/glue/theme_util.h',
2456 'browser/sync/glue/typed_url_change_processor.cc', 2454 'browser/sync/glue/typed_url_change_processor.cc',
2457 'browser/sync/glue/typed_url_change_processor.h', 2455 'browser/sync/glue/typed_url_change_processor.h',
2458 'browser/sync/glue/typed_url_data_type_controller.cc', 2456 'browser/sync/glue/typed_url_data_type_controller.cc',
2459 'browser/sync/glue/typed_url_data_type_controller.h', 2457 'browser/sync/glue/typed_url_data_type_controller.h',
2460 'browser/sync/glue/typed_url_model_associator.cc', 2458 'browser/sync/glue/typed_url_model_associator.cc',
2461 'browser/sync/glue/typed_url_model_associator.h', 2459 'browser/sync/glue/typed_url_model_associator.h',
2460 'browser/sync/glue/ui_data_type_controller.cc',
2461 'browser/sync/glue/ui_data_type_controller.h',
2462 'browser/sync/glue/ui_model_worker.cc', 2462 'browser/sync/glue/ui_model_worker.cc',
2463 'browser/sync/glue/ui_model_worker.h', 2463 'browser/sync/glue/ui_model_worker.h',
2464 'browser/sync/backend_migrator.cc', 2464 'browser/sync/backend_migrator.cc',
2465 'browser/sync/backend_migrator.h', 2465 'browser/sync/backend_migrator.h',
2466 'browser/sync/backend_unrecoverable_error_handler.cc', 2466 'browser/sync/backend_unrecoverable_error_handler.cc',
2467 'browser/sync/backend_unrecoverable_error_handler.h', 2467 'browser/sync/backend_unrecoverable_error_handler.h',
2468 'browser/sync/failed_datatypes_handler.cc', 2468 'browser/sync/failed_datatypes_handler.cc',
2469 'browser/sync/failed_datatypes_handler.h', 2469 'browser/sync/failed_datatypes_handler.h',
2470 'browser/sync/profile_sync_components_factory.h', 2470 'browser/sync/profile_sync_components_factory.h',
2471 'browser/sync/profile_sync_components_factory_impl.cc', 2471 'browser/sync/profile_sync_components_factory_impl.cc',
(...skipping 3160 matching lines...) Expand 10 before | Expand all | Expand 10 after
5632 'type': 'static_library', 5632 'type': 'static_library',
5633 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5633 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5634 'variables': { 5634 'variables': {
5635 'proto_in_dir': 'browser/history', 5635 'proto_in_dir': 'browser/history',
5636 'proto_out_dir': 'chrome/browser/history', 5636 'proto_out_dir': 'chrome/browser/history',
5637 }, 5637 },
5638 'includes': [ '../build/protoc.gypi' ] 5638 'includes': [ '../build/protoc.gypi' ]
5639 }, 5639 },
5640 ], 5640 ],
5641 } 5641 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698