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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 133503011: Move files from //chrome/browser/sync to sync_driver component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2186 matching lines...) Expand 10 before | Expand all | Expand 10 after
2197 'browser/sync/glue/browser_thread_model_worker.cc', 2197 'browser/sync/glue/browser_thread_model_worker.cc',
2198 'browser/sync/glue/browser_thread_model_worker.h', 2198 'browser/sync/glue/browser_thread_model_worker.h',
2199 'browser/sync/glue/change_processor.cc', 2199 'browser/sync/glue/change_processor.cc',
2200 'browser/sync/glue/change_processor.h', 2200 'browser/sync/glue/change_processor.h',
2201 'browser/sync/glue/chrome_encryptor.cc', 2201 'browser/sync/glue/chrome_encryptor.cc',
2202 'browser/sync/glue/chrome_encryptor.h', 2202 'browser/sync/glue/chrome_encryptor.h',
2203 'browser/sync/glue/chrome_report_unrecoverable_error.cc', 2203 'browser/sync/glue/chrome_report_unrecoverable_error.cc',
2204 'browser/sync/glue/chrome_report_unrecoverable_error.h', 2204 'browser/sync/glue/chrome_report_unrecoverable_error.h',
2205 'browser/sync/glue/data_type_manager_impl.cc', 2205 'browser/sync/glue/data_type_manager_impl.cc',
2206 'browser/sync/glue/data_type_manager_impl.h', 2206 'browser/sync/glue/data_type_manager_impl.h',
2207 'browser/sync/glue/data_type_manager_observer.h',
2208 'browser/sync/glue/device_info.cc', 2207 'browser/sync/glue/device_info.cc',
2209 'browser/sync/glue/device_info.h', 2208 'browser/sync/glue/device_info.h',
2210 'browser/sync/glue/extension_data_type_controller.cc', 2209 'browser/sync/glue/extension_data_type_controller.cc',
2211 'browser/sync/glue/extension_data_type_controller.h', 2210 'browser/sync/glue/extension_data_type_controller.h',
2212 'browser/sync/glue/extension_setting_data_type_controller.cc', 2211 'browser/sync/glue/extension_setting_data_type_controller.cc',
2213 'browser/sync/glue/extension_setting_data_type_controller.h', 2212 'browser/sync/glue/extension_setting_data_type_controller.h',
2214 'browser/sync/glue/extensions_activity_monitor.cc', 2213 'browser/sync/glue/extensions_activity_monitor.cc',
2215 'browser/sync/glue/extensions_activity_monitor.h', 2214 'browser/sync/glue/extensions_activity_monitor.h',
2216 'browser/sync/glue/failed_data_types_handler.cc',
2217 'browser/sync/glue/failed_data_types_handler.h',
2218 'browser/sync/glue/favicon_cache.cc', 2215 'browser/sync/glue/favicon_cache.cc',
2219 'browser/sync/glue/favicon_cache.h', 2216 'browser/sync/glue/favicon_cache.h',
2220 'browser/sync/glue/frontend_data_type_controller.cc', 2217 'browser/sync/glue/frontend_data_type_controller.cc',
2221 'browser/sync/glue/frontend_data_type_controller.h', 2218 'browser/sync/glue/frontend_data_type_controller.h',
2222 'browser/sync/glue/generic_change_processor.cc', 2219 'browser/sync/glue/generic_change_processor.cc',
2223 'browser/sync/glue/generic_change_processor.h', 2220 'browser/sync/glue/generic_change_processor.h',
2224 'browser/sync/glue/history_model_worker.cc', 2221 'browser/sync/glue/history_model_worker.cc',
2225 'browser/sync/glue/history_model_worker.h', 2222 'browser/sync/glue/history_model_worker.h',
2226 'browser/sync/glue/model_association_manager.cc',
2227 'browser/sync/glue/model_association_manager.h',
2228 'browser/sync/glue/non_frontend_data_type_controller.cc', 2223 'browser/sync/glue/non_frontend_data_type_controller.cc',
2229 'browser/sync/glue/non_frontend_data_type_controller.h', 2224 'browser/sync/glue/non_frontend_data_type_controller.h',
2230 'browser/sync/glue/non_ui_data_type_controller.cc', 2225 'browser/sync/glue/non_ui_data_type_controller.cc',
2231 'browser/sync/glue/non_ui_data_type_controller.h', 2226 'browser/sync/glue/non_ui_data_type_controller.h',
2232 'browser/sync/glue/password_change_processor.cc', 2227 'browser/sync/glue/password_change_processor.cc',
2233 'browser/sync/glue/password_change_processor.h', 2228 'browser/sync/glue/password_change_processor.h',
2234 'browser/sync/glue/password_data_type_controller.cc', 2229 'browser/sync/glue/password_data_type_controller.cc',
2235 'browser/sync/glue/password_data_type_controller.h', 2230 'browser/sync/glue/password_data_type_controller.h',
2236 'browser/sync/glue/password_model_associator.cc', 2231 'browser/sync/glue/password_model_associator.cc',
2237 'browser/sync/glue/password_model_associator.h', 2232 'browser/sync/glue/password_model_associator.h',
2238 'browser/sync/glue/password_model_worker.cc', 2233 'browser/sync/glue/password_model_worker.cc',
2239 'browser/sync/glue/password_model_worker.h', 2234 'browser/sync/glue/password_model_worker.h',
2240 'browser/sync/glue/proxy_data_type_controller.cc',
2241 'browser/sync/glue/proxy_data_type_controller.h',
2242 'browser/sync/glue/search_engine_data_type_controller.cc', 2235 'browser/sync/glue/search_engine_data_type_controller.cc',
2243 'browser/sync/glue/search_engine_data_type_controller.h', 2236 'browser/sync/glue/search_engine_data_type_controller.h',
2244 'browser/sync/glue/session_change_processor.cc', 2237 'browser/sync/glue/session_change_processor.cc',
2245 'browser/sync/glue/session_change_processor.h', 2238 'browser/sync/glue/session_change_processor.h',
2246 'browser/sync/glue/session_data_type_controller.cc', 2239 'browser/sync/glue/session_data_type_controller.cc',
2247 'browser/sync/glue/session_data_type_controller.h', 2240 'browser/sync/glue/session_data_type_controller.h',
2248 'browser/sync/glue/session_model_associator.cc', 2241 'browser/sync/glue/session_model_associator.cc',
2249 'browser/sync/glue/session_model_associator.h', 2242 'browser/sync/glue/session_model_associator.h',
2250 'browser/sync/glue/shared_change_processor.cc', 2243 'browser/sync/glue/shared_change_processor.cc',
2251 'browser/sync/glue/shared_change_processor.h', 2244 'browser/sync/glue/shared_change_processor.h',
(...skipping 1464 matching lines...) Expand 10 before | Expand all | Expand 10 after
3716 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3709 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3717 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3710 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3718 }, 3711 },
3719 'includes': [ '../build/android/java_cpp_template.gypi' ], 3712 'includes': [ '../build/android/java_cpp_template.gypi' ],
3720 }, 3713 },
3721 ], 3714 ],
3722 }, 3715 },
3723 ], 3716 ],
3724 ], 3717 ],
3725 } 3718 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698