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

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: Self review Created 8 years, 10 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 2310 matching lines...) Expand 10 before | Expand all | Expand 10 after
2321 'browser/sync/glue/data_type_manager_impl.cc', 2321 'browser/sync/glue/data_type_manager_impl.cc',
2322 'browser/sync/glue/data_type_manager_impl.h', 2322 'browser/sync/glue/data_type_manager_impl.h',
2323 'browser/sync/glue/extension_data_type_controller.cc', 2323 'browser/sync/glue/extension_data_type_controller.cc',
2324 'browser/sync/glue/extension_data_type_controller.h', 2324 'browser/sync/glue/extension_data_type_controller.h',
2325 'browser/sync/glue/extension_setting_data_type_controller.cc', 2325 'browser/sync/glue/extension_setting_data_type_controller.cc',
2326 'browser/sync/glue/extension_setting_data_type_controller.h', 2326 'browser/sync/glue/extension_setting_data_type_controller.h',
2327 'browser/sync/glue/frontend_data_type_controller.cc', 2327 'browser/sync/glue/frontend_data_type_controller.cc',
2328 'browser/sync/glue/frontend_data_type_controller.h', 2328 'browser/sync/glue/frontend_data_type_controller.h',
2329 'browser/sync/glue/generic_change_processor.cc', 2329 'browser/sync/glue/generic_change_processor.cc',
2330 'browser/sync/glue/generic_change_processor.h', 2330 'browser/sync/glue/generic_change_processor.h',
2331 'browser/sync/glue/generic_ui_data_type_controller.cc',
2332 'browser/sync/glue/generic_ui_data_type_controller.h',
2331 'browser/sync/glue/history_model_worker.cc', 2333 'browser/sync/glue/history_model_worker.cc',
2332 'browser/sync/glue/history_model_worker.h', 2334 'browser/sync/glue/history_model_worker.h',
2333 'browser/sync/glue/http_bridge.cc', 2335 'browser/sync/glue/http_bridge.cc',
2334 'browser/sync/glue/http_bridge.h', 2336 'browser/sync/glue/http_bridge.h',
2335 'browser/sync/glue/model_associator.h', 2337 'browser/sync/glue/model_associator.h',
2336 'browser/sync/glue/new_non_frontend_data_type_controller.cc', 2338 'browser/sync/glue/new_non_frontend_data_type_controller.cc',
2337 'browser/sync/glue/new_non_frontend_data_type_controller.h', 2339 'browser/sync/glue/new_non_frontend_data_type_controller.h',
2338 'browser/sync/glue/non_frontend_data_type_controller.cc', 2340 'browser/sync/glue/non_frontend_data_type_controller.cc',
2339 'browser/sync/glue/non_frontend_data_type_controller.h', 2341 'browser/sync/glue/non_frontend_data_type_controller.h',
2340 'browser/sync/glue/password_change_processor.cc', 2342 'browser/sync/glue/password_change_processor.cc',
2341 'browser/sync/glue/password_change_processor.h', 2343 'browser/sync/glue/password_change_processor.h',
2342 'browser/sync/glue/password_data_type_controller.cc', 2344 'browser/sync/glue/password_data_type_controller.cc',
2343 'browser/sync/glue/password_data_type_controller.h', 2345 'browser/sync/glue/password_data_type_controller.h',
2344 'browser/sync/glue/password_model_associator.cc', 2346 'browser/sync/glue/password_model_associator.cc',
2345 'browser/sync/glue/password_model_associator.h', 2347 'browser/sync/glue/password_model_associator.h',
2346 'browser/sync/glue/password_model_worker.cc', 2348 'browser/sync/glue/password_model_worker.cc',
2347 'browser/sync/glue/password_model_worker.h', 2349 'browser/sync/glue/password_model_worker.h',
2348 'browser/sync/glue/preference_data_type_controller.cc',
2349 'browser/sync/glue/preference_data_type_controller.h',
2350 'browser/sync/glue/search_engine_data_type_controller.cc', 2350 'browser/sync/glue/search_engine_data_type_controller.cc',
2351 'browser/sync/glue/search_engine_data_type_controller.h', 2351 'browser/sync/glue/search_engine_data_type_controller.h',
2352 'browser/sync/glue/session_change_processor.cc', 2352 'browser/sync/glue/session_change_processor.cc',
2353 'browser/sync/glue/session_change_processor.h', 2353 'browser/sync/glue/session_change_processor.h',
2354 'browser/sync/glue/session_data_type_controller.cc', 2354 'browser/sync/glue/session_data_type_controller.cc',
2355 'browser/sync/glue/session_data_type_controller.h', 2355 'browser/sync/glue/session_data_type_controller.h',
2356 'browser/sync/glue/session_model_associator.cc', 2356 'browser/sync/glue/session_model_associator.cc',
2357 'browser/sync/glue/session_model_associator.h', 2357 'browser/sync/glue/session_model_associator.h',
2358 'browser/sync/glue/shared_change_processor.cc', 2358 'browser/sync/glue/shared_change_processor.cc',
2359 'browser/sync/glue/shared_change_processor.h', 2359 'browser/sync/glue/shared_change_processor.h',
2360 'browser/sync/glue/shared_change_processor_ref.h', 2360 'browser/sync/glue/shared_change_processor_ref.h',
2361 'browser/sync/glue/shared_change_processor_ref.cc', 2361 'browser/sync/glue/shared_change_processor_ref.cc',
2362 'browser/sync/glue/syncable_service_adapter.cc',
2363 'browser/sync/glue/syncable_service_adapter.h',
2364 'browser/sync/glue/synced_session.h', 2362 'browser/sync/glue/synced_session.h',
2365 'browser/sync/glue/synced_session.cc', 2363 'browser/sync/glue/synced_session.cc',
2366 'browser/sync/glue/synced_window_delegate.h', 2364 'browser/sync/glue/synced_window_delegate.h',
2367 'browser/sync/glue/sync_backend_host.cc', 2365 'browser/sync/glue/sync_backend_host.cc',
2368 'browser/sync/glue/sync_backend_host.h', 2366 'browser/sync/glue/sync_backend_host.h',
2369 'browser/sync/glue/sync_backend_registrar.cc', 2367 'browser/sync/glue/sync_backend_registrar.cc',
2370 'browser/sync/glue/sync_backend_registrar.h', 2368 'browser/sync/glue/sync_backend_registrar.h',
2371 'browser/sync/glue/synced_session_tracker.cc', 2369 'browser/sync/glue/synced_session_tracker.cc',
2372 'browser/sync/glue/synced_session_tracker.h', 2370 'browser/sync/glue/synced_session_tracker.h',
2373 'browser/sync/glue/theme_change_processor.cc', 2371 'browser/sync/glue/theme_change_processor.cc',
2374 'browser/sync/glue/theme_change_processor.h', 2372 'browser/sync/glue/theme_change_processor.h',
2375 'browser/sync/glue/theme_data_type_controller.cc', 2373 'browser/sync/glue/theme_data_type_controller.cc',
2376 'browser/sync/glue/theme_data_type_controller.h', 2374 'browser/sync/glue/theme_data_type_controller.h',
2377 'browser/sync/glue/theme_model_associator.cc', 2375 'browser/sync/glue/theme_model_associator.cc',
2378 'browser/sync/glue/theme_model_associator.h', 2376 'browser/sync/glue/theme_model_associator.h',
2379 'browser/sync/glue/theme_util.cc', 2377 'browser/sync/glue/theme_util.cc',
2380 'browser/sync/glue/theme_util.h', 2378 'browser/sync/glue/theme_util.h',
2381 'browser/sync/glue/typed_url_change_processor.cc', 2379 'browser/sync/glue/typed_url_change_processor.cc',
2382 'browser/sync/glue/typed_url_change_processor.h', 2380 'browser/sync/glue/typed_url_change_processor.h',
2383 'browser/sync/glue/typed_url_data_type_controller.cc', 2381 'browser/sync/glue/typed_url_data_type_controller.cc',
2384 'browser/sync/glue/typed_url_data_type_controller.h', 2382 'browser/sync/glue/typed_url_data_type_controller.h',
2385 'browser/sync/glue/typed_url_model_associator.cc', 2383 'browser/sync/glue/typed_url_model_associator.cc',
2386 'browser/sync/glue/typed_url_model_associator.h', 2384 'browser/sync/glue/typed_url_model_associator.h',
2385 'browser/sync/glue/ui_data_type_controller.cc',
2386 'browser/sync/glue/ui_data_type_controller.h',
2387 'browser/sync/glue/ui_model_worker.cc', 2387 'browser/sync/glue/ui_model_worker.cc',
2388 'browser/sync/glue/ui_model_worker.h', 2388 'browser/sync/glue/ui_model_worker.h',
2389 'browser/sync/backend_migrator.cc', 2389 'browser/sync/backend_migrator.cc',
2390 'browser/sync/backend_migrator.h', 2390 'browser/sync/backend_migrator.h',
2391 'browser/sync/backend_unrecoverable_error_handler.cc', 2391 'browser/sync/backend_unrecoverable_error_handler.cc',
2392 'browser/sync/backend_unrecoverable_error_handler.h', 2392 'browser/sync/backend_unrecoverable_error_handler.h',
2393 'browser/sync/failed_datatypes_handler.cc', 2393 'browser/sync/failed_datatypes_handler.cc',
2394 'browser/sync/failed_datatypes_handler.h', 2394 'browser/sync/failed_datatypes_handler.h',
2395 'browser/sync/profile_sync_components_factory.h', 2395 'browser/sync/profile_sync_components_factory.h',
2396 'browser/sync/profile_sync_components_factory_impl.cc', 2396 'browser/sync/profile_sync_components_factory_impl.cc',
(...skipping 3180 matching lines...) Expand 10 before | Expand all | Expand 10 after
5577 'type': 'static_library', 5577 'type': 'static_library',
5578 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5578 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5579 'variables': { 5579 'variables': {
5580 'proto_in_dir': 'browser/history', 5580 'proto_in_dir': 'browser/history',
5581 'proto_out_dir': 'chrome/browser/history', 5581 'proto_out_dir': 'chrome/browser/history',
5582 }, 5582 },
5583 'includes': [ '../build/protoc.gypi' ] 5583 'includes': [ '../build/protoc.gypi' ]
5584 }, 5584 },
5585 ], 5585 ],
5586 } 5586 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698