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 74653002: sync: Add --enable-sync-sessions-v2 and necessary plumbing to use SessionsSyncManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « chrome/browser/ui/webui/ntp/foreign_session_handler.cc ('k') | chrome/common/chrome_switches.h » ('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 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 2211 matching lines...) Expand 10 before | Expand all | Expand 10 after
2222 'browser/storage_monitor/volume_mount_watcher_win.cc', 2222 'browser/storage_monitor/volume_mount_watcher_win.cc',
2223 'browser/storage_monitor/volume_mount_watcher_win.h', 2223 'browser/storage_monitor/volume_mount_watcher_win.h',
2224 'browser/sxs_linux.cc', 2224 'browser/sxs_linux.cc',
2225 'browser/sxs_linux.h', 2225 'browser/sxs_linux.h',
2226 'browser/sync/about_sync_util.cc', 2226 'browser/sync/about_sync_util.cc',
2227 'browser/sync/about_sync_util.h', 2227 'browser/sync/about_sync_util.h',
2228 'browser/sync/backend_migrator.cc', 2228 'browser/sync/backend_migrator.cc',
2229 'browser/sync/backend_migrator.h', 2229 'browser/sync/backend_migrator.h',
2230 'browser/sync/backend_unrecoverable_error_handler.cc', 2230 'browser/sync/backend_unrecoverable_error_handler.cc',
2231 'browser/sync/backend_unrecoverable_error_handler.h', 2231 'browser/sync/backend_unrecoverable_error_handler.h',
2232 'browser/sync/open_tabs_ui_delegate.cc',
2233 'browser/sync/open_tabs_ui_delegate.h',
2232 'browser/sync/glue/autofill_data_type_controller.cc', 2234 'browser/sync/glue/autofill_data_type_controller.cc',
2233 'browser/sync/glue/autofill_data_type_controller.h', 2235 'browser/sync/glue/autofill_data_type_controller.h',
2234 'browser/sync/glue/autofill_profile_data_type_controller.cc', 2236 'browser/sync/glue/autofill_profile_data_type_controller.cc',
2235 'browser/sync/glue/autofill_profile_data_type_controller.h', 2237 'browser/sync/glue/autofill_profile_data_type_controller.h',
2236 'browser/sync/glue/backend_data_type_configurer.cc', 2238 'browser/sync/glue/backend_data_type_configurer.cc',
2237 'browser/sync/glue/backend_data_type_configurer.h', 2239 'browser/sync/glue/backend_data_type_configurer.h',
2238 'browser/sync/glue/bookmark_change_processor.cc', 2240 'browser/sync/glue/bookmark_change_processor.cc',
2239 'browser/sync/glue/bookmark_change_processor.h', 2241 'browser/sync/glue/bookmark_change_processor.h',
2240 'browser/sync/glue/bookmark_data_type_controller.cc', 2242 'browser/sync/glue/bookmark_data_type_controller.cc',
2241 'browser/sync/glue/bookmark_data_type_controller.h', 2243 'browser/sync/glue/bookmark_data_type_controller.h',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
2355 'browser/sync/profile_sync_service_base.cc', 2357 'browser/sync/profile_sync_service_base.cc',
2356 'browser/sync/profile_sync_service_factory.cc', 2358 'browser/sync/profile_sync_service_factory.cc',
2357 'browser/sync/profile_sync_service_factory.h', 2359 'browser/sync/profile_sync_service_factory.h',
2358 'browser/sync/profile_sync_service_harness.cc', 2360 'browser/sync/profile_sync_service_harness.cc',
2359 'browser/sync/profile_sync_service_harness.h', 2361 'browser/sync/profile_sync_service_harness.h',
2360 'browser/sync/profile_sync_service_model_type_selection_android.h', 2362 'browser/sync/profile_sync_service_model_type_selection_android.h',
2361 'browser/sync/profile_sync_service_observer.cc', 2363 'browser/sync/profile_sync_service_observer.cc',
2362 'browser/sync/profile_sync_service_observer.h', 2364 'browser/sync/profile_sync_service_observer.h',
2363 'browser/sync/retry_verifier.cc', 2365 'browser/sync/retry_verifier.cc',
2364 'browser/sync/retry_verifier.h', 2366 'browser/sync/retry_verifier.h',
2367 'browser/sync/sessions2/session_data_type_controller2.cc',
2368 'browser/sync/sessions2/session_data_type_controller2.h',
2365 'browser/sync/sessions2/sessions_sync_manager.cc', 2369 'browser/sync/sessions2/sessions_sync_manager.cc',
2366 'browser/sync/sessions2/sessions_sync_manager.h', 2370 'browser/sync/sessions2/sessions_sync_manager.h',
2367 'browser/sync/sessions2/tab_node_pool2.cc', 2371 'browser/sync/sessions2/tab_node_pool2.cc',
2368 'browser/sync/sessions2/tab_node_pool2.h', 2372 'browser/sync/sessions2/tab_node_pool2.h',
2369 'browser/sync/sync_global_error.cc', 2373 'browser/sync/sync_global_error.cc',
2370 'browser/sync/sync_global_error.h', 2374 'browser/sync/sync_global_error.h',
2371 'browser/sync/sync_policy_handler.cc', 2375 'browser/sync/sync_policy_handler.cc',
2372 'browser/sync/sync_policy_handler.h', 2376 'browser/sync/sync_policy_handler.h',
2373 'browser/sync/sync_prefs.cc', 2377 'browser/sync/sync_prefs.cc',
2374 'browser/sync/sync_prefs.h', 2378 'browser/sync/sync_prefs.h',
(...skipping 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after
3775 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3779 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3776 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3780 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3777 }, 3781 },
3778 'includes': [ '../build/android/java_cpp_template.gypi' ], 3782 'includes': [ '../build/android/java_cpp_template.gypi' ],
3779 }, 3783 },
3780 ], 3784 ],
3781 }, 3785 },
3782 ], 3786 ],
3783 ], 3787 ],
3784 } 3788 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/foreign_session_handler.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698