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

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: Try harder trybot (rebase). 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 2133 matching lines...) Expand 10 before | Expand all | Expand 10 after
2144 'browser/sync/glue/extension_setting_data_type_controller.h', 2144 'browser/sync/glue/extension_setting_data_type_controller.h',
2145 'browser/sync/glue/frontend_data_type_controller.cc', 2145 'browser/sync/glue/frontend_data_type_controller.cc',
2146 'browser/sync/glue/frontend_data_type_controller.h', 2146 'browser/sync/glue/frontend_data_type_controller.h',
2147 'browser/sync/glue/generic_change_processor.cc', 2147 'browser/sync/glue/generic_change_processor.cc',
2148 'browser/sync/glue/generic_change_processor.h', 2148 'browser/sync/glue/generic_change_processor.h',
2149 'browser/sync/glue/history_model_worker.cc', 2149 'browser/sync/glue/history_model_worker.cc',
2150 'browser/sync/glue/history_model_worker.h', 2150 'browser/sync/glue/history_model_worker.h',
2151 'browser/sync/glue/http_bridge.cc', 2151 'browser/sync/glue/http_bridge.cc',
2152 'browser/sync/glue/http_bridge.h', 2152 'browser/sync/glue/http_bridge.h',
2153 'browser/sync/glue/model_associator.h', 2153 'browser/sync/glue/model_associator.h',
2154 'browser/sync/glue/new_non_frontend_data_type_controller.cc',
2155 'browser/sync/glue/new_non_frontend_data_type_controller.h',
2154 'browser/sync/glue/non_frontend_data_type_controller.cc', 2156 'browser/sync/glue/non_frontend_data_type_controller.cc',
2155 'browser/sync/glue/non_frontend_data_type_controller.h', 2157 'browser/sync/glue/non_frontend_data_type_controller.h',
2156 'browser/sync/glue/password_change_processor.cc', 2158 'browser/sync/glue/password_change_processor.cc',
2157 'browser/sync/glue/password_change_processor.h', 2159 'browser/sync/glue/password_change_processor.h',
2158 'browser/sync/glue/password_data_type_controller.cc', 2160 'browser/sync/glue/password_data_type_controller.cc',
2159 'browser/sync/glue/password_data_type_controller.h', 2161 'browser/sync/glue/password_data_type_controller.h',
2160 'browser/sync/glue/password_model_associator.cc', 2162 'browser/sync/glue/password_model_associator.cc',
2161 'browser/sync/glue/password_model_associator.h', 2163 'browser/sync/glue/password_model_associator.h',
2162 'browser/sync/glue/password_model_worker.cc', 2164 'browser/sync/glue/password_model_worker.cc',
2163 'browser/sync/glue/password_model_worker.h', 2165 'browser/sync/glue/password_model_worker.h',
2164 'browser/sync/glue/preference_data_type_controller.cc', 2166 'browser/sync/glue/preference_data_type_controller.cc',
2165 'browser/sync/glue/preference_data_type_controller.h', 2167 'browser/sync/glue/preference_data_type_controller.h',
2166 'browser/sync/glue/search_engine_data_type_controller.cc', 2168 'browser/sync/glue/search_engine_data_type_controller.cc',
2167 'browser/sync/glue/search_engine_data_type_controller.h', 2169 'browser/sync/glue/search_engine_data_type_controller.h',
2168 'browser/sync/glue/session_change_processor.cc', 2170 'browser/sync/glue/session_change_processor.cc',
2169 'browser/sync/glue/session_change_processor.h', 2171 'browser/sync/glue/session_change_processor.h',
2170 'browser/sync/glue/session_data_type_controller.cc', 2172 'browser/sync/glue/session_data_type_controller.cc',
2171 'browser/sync/glue/session_data_type_controller.h', 2173 'browser/sync/glue/session_data_type_controller.h',
2172 'browser/sync/glue/session_model_associator.cc', 2174 'browser/sync/glue/session_model_associator.cc',
2173 'browser/sync/glue/session_model_associator_mac.mm', 2175 'browser/sync/glue/session_model_associator_mac.mm',
2174 'browser/sync/glue/session_model_associator.h', 2176 'browser/sync/glue/session_model_associator.h',
2177 'browser/sync/glue/shared_change_processor.cc',
2178 'browser/sync/glue/shared_change_processor.h',
2179 'browser/sync/glue/shared_change_processor_ref.h',
2180 'browser/sync/glue/shared_change_processor_ref.cc',
2175 'browser/sync/glue/syncable_service_adapter.cc', 2181 'browser/sync/glue/syncable_service_adapter.cc',
2176 'browser/sync/glue/syncable_service_adapter.h', 2182 'browser/sync/glue/syncable_service_adapter.h',
2177 'browser/sync/glue/synced_session.h', 2183 'browser/sync/glue/synced_session.h',
2178 'browser/sync/glue/synced_session.cc', 2184 'browser/sync/glue/synced_session.cc',
2179 'browser/sync/glue/synced_window_delegate.h', 2185 'browser/sync/glue/synced_window_delegate.h',
2180 'browser/sync/glue/sync_backend_host.cc', 2186 'browser/sync/glue/sync_backend_host.cc',
2181 'browser/sync/glue/sync_backend_host.h', 2187 'browser/sync/glue/sync_backend_host.h',
2182 'browser/sync/glue/sync_backend_registrar.cc', 2188 'browser/sync/glue/sync_backend_registrar.cc',
2183 'browser/sync/glue/sync_backend_registrar.h', 2189 'browser/sync/glue/sync_backend_registrar.h',
2184 'browser/sync/glue/synced_session_tracker.cc', 2190 'browser/sync/glue/synced_session_tracker.cc',
(...skipping 2909 matching lines...) Expand 10 before | Expand all | Expand 10 after
5094 'type': 'static_library', 5100 'type': 'static_library',
5095 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5101 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5096 'variables': { 5102 'variables': {
5097 'proto_in_dir': 'browser/history', 5103 'proto_in_dir': 'browser/history',
5098 'proto_out_dir': 'chrome/browser/history', 5104 'proto_out_dir': 'chrome/browser/history',
5099 }, 5105 },
5100 'includes': [ '../build/protoc.gypi' ] 5106 'includes': [ '../build/protoc.gypi' ]
5101 }, 5107 },
5102 ], 5108 ],
5103 } 5109 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698