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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10645004: [Sync] Move HttpBridge to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head Created 8 years, 6 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/browser/sync/test/test_http_bridge_factory.h ('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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2134 matching lines...) Expand 10 before | Expand all | Expand 10 after
2145 'browser/sync/glue/extension_data_type_controller.cc', 2145 'browser/sync/glue/extension_data_type_controller.cc',
2146 'browser/sync/glue/extension_data_type_controller.h', 2146 'browser/sync/glue/extension_data_type_controller.h',
2147 'browser/sync/glue/extension_setting_data_type_controller.cc', 2147 'browser/sync/glue/extension_setting_data_type_controller.cc',
2148 'browser/sync/glue/extension_setting_data_type_controller.h', 2148 'browser/sync/glue/extension_setting_data_type_controller.h',
2149 'browser/sync/glue/frontend_data_type_controller.cc', 2149 'browser/sync/glue/frontend_data_type_controller.cc',
2150 'browser/sync/glue/frontend_data_type_controller.h', 2150 'browser/sync/glue/frontend_data_type_controller.h',
2151 'browser/sync/glue/generic_change_processor.cc', 2151 'browser/sync/glue/generic_change_processor.cc',
2152 'browser/sync/glue/generic_change_processor.h', 2152 'browser/sync/glue/generic_change_processor.h',
2153 'browser/sync/glue/history_model_worker.cc', 2153 'browser/sync/glue/history_model_worker.cc',
2154 'browser/sync/glue/history_model_worker.h', 2154 'browser/sync/glue/history_model_worker.h',
2155 'browser/sync/glue/http_bridge.cc',
2156 'browser/sync/glue/http_bridge.h',
2157 'browser/sync/glue/model_association_manager.cc', 2155 'browser/sync/glue/model_association_manager.cc',
2158 'browser/sync/glue/model_association_manager.h', 2156 'browser/sync/glue/model_association_manager.h',
2159 'browser/sync/glue/model_associator.h', 2157 'browser/sync/glue/model_associator.h',
2160 'browser/sync/glue/new_non_frontend_data_type_controller.cc', 2158 'browser/sync/glue/new_non_frontend_data_type_controller.cc',
2161 'browser/sync/glue/new_non_frontend_data_type_controller.h', 2159 'browser/sync/glue/new_non_frontend_data_type_controller.h',
2162 'browser/sync/glue/non_frontend_data_type_controller.cc', 2160 'browser/sync/glue/non_frontend_data_type_controller.cc',
2163 'browser/sync/glue/non_frontend_data_type_controller.h', 2161 'browser/sync/glue/non_frontend_data_type_controller.h',
2164 'browser/sync/glue/password_change_processor.cc', 2162 'browser/sync/glue/password_change_processor.cc',
2165 'browser/sync/glue/password_change_processor.h', 2163 'browser/sync/glue/password_change_processor.h',
2166 'browser/sync/glue/password_data_type_controller.cc', 2164 'browser/sync/glue/password_data_type_controller.cc',
(...skipping 3079 matching lines...) Expand 10 before | Expand all | Expand 10 after
5246 'browser/metrics/proto/study.proto', 5244 'browser/metrics/proto/study.proto',
5247 ], 5245 ],
5248 'variables': { 5246 'variables': {
5249 'proto_in_dir': 'browser/metrics/proto', 5247 'proto_in_dir': 'browser/metrics/proto',
5250 'proto_out_dir': 'chrome/browser/metrics/proto', 5248 'proto_out_dir': 'chrome/browser/metrics/proto',
5251 }, 5249 },
5252 'includes': [ '../build/protoc.gypi' ] 5250 'includes': [ '../build/protoc.gypi' ]
5253 }, 5251 },
5254 ], 5252 ],
5255 } 5253 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/test/test_http_bridge_factory.h ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698