OLD | NEW |
| (Empty) |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
2 # Use of this source code is governed by a BSD-style license that can be | |
3 # found in the LICENSE file. | |
4 | |
5 { | |
6 'variables': { | |
7 'webkit_fileapi_chromeos_sources': [ | |
8 '../chromeos/fileapi/async_file_stream.h', | |
9 '../chromeos/fileapi/cros_mount_point_provider.cc', | |
10 '../chromeos/fileapi/cros_mount_point_provider.h', | |
11 '../chromeos/fileapi/file_access_permissions.cc', | |
12 '../chromeos/fileapi/file_access_permissions.h', | |
13 '../chromeos/fileapi/file_util_async.h', | |
14 '../chromeos/fileapi/remote_file_system_operation.cc', | |
15 '../chromeos/fileapi/remote_file_system_operation.h', | |
16 '../chromeos/fileapi/remote_file_stream_writer.cc', | |
17 '../chromeos/fileapi/remote_file_stream_writer.h', | |
18 ], | |
19 }, | |
20 } | |
OLD | NEW |