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

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: Reffffactor 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 2115 matching lines...) Expand 10 before | Expand all | Expand 10 after
2126 'browser/sync/glue/extension_setting_data_type_controller.h', 2126 'browser/sync/glue/extension_setting_data_type_controller.h',
2127 'browser/sync/glue/frontend_data_type_controller.cc', 2127 'browser/sync/glue/frontend_data_type_controller.cc',
2128 'browser/sync/glue/frontend_data_type_controller.h', 2128 'browser/sync/glue/frontend_data_type_controller.h',
2129 'browser/sync/glue/generic_change_processor.cc', 2129 'browser/sync/glue/generic_change_processor.cc',
2130 'browser/sync/glue/generic_change_processor.h', 2130 'browser/sync/glue/generic_change_processor.h',
2131 'browser/sync/glue/history_model_worker.cc', 2131 'browser/sync/glue/history_model_worker.cc',
2132 'browser/sync/glue/history_model_worker.h', 2132 'browser/sync/glue/history_model_worker.h',
2133 'browser/sync/glue/http_bridge.cc', 2133 'browser/sync/glue/http_bridge.cc',
2134 'browser/sync/glue/http_bridge.h', 2134 'browser/sync/glue/http_bridge.h',
2135 'browser/sync/glue/model_associator.h', 2135 'browser/sync/glue/model_associator.h',
2136 'browser/sync/glue/new_non_frontend_data_type_controller.cc',
2137 'browser/sync/glue/new_non_frontend_data_type_controller.h',
2136 'browser/sync/glue/non_frontend_data_type_controller.cc', 2138 'browser/sync/glue/non_frontend_data_type_controller.cc',
2137 'browser/sync/glue/non_frontend_data_type_controller.h', 2139 'browser/sync/glue/non_frontend_data_type_controller.h',
2138 'browser/sync/glue/password_change_processor.cc', 2140 'browser/sync/glue/password_change_processor.cc',
2139 'browser/sync/glue/password_change_processor.h', 2141 'browser/sync/glue/password_change_processor.h',
2140 'browser/sync/glue/password_data_type_controller.cc', 2142 'browser/sync/glue/password_data_type_controller.cc',
2141 'browser/sync/glue/password_data_type_controller.h', 2143 'browser/sync/glue/password_data_type_controller.h',
2142 'browser/sync/glue/password_model_associator.cc', 2144 'browser/sync/glue/password_model_associator.cc',
2143 'browser/sync/glue/password_model_associator.h', 2145 'browser/sync/glue/password_model_associator.h',
2144 'browser/sync/glue/password_model_worker.cc', 2146 'browser/sync/glue/password_model_worker.cc',
2145 'browser/sync/glue/password_model_worker.h', 2147 'browser/sync/glue/password_model_worker.h',
2146 'browser/sync/glue/preference_data_type_controller.cc', 2148 'browser/sync/glue/preference_data_type_controller.cc',
2147 'browser/sync/glue/preference_data_type_controller.h', 2149 'browser/sync/glue/preference_data_type_controller.h',
2148 'browser/sync/glue/search_engine_data_type_controller.cc', 2150 'browser/sync/glue/search_engine_data_type_controller.cc',
2149 'browser/sync/glue/search_engine_data_type_controller.h', 2151 'browser/sync/glue/search_engine_data_type_controller.h',
2150 'browser/sync/glue/session_change_processor.cc', 2152 'browser/sync/glue/session_change_processor.cc',
2151 'browser/sync/glue/session_change_processor.h', 2153 'browser/sync/glue/session_change_processor.h',
2152 'browser/sync/glue/session_data_type_controller.cc', 2154 'browser/sync/glue/session_data_type_controller.cc',
2153 'browser/sync/glue/session_data_type_controller.h', 2155 'browser/sync/glue/session_data_type_controller.h',
2154 'browser/sync/glue/session_model_associator.cc', 2156 'browser/sync/glue/session_model_associator.cc',
2155 'browser/sync/glue/session_model_associator_mac.mm', 2157 'browser/sync/glue/session_model_associator_mac.mm',
2156 'browser/sync/glue/session_model_associator.h', 2158 'browser/sync/glue/session_model_associator.h',
2159 'browser/sync/glue/shared_change_processor.cc',
2160 'browser/sync/glue/shared_change_processor.h',
2161 'browser/sync/glue/shared_change_processor_ref.h',
2162 'browser/sync/glue/shared_change_processor_ref.cc',
2157 'browser/sync/glue/syncable_service_adapter.cc', 2163 'browser/sync/glue/syncable_service_adapter.cc',
2158 'browser/sync/glue/syncable_service_adapter.h', 2164 'browser/sync/glue/syncable_service_adapter.h',
2159 'browser/sync/glue/synced_session.h', 2165 'browser/sync/glue/synced_session.h',
2160 'browser/sync/glue/synced_session.cc', 2166 'browser/sync/glue/synced_session.cc',
2161 'browser/sync/glue/synced_window_delegate.h', 2167 'browser/sync/glue/synced_window_delegate.h',
2162 'browser/sync/glue/sync_backend_host.cc', 2168 'browser/sync/glue/sync_backend_host.cc',
2163 'browser/sync/glue/sync_backend_host.h', 2169 'browser/sync/glue/sync_backend_host.h',
2164 'browser/sync/glue/sync_backend_registrar.cc', 2170 'browser/sync/glue/sync_backend_registrar.cc',
2165 'browser/sync/glue/sync_backend_registrar.h', 2171 'browser/sync/glue/sync_backend_registrar.h',
2166 'browser/sync/glue/synced_session_tracker.cc', 2172 'browser/sync/glue/synced_session_tracker.cc',
(...skipping 2906 matching lines...) Expand 10 before | Expand all | Expand 10 after
5073 'type': 'static_library', 5079 'type': 'static_library',
5074 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5080 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5075 'variables': { 5081 'variables': {
5076 'proto_in_dir': 'browser/history', 5082 'proto_in_dir': 'browser/history',
5077 'proto_out_dir': 'chrome/browser/history', 5083 'proto_out_dir': 'chrome/browser/history',
5078 }, 5084 },
5079 'includes': [ '../build/protoc.gypi' ] 5085 'includes': [ '../build/protoc.gypi' ]
5080 }, 5086 },
5081 ], 5087 ],
5082 } 5088 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698