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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 19596003: Remove CloseFile from FileSystem. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 (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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 'browser/chromeos/drive/file_cache.cc', 242 'browser/chromeos/drive/file_cache.cc',
243 'browser/chromeos/drive/file_cache.h', 243 'browser/chromeos/drive/file_cache.h',
244 'browser/chromeos/drive/file_cache_metadata.cc', 244 'browser/chromeos/drive/file_cache_metadata.cc',
245 'browser/chromeos/drive/file_cache_metadata.h', 245 'browser/chromeos/drive/file_cache_metadata.h',
246 'browser/chromeos/drive/file_change.cc', 246 'browser/chromeos/drive/file_change.cc',
247 'browser/chromeos/drive/file_change.h', 247 'browser/chromeos/drive/file_change.h',
248 'browser/chromeos/drive/file_errors.cc', 248 'browser/chromeos/drive/file_errors.cc',
249 'browser/chromeos/drive/file_errors.h', 249 'browser/chromeos/drive/file_errors.h',
250 'browser/chromeos/drive/file_system.cc', 250 'browser/chromeos/drive/file_system.cc',
251 'browser/chromeos/drive/file_system.h', 251 'browser/chromeos/drive/file_system.h',
252 'browser/chromeos/drive/file_system/close_file_operation.cc',
253 'browser/chromeos/drive/file_system/close_file_operation.h',
254 'browser/chromeos/drive/file_system/copy_operation.cc', 252 'browser/chromeos/drive/file_system/copy_operation.cc',
255 'browser/chromeos/drive/file_system/copy_operation.h', 253 'browser/chromeos/drive/file_system/copy_operation.h',
256 'browser/chromeos/drive/file_system/create_directory_operation.cc', 254 'browser/chromeos/drive/file_system/create_directory_operation.cc',
257 'browser/chromeos/drive/file_system/create_directory_operation.h', 255 'browser/chromeos/drive/file_system/create_directory_operation.h',
258 'browser/chromeos/drive/file_system/create_file_operation.cc', 256 'browser/chromeos/drive/file_system/create_file_operation.cc',
259 'browser/chromeos/drive/file_system/create_file_operation.h', 257 'browser/chromeos/drive/file_system/create_file_operation.h',
260 'browser/chromeos/drive/file_system/download_operation.cc', 258 'browser/chromeos/drive/file_system/download_operation.cc',
261 'browser/chromeos/drive/file_system/download_operation.h', 259 'browser/chromeos/drive/file_system/download_operation.h',
262 'browser/chromeos/drive/file_system/move_operation.cc', 260 'browser/chromeos/drive/file_system/move_operation.cc',
263 'browser/chromeos/drive/file_system/move_operation.h', 261 'browser/chromeos/drive/file_system/move_operation.h',
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 'browser/chromeos/attestation/attestation_key_payload.proto', 983 'browser/chromeos/attestation/attestation_key_payload.proto',
986 ], 984 ],
987 'variables': { 985 'variables': {
988 'proto_in_dir': 'browser/chromeos/attestation', 986 'proto_in_dir': 'browser/chromeos/attestation',
989 'proto_out_dir': 'chrome/browser/chromeos/attestation', 987 'proto_out_dir': 'chrome/browser/chromeos/attestation',
990 }, 988 },
991 'includes': [ '../build/protoc.gypi' ] 989 'includes': [ '../build/protoc.gypi' ]
992 }, 990 },
993 ], 991 ],
994 } 992 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/drive/webkit_file_stream_writer_impl.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698