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

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: polish 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
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 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 'type': 'static_library', 740 'type': 'static_library',
739 'sources': [ 'browser/chromeos/drive/drive.proto' ], 741 'sources': [ 'browser/chromeos/drive/drive.proto' ],
740 'variables': { 742 'variables': {
741 'proto_in_dir': 'browser/chromeos/drive', 743 'proto_in_dir': 'browser/chromeos/drive',
742 'proto_out_dir': 'chrome/browser/chromeos/drive', 744 'proto_out_dir': 'chrome/browser/chromeos/drive',
743 }, 745 },
744 'includes': [ '../build/protoc.gypi' ] 746 'includes': [ '../build/protoc.gypi' ]
745 }, 747 },
746 ], 748 ],
747 } 749 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698