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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 246163005: [SyncFS] Make ExtensionService usage of SyncWorker asynchronous (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: buildfix 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 | Annotate | Revision Log
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 2284 matching lines...) Expand 10 before | Expand all | Expand 10 after
2295 'browser/sync/sync_global_error_factory.h', 2295 'browser/sync/sync_global_error_factory.h',
2296 'browser/sync/sync_policy_handler.cc', 2296 'browser/sync/sync_policy_handler.cc',
2297 'browser/sync/sync_policy_handler.h', 2297 'browser/sync/sync_policy_handler.h',
2298 'browser/sync/sync_startup_tracker.cc', 2298 'browser/sync/sync_startup_tracker.cc',
2299 'browser/sync/sync_startup_tracker.h', 2299 'browser/sync/sync_startup_tracker.h',
2300 'browser/sync/sync_ui_util.cc', 2300 'browser/sync/sync_ui_util.cc',
2301 'browser/sync/sync_ui_util.h', 2301 'browser/sync/sync_ui_util.h',
2302 'browser/sync_file_system/conflict_resolution_policy.h', 2302 'browser/sync_file_system/conflict_resolution_policy.h',
2303 'browser/sync_file_system/conflict_resolution_resolver.cc', 2303 'browser/sync_file_system/conflict_resolution_resolver.cc',
2304 'browser/sync_file_system/conflict_resolution_resolver.h', 2304 'browser/sync_file_system/conflict_resolution_resolver.h',
2305 'browser/sync_file_system/drive_backend/callback_helper.cc',
2305 'browser/sync_file_system/drive_backend/callback_helper.h', 2306 'browser/sync_file_system/drive_backend/callback_helper.h',
2306 'browser/sync_file_system/drive_backend/conflict_resolver.cc', 2307 'browser/sync_file_system/drive_backend/conflict_resolver.cc',
2307 'browser/sync_file_system/drive_backend/conflict_resolver.h', 2308 'browser/sync_file_system/drive_backend/conflict_resolver.h',
2308 'browser/sync_file_system/drive_backend/drive_backend_constants.cc', 2309 'browser/sync_file_system/drive_backend/drive_backend_constants.cc',
2309 'browser/sync_file_system/drive_backend/drive_backend_constants.h', 2310 'browser/sync_file_system/drive_backend/drive_backend_constants.h',
2310 'browser/sync_file_system/drive_backend/drive_backend_util.cc', 2311 'browser/sync_file_system/drive_backend/drive_backend_util.cc',
2311 'browser/sync_file_system/drive_backend/drive_backend_util.h', 2312 'browser/sync_file_system/drive_backend/drive_backend_util.h',
2312 'browser/sync_file_system/drive_backend/folder_creator.cc', 2313 'browser/sync_file_system/drive_backend/folder_creator.cc',
2313 'browser/sync_file_system/drive_backend/folder_creator.h', 2314 'browser/sync_file_system/drive_backend/folder_creator.h',
2314 'browser/sync_file_system/drive_backend/list_changes_task.cc', 2315 'browser/sync_file_system/drive_backend/list_changes_task.cc',
(...skipping 1403 matching lines...) Expand 10 before | Expand all | Expand 10 after
3718 'package_name': 'org/chromium/chrome/browser', 3719 'package_name': 'org/chromium/chrome/browser',
3719 'template_deps': ['browser/android/tab_load_status.h'], 3720 'template_deps': ['browser/android/tab_load_status.h'],
3720 }, 3721 },
3721 'includes': [ '../build/android/java_cpp_template.gypi' ], 3722 'includes': [ '../build/android/java_cpp_template.gypi' ],
3722 }, 3723 },
3723 ], 3724 ],
3724 }, 3725 },
3725 ], 3726 ],
3726 ], 3727 ],
3727 } 3728 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698