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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 14977008: [SyncFileSystem] Separate out ApplyLocalChange from DriveFileSyncService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: style fix Created 7 years, 7 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_file_sync_service.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 2076 matching lines...) Expand 10 before | Expand all | Expand 10 after
2087 'browser/sync/sync_global_error.h', 2087 'browser/sync/sync_global_error.h',
2088 'browser/sync/sync_prefs.cc', 2088 'browser/sync/sync_prefs.cc',
2089 'browser/sync/sync_prefs.h', 2089 'browser/sync/sync_prefs.h',
2090 'browser/sync/sync_ui_util.cc', 2090 'browser/sync/sync_ui_util.cc',
2091 'browser/sync/sync_ui_util.h', 2091 'browser/sync/sync_ui_util.h',
2092 'browser/sync/user_selectable_sync_type.h', 2092 'browser/sync/user_selectable_sync_type.h',
2093 'browser/sync_file_system/conflict_resolution_policy.h', 2093 'browser/sync_file_system/conflict_resolution_policy.h',
2094 'browser/sync_file_system/drive/api_util.cc', 2094 'browser/sync_file_system/drive/api_util.cc',
2095 'browser/sync_file_system/drive/api_util.h', 2095 'browser/sync_file_system/drive/api_util.h',
2096 'browser/sync_file_system/drive/api_util_interface.h', 2096 'browser/sync_file_system/drive/api_util_interface.h',
2097 'browser/sync_file_system/drive/local_change_processor_delegate.cc',
2098 'browser/sync_file_system/drive/local_change_processor_delegate.h',
2097 'browser/sync_file_system/drive_file_sync_service.cc', 2099 'browser/sync_file_system/drive_file_sync_service.cc',
2098 'browser/sync_file_system/drive_file_sync_service.h', 2100 'browser/sync_file_system/drive_file_sync_service.h',
2099 'browser/sync_file_system/drive_file_sync_task_manager.cc', 2101 'browser/sync_file_system/drive_file_sync_task_manager.cc',
2100 'browser/sync_file_system/drive_file_sync_task_manager.h', 2102 'browser/sync_file_system/drive_file_sync_task_manager.h',
2101 'browser/sync_file_system/drive_file_sync_util.cc', 2103 'browser/sync_file_system/drive_file_sync_util.cc',
2102 'browser/sync_file_system/drive_file_sync_util.h', 2104 'browser/sync_file_system/drive_file_sync_util.h',
2103 'browser/sync_file_system/drive_metadata_store.cc', 2105 'browser/sync_file_system/drive_metadata_store.cc',
2104 'browser/sync_file_system/drive_metadata_store.h', 2106 'browser/sync_file_system/drive_metadata_store.h',
2105 'browser/sync_file_system/file_status_observer.h', 2107 'browser/sync_file_system/file_status_observer.h',
2106 'browser/sync_file_system/local_change_processor.h', 2108 'browser/sync_file_system/local_change_processor.h',
(...skipping 1096 matching lines...) Expand 10 before | Expand all | Expand 10 after
3203 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3205 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3204 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3206 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3205 }, 3207 },
3206 'includes': [ '../build/android/java_cpp_template.gypi' ], 3208 'includes': [ '../build/android/java_cpp_template.gypi' ],
3207 }, 3209 },
3208 ], 3210 ],
3209 }, 3211 },
3210 ], 3212 ],
3211 ], 3213 ],
3212 } 3214 }
OLDNEW
« no previous file with comments | « chrome/browser/sync_file_system/drive_file_sync_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698