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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 366263002: [fsp] Add support for creating directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util. cc', 387 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util. cc',
388 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util. h', 388 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util. h',
389 'browser/chromeos/file_system_provider/mount_path_util.cc', 389 'browser/chromeos/file_system_provider/mount_path_util.cc',
390 'browser/chromeos/file_system_provider/mount_path_util.h', 390 'browser/chromeos/file_system_provider/mount_path_util.h',
391 'browser/chromeos/file_system_provider/notification_manager.cc', 391 'browser/chromeos/file_system_provider/notification_manager.cc',
392 'browser/chromeos/file_system_provider/notification_manager.h', 392 'browser/chromeos/file_system_provider/notification_manager.h',
393 'browser/chromeos/file_system_provider/notification_manager_interface.h' , 393 'browser/chromeos/file_system_provider/notification_manager_interface.h' ,
394 'browser/chromeos/file_system_provider/observer.h', 394 'browser/chromeos/file_system_provider/observer.h',
395 'browser/chromeos/file_system_provider/operations/close_file.cc', 395 'browser/chromeos/file_system_provider/operations/close_file.cc',
396 'browser/chromeos/file_system_provider/operations/close_file.h', 396 'browser/chromeos/file_system_provider/operations/close_file.h',
397 'browser/chromeos/file_system_provider/operations/create_directory.cc',
398 'browser/chromeos/file_system_provider/operations/create_directory.h',
397 'browser/chromeos/file_system_provider/operations/get_metadata.cc', 399 'browser/chromeos/file_system_provider/operations/get_metadata.cc',
398 'browser/chromeos/file_system_provider/operations/get_metadata.h', 400 'browser/chromeos/file_system_provider/operations/get_metadata.h',
399 'browser/chromeos/file_system_provider/operations/open_file.cc', 401 'browser/chromeos/file_system_provider/operations/open_file.cc',
400 'browser/chromeos/file_system_provider/operations/open_file.h', 402 'browser/chromeos/file_system_provider/operations/open_file.h',
401 'browser/chromeos/file_system_provider/operations/operation.cc', 403 'browser/chromeos/file_system_provider/operations/operation.cc',
402 'browser/chromeos/file_system_provider/operations/operation.h', 404 'browser/chromeos/file_system_provider/operations/operation.h',
403 'browser/chromeos/file_system_provider/operations/read_directory.cc', 405 'browser/chromeos/file_system_provider/operations/read_directory.cc',
404 'browser/chromeos/file_system_provider/operations/read_directory.h', 406 'browser/chromeos/file_system_provider/operations/read_directory.h',
405 'browser/chromeos/file_system_provider/operations/read_file.cc', 407 'browser/chromeos/file_system_provider/operations/read_file.cc',
406 'browser/chromeos/file_system_provider/operations/read_file.h', 408 'browser/chromeos/file_system_provider/operations/read_file.h',
(...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
1176 'browser/chromeos/attestation/attestation_signed_data.proto', 1178 'browser/chromeos/attestation/attestation_signed_data.proto',
1177 ], 1179 ],
1178 'variables': { 1180 'variables': {
1179 'proto_in_dir': 'browser/chromeos/attestation', 1181 'proto_in_dir': 'browser/chromeos/attestation',
1180 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1182 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1181 }, 1183 },
1182 'includes': [ '../build/protoc.gypi' ] 1184 'includes': [ '../build/protoc.gypi' ]
1183 }, 1185 },
1184 ], 1186 ],
1185 } 1187 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/file_system_provider/request_manager.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698