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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8065016: [Sync] Refactor non-frontend DTC to handle new API properly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Self review Created 9 years, 2 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'dependencies': [ 10 'dependencies': [
(...skipping 2087 matching lines...) Expand 10 before | Expand all | Expand 10 after
2098 'browser/sync/glue/bookmark_change_processor.cc', 2098 'browser/sync/glue/bookmark_change_processor.cc',
2099 'browser/sync/glue/bookmark_change_processor.h', 2099 'browser/sync/glue/bookmark_change_processor.h',
2100 'browser/sync/glue/bookmark_data_type_controller.cc', 2100 'browser/sync/glue/bookmark_data_type_controller.cc',
2101 'browser/sync/glue/bookmark_data_type_controller.h', 2101 'browser/sync/glue/bookmark_data_type_controller.h',
2102 'browser/sync/glue/bookmark_model_associator.cc', 2102 'browser/sync/glue/bookmark_model_associator.cc',
2103 'browser/sync/glue/bookmark_model_associator.h', 2103 'browser/sync/glue/bookmark_model_associator.h',
2104 'browser/sync/glue/browser_thread_model_worker.cc', 2104 'browser/sync/glue/browser_thread_model_worker.cc',
2105 'browser/sync/glue/browser_thread_model_worker.h', 2105 'browser/sync/glue/browser_thread_model_worker.h',
2106 'browser/sync/glue/change_processor.cc', 2106 'browser/sync/glue/change_processor.cc',
2107 'browser/sync/glue/change_processor.h', 2107 'browser/sync/glue/change_processor.h',
2108 'browser/sync/glue/data_type_change_processor.h',
2109 'browser/sync/glue/data_type_change_processor.cc',
2108 'browser/sync/glue/data_type_controller.h', 2110 'browser/sync/glue/data_type_controller.h',
2109 'browser/sync/glue/data_type_manager.cc', 2111 'browser/sync/glue/data_type_manager.cc',
2110 'browser/sync/glue/data_type_manager.h', 2112 'browser/sync/glue/data_type_manager.h',
2111 'browser/sync/glue/data_type_manager_impl.cc', 2113 'browser/sync/glue/data_type_manager_impl.cc',
2112 'browser/sync/glue/data_type_manager_impl.h', 2114 'browser/sync/glue/data_type_manager_impl.h',
2113 'browser/sync/glue/extension_data_type_controller.cc', 2115 'browser/sync/glue/extension_data_type_controller.cc',
2114 'browser/sync/glue/extension_data_type_controller.h', 2116 'browser/sync/glue/extension_data_type_controller.h',
2115 'browser/sync/glue/extension_setting_data_type_controller.cc', 2117 'browser/sync/glue/extension_setting_data_type_controller.cc',
2116 'browser/sync/glue/extension_setting_data_type_controller.h', 2118 'browser/sync/glue/extension_setting_data_type_controller.h',
2117 'browser/sync/glue/frontend_data_type_controller.cc', 2119 'browser/sync/glue/frontend_data_type_controller.cc',
2118 'browser/sync/glue/frontend_data_type_controller.h', 2120 'browser/sync/glue/frontend_data_type_controller.h',
2119 'browser/sync/glue/generic_change_processor.cc', 2121 'browser/sync/glue/generic_change_processor.cc',
2120 'browser/sync/glue/generic_change_processor.h', 2122 'browser/sync/glue/generic_change_processor.h',
2121 'browser/sync/glue/history_model_worker.cc', 2123 'browser/sync/glue/history_model_worker.cc',
2122 'browser/sync/glue/history_model_worker.h', 2124 'browser/sync/glue/history_model_worker.h',
2123 'browser/sync/glue/http_bridge.cc', 2125 'browser/sync/glue/http_bridge.cc',
2124 'browser/sync/glue/http_bridge.h', 2126 'browser/sync/glue/http_bridge.h',
2125 'browser/sync/glue/model_associator.h', 2127 'browser/sync/glue/model_associator.h',
2128 'browser/sync/glue/new_non_frontend_data_type_controller.cc',
2129 'browser/sync/glue/new_non_frontend_data_type_controller.h',
2126 'browser/sync/glue/non_frontend_data_type_controller.cc', 2130 'browser/sync/glue/non_frontend_data_type_controller.cc',
2127 'browser/sync/glue/non_frontend_data_type_controller.h', 2131 'browser/sync/glue/non_frontend_data_type_controller.h',
2128 'browser/sync/glue/password_change_processor.cc', 2132 'browser/sync/glue/password_change_processor.cc',
2129 'browser/sync/glue/password_change_processor.h', 2133 'browser/sync/glue/password_change_processor.h',
2130 'browser/sync/glue/password_data_type_controller.cc', 2134 'browser/sync/glue/password_data_type_controller.cc',
2131 'browser/sync/glue/password_data_type_controller.h', 2135 'browser/sync/glue/password_data_type_controller.h',
2132 'browser/sync/glue/password_model_associator.cc', 2136 'browser/sync/glue/password_model_associator.cc',
2133 'browser/sync/glue/password_model_associator.h', 2137 'browser/sync/glue/password_model_associator.h',
2134 'browser/sync/glue/password_model_worker.cc', 2138 'browser/sync/glue/password_model_worker.cc',
2135 'browser/sync/glue/password_model_worker.h', 2139 'browser/sync/glue/password_model_worker.h',
(...skipping 2911 matching lines...) Expand 10 before | Expand all | Expand 10 after
5047 'type': 'static_library', 5051 'type': 'static_library',
5048 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5052 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5049 'variables': { 5053 'variables': {
5050 'proto_in_dir': 'browser/history', 5054 'proto_in_dir': 'browser/history',
5051 'proto_out_dir': 'chrome/browser/history', 5055 'proto_out_dir': 'chrome/browser/history',
5052 }, 5056 },
5053 'includes': [ '../build/protoc.gypi' ] 5057 'includes': [ '../build/protoc.gypi' ]
5054 }, 5058 },
5055 ], 5059 ],
5056 } 5060 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698