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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 318353002: [SyncFS] Create SyncWorkerInterface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build errors Created 6 years, 6 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/sync_file_system/drive_backend/sync_worker_interface.h ('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 2351 matching lines...) Expand 10 before | Expand all | Expand 10 after
2362 'browser/sync_file_system/drive_backend/sync_engine_initializer.cc', 2362 'browser/sync_file_system/drive_backend/sync_engine_initializer.cc',
2363 'browser/sync_file_system/drive_backend/sync_engine_initializer.h', 2363 'browser/sync_file_system/drive_backend/sync_engine_initializer.h',
2364 'browser/sync_file_system/drive_backend/sync_task.cc', 2364 'browser/sync_file_system/drive_backend/sync_task.cc',
2365 'browser/sync_file_system/drive_backend/sync_task.h', 2365 'browser/sync_file_system/drive_backend/sync_task.h',
2366 'browser/sync_file_system/drive_backend/sync_task_manager.cc', 2366 'browser/sync_file_system/drive_backend/sync_task_manager.cc',
2367 'browser/sync_file_system/drive_backend/sync_task_manager.h', 2367 'browser/sync_file_system/drive_backend/sync_task_manager.h',
2368 'browser/sync_file_system/drive_backend/sync_task_token.cc', 2368 'browser/sync_file_system/drive_backend/sync_task_token.cc',
2369 'browser/sync_file_system/drive_backend/sync_task_token.h', 2369 'browser/sync_file_system/drive_backend/sync_task_token.h',
2370 'browser/sync_file_system/drive_backend/sync_worker.cc', 2370 'browser/sync_file_system/drive_backend/sync_worker.cc',
2371 'browser/sync_file_system/drive_backend/sync_worker.h', 2371 'browser/sync_file_system/drive_backend/sync_worker.h',
2372 'browser/sync_file_system/drive_backend/sync_worker_interface.h',
2372 'browser/sync_file_system/drive_backend/task_dependency_manager.cc', 2373 'browser/sync_file_system/drive_backend/task_dependency_manager.cc',
2373 'browser/sync_file_system/drive_backend/task_dependency_manager.h', 2374 'browser/sync_file_system/drive_backend/task_dependency_manager.h',
2374 'browser/sync_file_system/drive_backend/tracker_id_set.cc', 2375 'browser/sync_file_system/drive_backend/tracker_id_set.cc',
2375 'browser/sync_file_system/drive_backend/tracker_id_set.h', 2376 'browser/sync_file_system/drive_backend/tracker_id_set.h',
2376 'browser/sync_file_system/drive_backend/uninstall_app_task.cc', 2377 'browser/sync_file_system/drive_backend/uninstall_app_task.cc',
2377 'browser/sync_file_system/drive_backend/uninstall_app_task.h', 2378 'browser/sync_file_system/drive_backend/uninstall_app_task.h',
2378 'browser/sync_file_system/drive_backend_v1/api_util.cc', 2379 'browser/sync_file_system/drive_backend_v1/api_util.cc',
2379 'browser/sync_file_system/drive_backend_v1/api_util.h', 2380 'browser/sync_file_system/drive_backend_v1/api_util.h',
2380 'browser/sync_file_system/drive_backend_v1/api_util_interface.h', 2381 'browser/sync_file_system/drive_backend_v1/api_util_interface.h',
2381 'browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc', 2382 'browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc',
(...skipping 1389 matching lines...) Expand 10 before | Expand all | Expand 10 after
3771 'package_name': 'org/chromium/chrome/browser', 3772 'package_name': 'org/chromium/chrome/browser',
3772 'template_deps': ['browser/android/tab_load_status.h'], 3773 'template_deps': ['browser/android/tab_load_status.h'],
3773 }, 3774 },
3774 'includes': [ '../build/android/java_cpp_template.gypi' ], 3775 'includes': [ '../build/android/java_cpp_template.gypi' ],
3775 }, 3776 },
3776 ], 3777 ],
3777 }, 3778 },
3778 ], 3779 ],
3779 ], 3780 ],
3780 } 3781 }
OLDNEW
« no previous file with comments | « chrome/browser/sync_file_system/drive_backend/sync_worker_interface.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698