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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 213473008: [SyncFS] Split SyncEngine and SyncEngineContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 8 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
« no previous file with comments | « chrome/browser/sync_file_system/drive_backend/sync_engine_context.cc ('k') | no next file » | 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 2398 matching lines...) Expand 10 before | Expand all | Expand 10 after
2409 'browser/sync_file_system/drive_backend/metadata_database_index.cc', 2409 'browser/sync_file_system/drive_backend/metadata_database_index.cc',
2410 'browser/sync_file_system/drive_backend/metadata_database_index.h', 2410 'browser/sync_file_system/drive_backend/metadata_database_index.h',
2411 'browser/sync_file_system/drive_backend/metadata_db_migration_util.cc', 2411 'browser/sync_file_system/drive_backend/metadata_db_migration_util.cc',
2412 'browser/sync_file_system/drive_backend/metadata_db_migration_util.h', 2412 'browser/sync_file_system/drive_backend/metadata_db_migration_util.h',
2413 'browser/sync_file_system/drive_backend/register_app_task.cc', 2413 'browser/sync_file_system/drive_backend/register_app_task.cc',
2414 'browser/sync_file_system/drive_backend/register_app_task.h', 2414 'browser/sync_file_system/drive_backend/register_app_task.h',
2415 'browser/sync_file_system/drive_backend/remote_to_local_syncer.cc', 2415 'browser/sync_file_system/drive_backend/remote_to_local_syncer.cc',
2416 'browser/sync_file_system/drive_backend/remote_to_local_syncer.h', 2416 'browser/sync_file_system/drive_backend/remote_to_local_syncer.h',
2417 'browser/sync_file_system/drive_backend/sync_engine.cc', 2417 'browser/sync_file_system/drive_backend/sync_engine.cc',
2418 'browser/sync_file_system/drive_backend/sync_engine.h', 2418 'browser/sync_file_system/drive_backend/sync_engine.h',
2419 'browser/sync_file_system/drive_backend/sync_engine_context.cc',
2419 'browser/sync_file_system/drive_backend/sync_engine_context.h', 2420 'browser/sync_file_system/drive_backend/sync_engine_context.h',
2420 'browser/sync_file_system/drive_backend/sync_engine_initializer.cc', 2421 'browser/sync_file_system/drive_backend/sync_engine_initializer.cc',
2421 'browser/sync_file_system/drive_backend/sync_engine_initializer.h', 2422 'browser/sync_file_system/drive_backend/sync_engine_initializer.h',
2422 'browser/sync_file_system/drive_backend/sync_task.cc', 2423 'browser/sync_file_system/drive_backend/sync_task.cc',
2423 'browser/sync_file_system/drive_backend/sync_task.h', 2424 'browser/sync_file_system/drive_backend/sync_task.h',
2424 'browser/sync_file_system/drive_backend/sync_task_manager.cc', 2425 'browser/sync_file_system/drive_backend/sync_task_manager.cc',
2425 'browser/sync_file_system/drive_backend/sync_task_manager.h', 2426 'browser/sync_file_system/drive_backend/sync_task_manager.h',
2426 'browser/sync_file_system/drive_backend/sync_task_token.cc', 2427 'browser/sync_file_system/drive_backend/sync_task_token.cc',
2427 'browser/sync_file_system/drive_backend/sync_task_token.h', 2428 'browser/sync_file_system/drive_backend/sync_task_token.h',
2428 'browser/sync_file_system/drive_backend/task_dependency_manager.cc', 2429 'browser/sync_file_system/drive_backend/task_dependency_manager.cc',
(...skipping 1452 matching lines...) Expand 10 before | Expand all | Expand 10 after
3881 'package_name': 'org/chromium/chrome/browser', 3882 'package_name': 'org/chromium/chrome/browser',
3882 'template_deps': ['browser/android/tab_load_status.h'], 3883 'template_deps': ['browser/android/tab_load_status.h'],
3883 }, 3884 },
3884 'includes': [ '../build/android/java_cpp_template.gypi' ], 3885 'includes': [ '../build/android/java_cpp_template.gypi' ],
3885 }, 3886 },
3886 ], 3887 ],
3887 }, 3888 },
3888 ], 3889 ],
3889 ], 3890 ],
3890 } 3891 }
OLDNEW
« no previous file with comments | « chrome/browser/sync_file_system/drive_backend/sync_engine_context.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698