OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'webkit_browser_fileapi_sources': [ | 7 'webkit_browser_fileapi_sources': [ |
8 '../browser/fileapi/copy_or_move_file_validator.h', | 8 '../browser/fileapi/copy_or_move_file_validator.h', |
9 '../browser/fileapi/cross_operation_delegate.cc', | 9 '../browser/fileapi/cross_operation_delegate.cc', |
10 '../browser/fileapi/cross_operation_delegate.h', | 10 '../browser/fileapi/cross_operation_delegate.h', |
(...skipping 25 matching lines...) Expand all Loading... |
36 '../browser/fileapi/local_file_system_operation.cc', | 36 '../browser/fileapi/local_file_system_operation.cc', |
37 '../browser/fileapi/local_file_system_operation.h', | 37 '../browser/fileapi/local_file_system_operation.h', |
38 '../browser/fileapi/local_file_util.cc', | 38 '../browser/fileapi/local_file_util.cc', |
39 '../browser/fileapi/local_file_util.h', | 39 '../browser/fileapi/local_file_util.h', |
40 '../browser/fileapi/mount_points.cc', | 40 '../browser/fileapi/mount_points.cc', |
41 '../browser/fileapi/mount_points.h', | 41 '../browser/fileapi/mount_points.h', |
42 '../browser/fileapi/native_file_util.cc', | 42 '../browser/fileapi/native_file_util.cc', |
43 '../browser/fileapi/native_file_util.h', | 43 '../browser/fileapi/native_file_util.h', |
44 '../browser/fileapi/obfuscated_file_util.cc', | 44 '../browser/fileapi/obfuscated_file_util.cc', |
45 '../browser/fileapi/obfuscated_file_util.h', | 45 '../browser/fileapi/obfuscated_file_util.h', |
| 46 '../browser/fileapi/open_file_system_mode.h', |
46 '../browser/fileapi/recursive_operation_delegate.cc', | 47 '../browser/fileapi/recursive_operation_delegate.cc', |
47 '../browser/fileapi/recursive_operation_delegate.h', | 48 '../browser/fileapi/recursive_operation_delegate.h', |
48 '../browser/fileapi/sandbox_directory_database.cc', | 49 '../browser/fileapi/sandbox_directory_database.cc', |
49 '../browser/fileapi/sandbox_directory_database.h', | 50 '../browser/fileapi/sandbox_directory_database.h', |
50 '../browser/fileapi/sandbox_file_stream_writer.cc', | 51 '../browser/fileapi/sandbox_file_stream_writer.cc', |
51 '../browser/fileapi/sandbox_file_stream_writer.h', | 52 '../browser/fileapi/sandbox_file_stream_writer.h', |
52 '../browser/fileapi/sandbox_mount_point_provider.cc', | 53 '../browser/fileapi/sandbox_mount_point_provider.cc', |
53 '../browser/fileapi/sandbox_mount_point_provider.h', | 54 '../browser/fileapi/sandbox_mount_point_provider.h', |
54 '../browser/fileapi/sandbox_origin_database.cc', | 55 '../browser/fileapi/sandbox_origin_database.cc', |
55 '../browser/fileapi/sandbox_origin_database.h', | 56 '../browser/fileapi/sandbox_origin_database.h', |
56 '../browser/fileapi/sandbox_quota_observer.cc', | 57 '../browser/fileapi/sandbox_quota_observer.cc', |
57 '../browser/fileapi/sandbox_quota_observer.h', | 58 '../browser/fileapi/sandbox_quota_observer.h', |
58 '../browser/fileapi/task_runner_bound_observer_list.h', | 59 '../browser/fileapi/task_runner_bound_observer_list.h', |
59 '../browser/fileapi/transient_file_util.cc', | 60 '../browser/fileapi/transient_file_util.cc', |
60 '../browser/fileapi/transient_file_util.h', | 61 '../browser/fileapi/transient_file_util.h', |
61 ], | 62 ], |
62 }, | 63 }, |
63 } | 64 } |
OLD | NEW |