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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9512005: [Sync] Move BridgedSyncNotifier and ChromeSyncNotificationBridge to glue/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 2359 matching lines...) Expand 10 before | Expand all | Expand 10 after
2370 'browser/sync/glue/autofill_data_type_controller.h', 2370 'browser/sync/glue/autofill_data_type_controller.h',
2371 'browser/sync/glue/autofill_profile_data_type_controller.cc', 2371 'browser/sync/glue/autofill_profile_data_type_controller.cc',
2372 'browser/sync/glue/autofill_profile_data_type_controller.h', 2372 'browser/sync/glue/autofill_profile_data_type_controller.h',
2373 'browser/sync/glue/backend_data_type_configurer.h', 2373 'browser/sync/glue/backend_data_type_configurer.h',
2374 'browser/sync/glue/bookmark_change_processor.cc', 2374 'browser/sync/glue/bookmark_change_processor.cc',
2375 'browser/sync/glue/bookmark_change_processor.h', 2375 'browser/sync/glue/bookmark_change_processor.h',
2376 'browser/sync/glue/bookmark_data_type_controller.cc', 2376 'browser/sync/glue/bookmark_data_type_controller.cc',
2377 'browser/sync/glue/bookmark_data_type_controller.h', 2377 'browser/sync/glue/bookmark_data_type_controller.h',
2378 'browser/sync/glue/bookmark_model_associator.cc', 2378 'browser/sync/glue/bookmark_model_associator.cc',
2379 'browser/sync/glue/bookmark_model_associator.h', 2379 'browser/sync/glue/bookmark_model_associator.h',
2380 'browser/sync/glue/bridged_sync_notifier.h',
2381 'browser/sync/glue/bridged_sync_notifier.cc',
2380 'browser/sync/glue/browser_thread_model_worker.cc', 2382 'browser/sync/glue/browser_thread_model_worker.cc',
2381 'browser/sync/glue/browser_thread_model_worker.h', 2383 'browser/sync/glue/browser_thread_model_worker.h',
2382 'browser/sync/glue/change_processor.cc', 2384 'browser/sync/glue/change_processor.cc',
2383 'browser/sync/glue/change_processor.h', 2385 'browser/sync/glue/change_processor.h',
2384 'browser/sync/glue/chrome_extensions_activity_monitor.cc', 2386 'browser/sync/glue/chrome_extensions_activity_monitor.cc',
2385 'browser/sync/glue/chrome_extensions_activity_monitor.h', 2387 'browser/sync/glue/chrome_extensions_activity_monitor.h',
2386 'browser/sync/glue/chrome_report_unrecoverable_error.cc', 2388 'browser/sync/glue/chrome_report_unrecoverable_error.cc',
2387 'browser/sync/glue/chrome_report_unrecoverable_error.h', 2389 'browser/sync/glue/chrome_report_unrecoverable_error.h',
2390 'browser/sync/glue/chrome_sync_notification_bridge.h',
2391 'browser/sync/glue/chrome_sync_notification_bridge.cc',
2388 'browser/sync/glue/data_type_controller.h', 2392 'browser/sync/glue/data_type_controller.h',
2389 'browser/sync/glue/data_type_error_handler.h', 2393 'browser/sync/glue/data_type_error_handler.h',
2390 'browser/sync/glue/data_type_manager.cc', 2394 'browser/sync/glue/data_type_manager.cc',
2391 'browser/sync/glue/data_type_manager.h', 2395 'browser/sync/glue/data_type_manager.h',
2392 'browser/sync/glue/data_type_manager_impl.cc', 2396 'browser/sync/glue/data_type_manager_impl.cc',
2393 'browser/sync/glue/data_type_manager_impl.h', 2397 'browser/sync/glue/data_type_manager_impl.h',
2394 'browser/sync/glue/extension_data_type_controller.cc', 2398 'browser/sync/glue/extension_data_type_controller.cc',
2395 'browser/sync/glue/extension_data_type_controller.h', 2399 'browser/sync/glue/extension_data_type_controller.h',
2396 'browser/sync/glue/extension_setting_data_type_controller.cc', 2400 'browser/sync/glue/extension_setting_data_type_controller.cc',
2397 'browser/sync/glue/extension_setting_data_type_controller.h', 2401 'browser/sync/glue/extension_setting_data_type_controller.h',
(...skipping 3244 matching lines...) Expand 10 before | Expand all | Expand 10 after
5642 'type': 'static_library', 5646 'type': 'static_library',
5643 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5647 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5644 'variables': { 5648 'variables': {
5645 'proto_in_dir': 'browser/history', 5649 'proto_in_dir': 'browser/history',
5646 'proto_out_dir': 'chrome/browser/history', 5650 'proto_out_dir': 'chrome/browser/history',
5647 }, 5651 },
5648 'includes': [ '../build/protoc.gypi' ] 5652 'includes': [ '../build/protoc.gypi' ]
5649 }, 5653 },
5650 ], 5654 ],
5651 } 5655 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698