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

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: Sync to head 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2363 matching lines...) Expand 10 before | Expand all | Expand 10 after
2374 'browser/sync/glue/autofill_data_type_controller.h', 2374 'browser/sync/glue/autofill_data_type_controller.h',
2375 'browser/sync/glue/autofill_profile_data_type_controller.cc', 2375 'browser/sync/glue/autofill_profile_data_type_controller.cc',
2376 'browser/sync/glue/autofill_profile_data_type_controller.h', 2376 'browser/sync/glue/autofill_profile_data_type_controller.h',
2377 'browser/sync/glue/backend_data_type_configurer.h', 2377 'browser/sync/glue/backend_data_type_configurer.h',
2378 'browser/sync/glue/bookmark_change_processor.cc', 2378 'browser/sync/glue/bookmark_change_processor.cc',
2379 'browser/sync/glue/bookmark_change_processor.h', 2379 'browser/sync/glue/bookmark_change_processor.h',
2380 'browser/sync/glue/bookmark_data_type_controller.cc', 2380 'browser/sync/glue/bookmark_data_type_controller.cc',
2381 'browser/sync/glue/bookmark_data_type_controller.h', 2381 'browser/sync/glue/bookmark_data_type_controller.h',
2382 'browser/sync/glue/bookmark_model_associator.cc', 2382 'browser/sync/glue/bookmark_model_associator.cc',
2383 'browser/sync/glue/bookmark_model_associator.h', 2383 'browser/sync/glue/bookmark_model_associator.h',
2384 'browser/sync/glue/bridged_sync_notifier.h',
2385 'browser/sync/glue/bridged_sync_notifier.cc',
2384 'browser/sync/glue/browser_thread_model_worker.cc', 2386 'browser/sync/glue/browser_thread_model_worker.cc',
2385 'browser/sync/glue/browser_thread_model_worker.h', 2387 'browser/sync/glue/browser_thread_model_worker.h',
2386 'browser/sync/glue/change_processor.cc', 2388 'browser/sync/glue/change_processor.cc',
2387 'browser/sync/glue/change_processor.h', 2389 'browser/sync/glue/change_processor.h',
2388 'browser/sync/glue/chrome_encryptor.cc', 2390 'browser/sync/glue/chrome_encryptor.cc',
2389 'browser/sync/glue/chrome_encryptor.h', 2391 'browser/sync/glue/chrome_encryptor.h',
2390 'browser/sync/glue/chrome_extensions_activity_monitor.cc', 2392 'browser/sync/glue/chrome_extensions_activity_monitor.cc',
2391 'browser/sync/glue/chrome_extensions_activity_monitor.h', 2393 'browser/sync/glue/chrome_extensions_activity_monitor.h',
2392 'browser/sync/glue/chrome_report_unrecoverable_error.cc', 2394 'browser/sync/glue/chrome_report_unrecoverable_error.cc',
2393 'browser/sync/glue/chrome_report_unrecoverable_error.h', 2395 'browser/sync/glue/chrome_report_unrecoverable_error.h',
2396 'browser/sync/glue/chrome_sync_notification_bridge.h',
2397 'browser/sync/glue/chrome_sync_notification_bridge.cc',
2394 'browser/sync/glue/data_type_controller.h', 2398 'browser/sync/glue/data_type_controller.h',
2395 'browser/sync/glue/data_type_error_handler.h', 2399 'browser/sync/glue/data_type_error_handler.h',
2396 'browser/sync/glue/data_type_manager.cc', 2400 'browser/sync/glue/data_type_manager.cc',
2397 'browser/sync/glue/data_type_manager.h', 2401 'browser/sync/glue/data_type_manager.h',
2398 'browser/sync/glue/data_type_manager_impl.cc', 2402 'browser/sync/glue/data_type_manager_impl.cc',
2399 'browser/sync/glue/data_type_manager_impl.h', 2403 'browser/sync/glue/data_type_manager_impl.h',
2400 'browser/sync/glue/extension_data_type_controller.cc', 2404 'browser/sync/glue/extension_data_type_controller.cc',
2401 'browser/sync/glue/extension_data_type_controller.h', 2405 'browser/sync/glue/extension_data_type_controller.h',
2402 'browser/sync/glue/extension_setting_data_type_controller.cc', 2406 'browser/sync/glue/extension_setting_data_type_controller.cc',
2403 'browser/sync/glue/extension_setting_data_type_controller.h', 2407 'browser/sync/glue/extension_setting_data_type_controller.h',
(...skipping 3230 matching lines...) Expand 10 before | Expand all | Expand 10 after
5634 'type': 'static_library', 5638 'type': 'static_library',
5635 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5639 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5636 'variables': { 5640 'variables': {
5637 'proto_in_dir': 'browser/history', 5641 'proto_in_dir': 'browser/history',
5638 'proto_out_dir': 'chrome/browser/history', 5642 'proto_out_dir': 'chrome/browser/history',
5639 }, 5643 },
5640 'includes': [ '../build/protoc.gypi' ] 5644 'includes': [ '../build/protoc.gypi' ]
5641 }, 5645 },
5642 ], 5646 ],
5643 } 5647 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698