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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 195873020: [Sync] Move SyncPrefs into sync_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rerererebase Created 6 years, 9 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/ui/webui/sync_setup_handler_unittest.cc ('k') | chrome/chrome_tests_unit.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 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 2352 matching lines...) Expand 10 before | Expand all | Expand 10 after
2363 'browser/sync/sessions2/synced_window_delegates_getter.cc', 2363 'browser/sync/sessions2/synced_window_delegates_getter.cc',
2364 'browser/sync/sessions2/synced_window_delegates_getter.h', 2364 'browser/sync/sessions2/synced_window_delegates_getter.h',
2365 'browser/sync/sessions2/tab_node_pool2.cc', 2365 'browser/sync/sessions2/tab_node_pool2.cc',
2366 'browser/sync/sessions2/tab_node_pool2.h', 2366 'browser/sync/sessions2/tab_node_pool2.h',
2367 'browser/sync/startup_controller.cc', 2367 'browser/sync/startup_controller.cc',
2368 'browser/sync/startup_controller.h', 2368 'browser/sync/startup_controller.h',
2369 'browser/sync/sync_global_error.cc', 2369 'browser/sync/sync_global_error.cc',
2370 'browser/sync/sync_global_error.h', 2370 'browser/sync/sync_global_error.h',
2371 'browser/sync/sync_policy_handler.cc', 2371 'browser/sync/sync_policy_handler.cc',
2372 'browser/sync/sync_policy_handler.h', 2372 'browser/sync/sync_policy_handler.h',
2373 'browser/sync/sync_prefs.cc',
2374 'browser/sync/sync_prefs.h',
2375 'browser/sync/sync_startup_tracker.cc', 2373 'browser/sync/sync_startup_tracker.cc',
2376 'browser/sync/sync_startup_tracker.h', 2374 'browser/sync/sync_startup_tracker.h',
2377 'browser/sync/sync_ui_util.cc', 2375 'browser/sync/sync_ui_util.cc',
2378 'browser/sync/sync_ui_util.h', 2376 'browser/sync/sync_ui_util.h',
2379 'browser/sync_file_system/conflict_resolution_policy.h', 2377 'browser/sync_file_system/conflict_resolution_policy.h',
2380 'browser/sync_file_system/conflict_resolution_resolver.cc', 2378 'browser/sync_file_system/conflict_resolution_resolver.cc',
2381 'browser/sync_file_system/conflict_resolution_resolver.h', 2379 'browser/sync_file_system/conflict_resolution_resolver.h',
2382 'browser/sync_file_system/drive_backend/conflict_resolver.cc', 2380 'browser/sync_file_system/drive_backend/conflict_resolver.cc',
2383 'browser/sync_file_system/drive_backend/conflict_resolver.h', 2381 'browser/sync_file_system/drive_backend/conflict_resolver.h',
2384 'browser/sync_file_system/drive_backend/drive_backend_constants.cc', 2382 'browser/sync_file_system/drive_backend/drive_backend_constants.cc',
(...skipping 1470 matching lines...) Expand 10 before | Expand all | Expand 10 after
3855 'package_name': 'org/chromium/chrome/browser', 3853 'package_name': 'org/chromium/chrome/browser',
3856 'template_deps': ['browser/android/tab_load_status.h'], 3854 'template_deps': ['browser/android/tab_load_status.h'],
3857 }, 3855 },
3858 'includes': [ '../build/android/java_cpp_template.gypi' ], 3856 'includes': [ '../build/android/java_cpp_template.gypi' ],
3859 }, 3857 },
3860 ], 3858 ],
3861 }, 3859 },
3862 ], 3860 ],
3863 ], 3861 ],
3864 } 3862 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/sync_setup_handler_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698