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

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: Fix tests 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
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 2391 matching lines...) Expand 10 before | Expand all | Expand 10 after
2402 'browser/sync_file_system/drive_backend/metadata_database_index.cc', 2402 'browser/sync_file_system/drive_backend/metadata_database_index.cc',
2403 'browser/sync_file_system/drive_backend/metadata_database_index.h', 2403 'browser/sync_file_system/drive_backend/metadata_database_index.h',
2404 'browser/sync_file_system/drive_backend/metadata_db_migration_util.cc', 2404 'browser/sync_file_system/drive_backend/metadata_db_migration_util.cc',
2405 'browser/sync_file_system/drive_backend/metadata_db_migration_util.h', 2405 'browser/sync_file_system/drive_backend/metadata_db_migration_util.h',
2406 'browser/sync_file_system/drive_backend/register_app_task.cc', 2406 'browser/sync_file_system/drive_backend/register_app_task.cc',
2407 'browser/sync_file_system/drive_backend/register_app_task.h', 2407 'browser/sync_file_system/drive_backend/register_app_task.h',
2408 'browser/sync_file_system/drive_backend/remote_to_local_syncer.cc', 2408 'browser/sync_file_system/drive_backend/remote_to_local_syncer.cc',
2409 'browser/sync_file_system/drive_backend/remote_to_local_syncer.h', 2409 'browser/sync_file_system/drive_backend/remote_to_local_syncer.h',
2410 'browser/sync_file_system/drive_backend/sync_engine.cc', 2410 'browser/sync_file_system/drive_backend/sync_engine.cc',
2411 'browser/sync_file_system/drive_backend/sync_engine.h', 2411 'browser/sync_file_system/drive_backend/sync_engine.h',
2412 'browser/sync_file_system/drive_backend/sync_engine_context.cc',
2412 'browser/sync_file_system/drive_backend/sync_engine_context.h', 2413 'browser/sync_file_system/drive_backend/sync_engine_context.h',
2413 'browser/sync_file_system/drive_backend/sync_engine_initializer.cc', 2414 'browser/sync_file_system/drive_backend/sync_engine_initializer.cc',
2414 'browser/sync_file_system/drive_backend/sync_engine_initializer.h', 2415 'browser/sync_file_system/drive_backend/sync_engine_initializer.h',
2415 'browser/sync_file_system/drive_backend/sync_task.cc', 2416 'browser/sync_file_system/drive_backend/sync_task.cc',
2416 'browser/sync_file_system/drive_backend/sync_task.h', 2417 'browser/sync_file_system/drive_backend/sync_task.h',
2417 'browser/sync_file_system/drive_backend/sync_task_manager.cc', 2418 'browser/sync_file_system/drive_backend/sync_task_manager.cc',
2418 'browser/sync_file_system/drive_backend/sync_task_manager.h', 2419 'browser/sync_file_system/drive_backend/sync_task_manager.h',
2419 'browser/sync_file_system/drive_backend/sync_task_token.cc', 2420 'browser/sync_file_system/drive_backend/sync_task_token.cc',
2420 'browser/sync_file_system/drive_backend/sync_task_token.h', 2421 'browser/sync_file_system/drive_backend/sync_task_token.h',
2421 'browser/sync_file_system/drive_backend/task_dependency_manager.cc', 2422 'browser/sync_file_system/drive_backend/task_dependency_manager.cc',
(...skipping 1449 matching lines...) Expand 10 before | Expand all | Expand 10 after
3871 'package_name': 'org/chromium/chrome/browser', 3872 'package_name': 'org/chromium/chrome/browser',
3872 'template_deps': ['browser/android/tab_load_status.h'], 3873 'template_deps': ['browser/android/tab_load_status.h'],
3873 }, 3874 },
3874 'includes': [ '../build/android/java_cpp_template.gypi' ], 3875 'includes': [ '../build/android/java_cpp_template.gypi' ],
3875 }, 3876 },
3876 ], 3877 ],
3877 }, 3878 },
3878 ], 3879 ],
3879 ], 3880 ],
3880 } 3881 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698