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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 61183003: Refactor SyncBackendHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove double virtual Created 7 years, 1 month 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 2251 matching lines...) Expand 10 before | Expand all | Expand 10 after
2262 'browser/sync/glue/session_data_type_controller.cc', 2262 'browser/sync/glue/session_data_type_controller.cc',
2263 'browser/sync/glue/session_data_type_controller.h', 2263 'browser/sync/glue/session_data_type_controller.h',
2264 'browser/sync/glue/session_model_associator.cc', 2264 'browser/sync/glue/session_model_associator.cc',
2265 'browser/sync/glue/session_model_associator.h', 2265 'browser/sync/glue/session_model_associator.h',
2266 'browser/sync/glue/shared_change_processor.cc', 2266 'browser/sync/glue/shared_change_processor.cc',
2267 'browser/sync/glue/shared_change_processor.h', 2267 'browser/sync/glue/shared_change_processor.h',
2268 'browser/sync/glue/shared_change_processor_ref.cc', 2268 'browser/sync/glue/shared_change_processor_ref.cc',
2269 'browser/sync/glue/shared_change_processor_ref.h', 2269 'browser/sync/glue/shared_change_processor_ref.h',
2270 'browser/sync/glue/sync_backend_host.cc', 2270 'browser/sync/glue/sync_backend_host.cc',
2271 'browser/sync/glue/sync_backend_host.h', 2271 'browser/sync/glue/sync_backend_host.h',
2272 'browser/sync/glue/sync_backend_host_core.cc',
2273 'browser/sync/glue/sync_backend_host_core.h',
2274 'browser/sync/glue/sync_backend_host_impl.cc',
2275 'browser/sync/glue/sync_backend_host_impl.h',
2272 'browser/sync/glue/sync_backend_registrar.cc', 2276 'browser/sync/glue/sync_backend_registrar.cc',
2273 'browser/sync/glue/sync_backend_registrar.h', 2277 'browser/sync/glue/sync_backend_registrar.h',
2278 'browser/sync/glue/sync_frontend.h',
2279 'browser/sync/glue/sync_frontend.cc',
2274 'browser/sync/glue/sync_start_util.cc', 2280 'browser/sync/glue/sync_start_util.cc',
2275 'browser/sync/glue/sync_start_util.h', 2281 'browser/sync/glue/sync_start_util.h',
2276 'browser/sync/glue/synced_device_tracker.cc', 2282 'browser/sync/glue/synced_device_tracker.cc',
2277 'browser/sync/glue/synced_device_tracker.h', 2283 'browser/sync/glue/synced_device_tracker.h',
2278 'browser/sync/glue/synced_session.cc', 2284 'browser/sync/glue/synced_session.cc',
2279 'browser/sync/glue/synced_session.h', 2285 'browser/sync/glue/synced_session.h',
2280 'browser/sync/glue/synced_session_tracker.cc', 2286 'browser/sync/glue/synced_session_tracker.cc',
2281 'browser/sync/glue/synced_session_tracker.h', 2287 'browser/sync/glue/synced_session_tracker.h',
2282 'browser/sync/glue/synced_tab_delegate.cc', 2288 'browser/sync/glue/synced_tab_delegate.cc',
2283 'browser/sync/glue/synced_tab_delegate_android.cc', 2289 'browser/sync/glue/synced_tab_delegate_android.cc',
(...skipping 1448 matching lines...) Expand 10 before | Expand all | Expand 10 after
3732 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3738 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3733 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3739 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3734 }, 3740 },
3735 'includes': [ '../build/android/java_cpp_template.gypi' ], 3741 'includes': [ '../build/android/java_cpp_template.gypi' ],
3736 }, 3742 },
3737 ], 3743 ],
3738 }, 3744 },
3739 ], 3745 ],
3740 ], 3746 ],
3741 } 3747 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698