| 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 'dependencies': [ | 10 'dependencies': [ |
| 11 '<(DEPTH)/base/base.gyp:base', | 11 '<(DEPTH)/base/base.gyp:base', |
| 12 '<(DEPTH)/net/net.gyp:net', | 12 '<(DEPTH)/net/net.gyp:net', |
| 13 '<(DEPTH)/third_party/leveldb/leveldb.gyp:leveldb', | 13 '<(DEPTH)/third_party/leveldb/leveldb.gyp:leveldb', |
| 14 '<(DEPTH)/webkit/support/webkit_support.gyp:quota', | 14 '<(DEPTH)/webkit/support/webkit_support.gyp:quota', |
| 15 ], | 15 ], |
| 16 'sources': [ | 16 'sources': [ |
| 17 'file_system_callback_dispatcher.cc', | 17 'file_system_callback_dispatcher.cc', |
| 18 'file_system_callback_dispatcher.h', | 18 'file_system_callback_dispatcher.h', |
| 19 'file_system_context.cc', | 19 'file_system_context.cc', |
| 20 'file_system_context.h', | 20 'file_system_context.h', |
| 21 'file_system_dir_url_request_job.cc', | 21 'file_system_dir_url_request_job.cc', |
| 22 'file_system_dir_url_request_job.h', | 22 'file_system_dir_url_request_job.h', |
| 23 'file_system_directory_database.cc', | 23 'file_system_directory_database.cc', |
| 24 'file_system_directory_database.h', | 24 'file_system_directory_database.h', |
| 25 'file_system_file_util.cc', | |
| 26 'file_system_file_util.h', | |
| 27 'file_system_file_util_proxy.cc', | 25 'file_system_file_util_proxy.cc', |
| 28 'file_system_file_util_proxy.h', | 26 'file_system_file_util_proxy.h', |
| 29 'file_system_mount_point_provider.h', | 27 'file_system_mount_point_provider.h', |
| 30 'file_system_operation.cc', | 28 'file_system_operation.cc', |
| 31 'file_system_operation.h', | 29 'file_system_operation.h', |
| 32 'file_system_operation_context.cc', | 30 'file_system_operation_context.cc', |
| 33 'file_system_operation_context.h', | 31 'file_system_operation_context.h', |
| 34 'file_system_origin_database.cc', | 32 'file_system_origin_database.cc', |
| 35 'file_system_origin_database.h', | 33 'file_system_origin_database.h', |
| 36 'file_system_path_manager.cc', | 34 'file_system_path_manager.cc', |
| 37 'file_system_path_manager.h', | 35 'file_system_path_manager.h', |
| 38 'file_system_quota_client.cc', | 36 'file_system_quota_client.cc', |
| 39 'file_system_quota_client.h', | 37 'file_system_quota_client.h', |
| 40 'file_system_quota_util.cc', | 38 'file_system_quota_util.cc', |
| 41 'file_system_quota_util.h', | 39 'file_system_quota_util.h', |
| 42 'file_system_types.h', | 40 'file_system_types.h', |
| 43 'file_system_url_request_job.cc', | 41 'file_system_url_request_job.cc', |
| 44 'file_system_url_request_job.h', | 42 'file_system_url_request_job.h', |
| 45 'file_system_url_request_job_factory.cc', | 43 'file_system_url_request_job_factory.cc', |
| 46 'file_system_url_request_job_factory.h', | 44 'file_system_url_request_job_factory.h', |
| 47 'file_system_usage_cache.cc', | 45 'file_system_usage_cache.cc', |
| 48 'file_system_usage_cache.h', | 46 'file_system_usage_cache.h', |
| 49 'file_system_util.cc', | 47 'file_system_util.cc', |
| 50 'file_system_util.h', | 48 'file_system_util.h', |
| 51 'file_writer_delegate.cc', | 49 'file_writer_delegate.cc', |
| 52 'file_writer_delegate.h', | 50 'file_writer_delegate.h', |
| 53 'local_file_system_file_util.cc', | 51 'fileapi_file_util.cc', |
| 54 'local_file_system_file_util.h', | 52 'fileapi_file_util.h', |
| 55 'obfuscated_file_system_file_util.cc', | 53 'local_file_util.cc', |
| 56 'obfuscated_file_system_file_util.h', | 54 'local_file_util.h', |
| 55 'native_file_util.cc', |
| 56 'native_file_util.h', |
| 57 'obfuscated_file_util.cc', |
| 58 'obfuscated_file_util.h', |
| 59 'overlay_file_util.cc', |
| 60 'overlay_file_util.h', |
| 57 'quota_file_util.cc', | 61 'quota_file_util.cc', |
| 58 'quota_file_util.h', | 62 'quota_file_util.h', |
| 59 'sandbox_mount_point_provider.cc', | 63 'sandbox_mount_point_provider.cc', |
| 60 'sandbox_mount_point_provider.h', | 64 'sandbox_mount_point_provider.h', |
| 61 'webfilewriter_base.cc', | 65 'webfilewriter_base.cc', |
| 62 'webfilewriter_base.h', | 66 'webfilewriter_base.h', |
| 63 ], | 67 ], |
| 64 'conditions': [ | 68 'conditions': [ |
| 65 ['inside_chromium_build==0', { | 69 ['inside_chromium_build==0', { |
| 66 'dependencies': [ | 70 'dependencies': [ |
| 67 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 71 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
| 68 ], | 72 ], |
| 69 }], | 73 }], |
| 70 ['chromeos==1', { | 74 ['chromeos==1', { |
| 71 'sources': [ | 75 'sources': [ |
| 72 '../chromeos/fileapi/cros_mount_point_provider.cc', | 76 '../chromeos/fileapi/cros_mount_point_provider.cc', |
| 73 '../chromeos/fileapi/cros_mount_point_provider.h', | 77 '../chromeos/fileapi/cros_mount_point_provider.h', |
| 74 '../chromeos/fileapi/file_access_permissions.cc', | 78 '../chromeos/fileapi/file_access_permissions.cc', |
| 75 '../chromeos/fileapi/file_access_permissions.h', | 79 '../chromeos/fileapi/file_access_permissions.h', |
| 76 ], | 80 ], |
| 77 }], | 81 }], |
| 78 ], | 82 ], |
| 79 }, | 83 }, |
| 80 ], | 84 ], |
| 81 } | 85 } |
| OLD | NEW |