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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8274020: Revert 105404 - [Sync] Refactor non-frontend DTC to handle new API properly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 2140 matching lines...) Expand 10 before | Expand all | Expand 10 after
2151 'browser/sync/glue/extension_setting_data_type_controller.h', 2151 'browser/sync/glue/extension_setting_data_type_controller.h',
2152 'browser/sync/glue/frontend_data_type_controller.cc', 2152 'browser/sync/glue/frontend_data_type_controller.cc',
2153 'browser/sync/glue/frontend_data_type_controller.h', 2153 'browser/sync/glue/frontend_data_type_controller.h',
2154 'browser/sync/glue/generic_change_processor.cc', 2154 'browser/sync/glue/generic_change_processor.cc',
2155 'browser/sync/glue/generic_change_processor.h', 2155 'browser/sync/glue/generic_change_processor.h',
2156 'browser/sync/glue/history_model_worker.cc', 2156 'browser/sync/glue/history_model_worker.cc',
2157 'browser/sync/glue/history_model_worker.h', 2157 'browser/sync/glue/history_model_worker.h',
2158 'browser/sync/glue/http_bridge.cc', 2158 'browser/sync/glue/http_bridge.cc',
2159 'browser/sync/glue/http_bridge.h', 2159 'browser/sync/glue/http_bridge.h',
2160 'browser/sync/glue/model_associator.h', 2160 'browser/sync/glue/model_associator.h',
2161 'browser/sync/glue/new_non_frontend_data_type_controller.cc',
2162 'browser/sync/glue/new_non_frontend_data_type_controller.h',
2163 'browser/sync/glue/non_frontend_data_type_controller.cc', 2161 'browser/sync/glue/non_frontend_data_type_controller.cc',
2164 'browser/sync/glue/non_frontend_data_type_controller.h', 2162 'browser/sync/glue/non_frontend_data_type_controller.h',
2165 'browser/sync/glue/password_change_processor.cc', 2163 'browser/sync/glue/password_change_processor.cc',
2166 'browser/sync/glue/password_change_processor.h', 2164 'browser/sync/glue/password_change_processor.h',
2167 'browser/sync/glue/password_data_type_controller.cc', 2165 'browser/sync/glue/password_data_type_controller.cc',
2168 'browser/sync/glue/password_data_type_controller.h', 2166 'browser/sync/glue/password_data_type_controller.h',
2169 'browser/sync/glue/password_model_associator.cc', 2167 'browser/sync/glue/password_model_associator.cc',
2170 'browser/sync/glue/password_model_associator.h', 2168 'browser/sync/glue/password_model_associator.h',
2171 'browser/sync/glue/password_model_worker.cc', 2169 'browser/sync/glue/password_model_worker.cc',
2172 'browser/sync/glue/password_model_worker.h', 2170 'browser/sync/glue/password_model_worker.h',
2173 'browser/sync/glue/preference_data_type_controller.cc', 2171 'browser/sync/glue/preference_data_type_controller.cc',
2174 'browser/sync/glue/preference_data_type_controller.h', 2172 'browser/sync/glue/preference_data_type_controller.h',
2175 'browser/sync/glue/search_engine_data_type_controller.cc', 2173 'browser/sync/glue/search_engine_data_type_controller.cc',
2176 'browser/sync/glue/search_engine_data_type_controller.h', 2174 'browser/sync/glue/search_engine_data_type_controller.h',
2177 'browser/sync/glue/session_change_processor.cc', 2175 'browser/sync/glue/session_change_processor.cc',
2178 'browser/sync/glue/session_change_processor.h', 2176 'browser/sync/glue/session_change_processor.h',
2179 'browser/sync/glue/session_data_type_controller.cc', 2177 'browser/sync/glue/session_data_type_controller.cc',
2180 'browser/sync/glue/session_data_type_controller.h', 2178 'browser/sync/glue/session_data_type_controller.h',
2181 'browser/sync/glue/session_model_associator.cc', 2179 'browser/sync/glue/session_model_associator.cc',
2182 'browser/sync/glue/session_model_associator_mac.mm', 2180 'browser/sync/glue/session_model_associator_mac.mm',
2183 'browser/sync/glue/session_model_associator.h', 2181 'browser/sync/glue/session_model_associator.h',
2184 'browser/sync/glue/shared_change_processor.cc',
2185 'browser/sync/glue/shared_change_processor.h',
2186 'browser/sync/glue/shared_change_processor_ref.h',
2187 'browser/sync/glue/shared_change_processor_ref.cc',
2188 'browser/sync/glue/syncable_service_adapter.cc', 2182 'browser/sync/glue/syncable_service_adapter.cc',
2189 'browser/sync/glue/syncable_service_adapter.h', 2183 'browser/sync/glue/syncable_service_adapter.h',
2190 'browser/sync/glue/synced_session.h', 2184 'browser/sync/glue/synced_session.h',
2191 'browser/sync/glue/synced_session.cc', 2185 'browser/sync/glue/synced_session.cc',
2192 'browser/sync/glue/synced_window_delegate.h', 2186 'browser/sync/glue/synced_window_delegate.h',
2193 'browser/sync/glue/sync_backend_host.cc', 2187 'browser/sync/glue/sync_backend_host.cc',
2194 'browser/sync/glue/sync_backend_host.h', 2188 'browser/sync/glue/sync_backend_host.h',
2195 'browser/sync/glue/sync_backend_registrar.cc', 2189 'browser/sync/glue/sync_backend_registrar.cc',
2196 'browser/sync/glue/sync_backend_registrar.h', 2190 'browser/sync/glue/sync_backend_registrar.h',
2197 'browser/sync/glue/synced_session_tracker.cc', 2191 'browser/sync/glue/synced_session_tracker.cc',
(...skipping 2944 matching lines...) Expand 10 before | Expand all | Expand 10 after
5142 'type': 'static_library', 5136 'type': 'static_library',
5143 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5137 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5144 'variables': { 5138 'variables': {
5145 'proto_in_dir': 'browser/history', 5139 'proto_in_dir': 'browser/history',
5146 'proto_out_dir': 'chrome/browser/history', 5140 'proto_out_dir': 'chrome/browser/history',
5147 }, 5141 },
5148 'includes': [ '../build/protoc.gypi' ] 5142 'includes': [ '../build/protoc.gypi' ]
5149 }, 5143 },
5150 ], 5144 ],
5151 } 5145 }
OLDNEW
« no previous file with comments | « chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698