| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 'file_system_quota_util.h', | 47 'file_system_quota_util.h', |
| 48 'file_system_types.h', | 48 'file_system_types.h', |
| 49 'file_system_url_request_job.cc', | 49 'file_system_url_request_job.cc', |
| 50 'file_system_url_request_job.h', | 50 'file_system_url_request_job.h', |
| 51 'file_system_url_request_job_factory.cc', | 51 'file_system_url_request_job_factory.cc', |
| 52 'file_system_url_request_job_factory.h', | 52 'file_system_url_request_job_factory.h', |
| 53 'file_system_usage_cache.cc', | 53 'file_system_usage_cache.cc', |
| 54 'file_system_usage_cache.h', | 54 'file_system_usage_cache.h', |
| 55 'file_system_util.cc', | 55 'file_system_util.cc', |
| 56 'file_system_util.h', | 56 'file_system_util.h', |
| 57 'file_util_helper.cc', |
| 58 'file_util_helper.h', |
| 57 'file_writer_delegate.cc', | 59 'file_writer_delegate.cc', |
| 58 'file_writer_delegate.h', | 60 'file_writer_delegate.h', |
| 59 'isolated_context.cc', | 61 'isolated_context.cc', |
| 60 'isolated_context.h', | 62 'isolated_context.h', |
| 61 'local_file_util.cc', | 63 'local_file_util.cc', |
| 62 'local_file_util.h', | 64 'local_file_util.h', |
| 63 'native_file_util.cc', | 65 'native_file_util.cc', |
| 64 'native_file_util.h', | 66 'native_file_util.h', |
| 65 'obfuscated_file_util.cc', | 67 'obfuscated_file_util.cc', |
| 66 'obfuscated_file_util.h', | 68 'obfuscated_file_util.h', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 87 '../chromeos/fileapi/file_util_async.h', | 89 '../chromeos/fileapi/file_util_async.h', |
| 88 '../chromeos/fileapi/remote_file_system_operation.cc', | 90 '../chromeos/fileapi/remote_file_system_operation.cc', |
| 89 '../chromeos/fileapi/remote_file_system_operation.h', | 91 '../chromeos/fileapi/remote_file_system_operation.h', |
| 90 '../chromeos/fileapi/remote_file_system_proxy.h', | 92 '../chromeos/fileapi/remote_file_system_proxy.h', |
| 91 ], | 93 ], |
| 92 }], | 94 }], |
| 93 ], | 95 ], |
| 94 }, | 96 }, |
| 95 ], | 97 ], |
| 96 } | 98 } |
| OLD | NEW |