OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'fileapi', | 8 'target_name': 'fileapi', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 15 matching lines...) Expand all Loading... |
26 'file_system_file_util.cc', | 26 'file_system_file_util.cc', |
27 'file_system_file_util.h', | 27 'file_system_file_util.h', |
28 'file_system_file_util_proxy.cc', | 28 'file_system_file_util_proxy.cc', |
29 'file_system_file_util_proxy.h', | 29 'file_system_file_util_proxy.h', |
30 'file_system_mount_point_provider.h', | 30 'file_system_mount_point_provider.h', |
31 'file_system_operation.cc', | 31 'file_system_operation.cc', |
32 'file_system_operation.h', | 32 'file_system_operation.h', |
33 'file_system_operation_context.cc', | 33 'file_system_operation_context.cc', |
34 'file_system_operation_context.h', | 34 'file_system_operation_context.h', |
35 'file_system_operation_interface.h', | 35 'file_system_operation_interface.h', |
| 36 'file_system_options.cc', |
| 37 'file_system_options.h', |
36 'file_system_origin_database.cc', | 38 'file_system_origin_database.cc', |
37 'file_system_origin_database.h', | 39 'file_system_origin_database.h', |
38 'file_system_path_manager.cc', | |
39 'file_system_path_manager.h', | |
40 'file_system_quota_client.cc', | 40 'file_system_quota_client.cc', |
41 'file_system_quota_client.h', | 41 'file_system_quota_client.h', |
42 'file_system_quota_util.cc', | 42 'file_system_quota_util.cc', |
43 'file_system_quota_util.h', | 43 'file_system_quota_util.h', |
44 'file_system_types.h', | 44 'file_system_types.h', |
45 'file_system_url_request_job.cc', | 45 'file_system_url_request_job.cc', |
46 'file_system_url_request_job.h', | 46 'file_system_url_request_job.h', |
47 'file_system_url_request_job_factory.cc', | 47 'file_system_url_request_job_factory.cc', |
48 'file_system_url_request_job_factory.h', | 48 'file_system_url_request_job_factory.h', |
49 'file_system_usage_cache.cc', | 49 'file_system_usage_cache.cc', |
(...skipping 28 matching lines...) Expand all Loading... |
78 '../chromeos/fileapi/cros_mount_point_provider.h', | 78 '../chromeos/fileapi/cros_mount_point_provider.h', |
79 '../chromeos/fileapi/file_access_permissions.cc', | 79 '../chromeos/fileapi/file_access_permissions.cc', |
80 '../chromeos/fileapi/file_access_permissions.h', | 80 '../chromeos/fileapi/file_access_permissions.h', |
81 '../chromeos/fileapi/file_util_async.h', | 81 '../chromeos/fileapi/file_util_async.h', |
82 ], | 82 ], |
83 }], | 83 }], |
84 ], | 84 ], |
85 }, | 85 }, |
86 ], | 86 ], |
87 } | 87 } |
OLD | NEW |