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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 11343004: drive: Add "Delta Update Status" section to chrome:drive-internals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 1 month 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/ui/webui/chromeos/drive_internals_ui.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'browser/chromeos/drive/drive_feed_loader.cc', 207 'browser/chromeos/drive/drive_feed_loader.cc',
208 'browser/chromeos/drive/drive_feed_loader.h', 208 'browser/chromeos/drive/drive_feed_loader.h',
209 'browser/chromeos/drive/drive_feed_loader_observer.h', 209 'browser/chromeos/drive/drive_feed_loader_observer.h',
210 'browser/chromeos/drive/drive_feed_processor.cc', 210 'browser/chromeos/drive/drive_feed_processor.cc',
211 'browser/chromeos/drive/drive_feed_processor.h', 211 'browser/chromeos/drive/drive_feed_processor.h',
212 'browser/chromeos/drive/drive_file_error.cc', 212 'browser/chromeos/drive/drive_file_error.cc',
213 'browser/chromeos/drive/drive_file_error.h', 213 'browser/chromeos/drive/drive_file_error.h',
214 'browser/chromeos/drive/drive_file_system.cc', 214 'browser/chromeos/drive/drive_file_system.cc',
215 'browser/chromeos/drive/drive_file_system.h', 215 'browser/chromeos/drive/drive_file_system.h',
216 'browser/chromeos/drive/drive_file_system_interface.h', 216 'browser/chromeos/drive/drive_file_system_interface.h',
217 'browser/chromeos/drive/drive_file_system_metadata.cc',
218 'browser/chromeos/drive/drive_file_system_metadata.h',
217 'browser/chromeos/drive/drive_file_system_observer.h', 219 'browser/chromeos/drive/drive_file_system_observer.h',
218 'browser/chromeos/drive/drive_file_system_proxy.cc', 220 'browser/chromeos/drive/drive_file_system_proxy.cc',
219 'browser/chromeos/drive/drive_file_system_proxy.h', 221 'browser/chromeos/drive/drive_file_system_proxy.h',
220 'browser/chromeos/drive/drive_file_system_util.cc', 222 'browser/chromeos/drive/drive_file_system_util.cc',
221 'browser/chromeos/drive/drive_file_ststem_util.h', 223 'browser/chromeos/drive/drive_file_ststem_util.h',
222 'browser/chromeos/drive/drive_files.cc', 224 'browser/chromeos/drive/drive_files.cc',
223 'browser/chromeos/drive/drive_files.h', 225 'browser/chromeos/drive/drive_files.h',
224 'browser/chromeos/drive/drive_prefetcher.cc', 226 'browser/chromeos/drive/drive_prefetcher.cc',
225 'browser/chromeos/drive/drive_prefetcher.h', 227 'browser/chromeos/drive/drive_prefetcher.h',
226 'browser/chromeos/drive/drive_protocol_handler.cc', 228 'browser/chromeos/drive/drive_protocol_handler.cc',
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 'type': 'static_library', 745 'type': 'static_library',
744 'sources': [ 'browser/chromeos/drive/drive.proto' ], 746 'sources': [ 'browser/chromeos/drive/drive.proto' ],
745 'variables': { 747 'variables': {
746 'proto_in_dir': 'browser/chromeos/drive', 748 'proto_in_dir': 'browser/chromeos/drive',
747 'proto_out_dir': 'chrome/browser/chromeos/drive', 749 'proto_out_dir': 'chrome/browser/chromeos/drive',
748 }, 750 },
749 'includes': [ '../build/protoc.gypi' ] 751 'includes': [ '../build/protoc.gypi' ]
750 }, 752 },
751 ], 753 ],
752 } 754 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/drive_internals_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698