| 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 'targets': [ | |
| 7 { | |
| 8 'target_name': 'fileapi', | |
| 9 'type': '<(component)', | |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | |
| 11 'dependencies': [ | |
| 12 '<(DEPTH)/base/base.gyp:base', | |
| 13 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', | |
| 14 '<(DEPTH)/net/net.gyp:net', | |
| 15 '<(DEPTH)/third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | |
| 16 '<(DEPTH)/webkit/support/webkit_support.gyp:blob', | |
| 17 '<(DEPTH)/webkit/support/webkit_support.gyp:quota', | |
| 18 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | |
| 19 ], | |
| 20 'defines': ['FILEAPI_IMPLEMENTATION'], | |
| 21 'sources': [ | |
| 22 'file_observers.h', | |
| 23 'file_stream_writer.h', | |
| 24 'file_system_callback_dispatcher.cc', | |
| 25 'file_system_callback_dispatcher.h', | |
| 26 'file_system_context.cc', | |
| 27 'file_system_context.h', | |
| 28 'file_system_dir_url_request_job.cc', | |
| 29 'file_system_dir_url_request_job.h', | |
| 30 'file_system_directory_database.cc', | |
| 31 'file_system_directory_database.h', | |
| 32 'file_system_file_stream_reader.cc', | |
| 33 'file_system_file_stream_reader.h', | |
| 34 'file_system_file_util.cc', | |
| 35 'file_system_file_util.h', | |
| 36 'file_system_file_util_proxy.cc', | |
| 37 'file_system_file_util_proxy.h', | |
| 38 'file_system_mount_point_provider.h', | |
| 39 'file_system_operation.h', | |
| 40 'file_system_operation_context.cc', | |
| 41 'file_system_operation_context.h', | |
| 42 'file_system_options.cc', | |
| 43 'file_system_options.h', | |
| 44 'file_system_origin_database.cc', | |
| 45 'file_system_origin_database.h', | |
| 46 'file_system_quota_client.cc', | |
| 47 'file_system_quota_client.h', | |
| 48 'file_system_quota_util.h', | |
| 49 'file_system_task_runners.cc', | |
| 50 'file_system_task_runners.h', | |
| 51 'file_system_types.h', | |
| 52 'file_system_url.cc', | |
| 53 'file_system_url.h', | |
| 54 'file_system_url_request_job.cc', | |
| 55 'file_system_url_request_job.h', | |
| 56 'file_system_url_request_job_factory.cc', | |
| 57 'file_system_url_request_job_factory.h', | |
| 58 'file_system_usage_cache.cc', | |
| 59 'file_system_usage_cache.h', | |
| 60 'file_system_util.cc', | |
| 61 'file_system_util.h', | |
| 62 'file_util_helper.cc', | |
| 63 'file_util_helper.h', | |
| 64 'file_writer_delegate.cc', | |
| 65 'file_writer_delegate.h', | |
| 66 'isolated_context.cc', | |
| 67 'isolated_context.h', | |
| 68 'isolated_file_util.cc', | |
| 69 'isolated_file_util.h', | |
| 70 'isolated_mount_point_provider.cc', | |
| 71 'isolated_mount_point_provider.h', | |
| 72 'local_file_util.cc', | |
| 73 'local_file_util.h', | |
| 74 'local_file_stream_writer.cc', | |
| 75 'local_file_stream_writer.h', | |
| 76 'local_file_system_operation.cc', | |
| 77 'local_file_system_operation.h', | |
| 78 'media/filtering_file_enumerator.cc', | |
| 79 'media/filtering_file_enumerator.h', | |
| 80 'media/media_path_filter.cc', | |
| 81 'media/media_path_filter.h', | |
| 82 'media/mtp_device_file_system_config.h', | |
| 83 'media/native_media_file_util.cc', | |
| 84 'media/native_media_file_util.h', | |
| 85 'native_file_util.cc', | |
| 86 'native_file_util.h', | |
| 87 'obfuscated_file_util.cc', | |
| 88 'obfuscated_file_util.h', | |
| 89 'sandbox_file_stream_writer.cc', | |
| 90 'sandbox_file_stream_writer.h', | |
| 91 'sandbox_mount_point_provider.cc', | |
| 92 'sandbox_mount_point_provider.h', | |
| 93 'sandbox_quota_observer.cc', | |
| 94 'sandbox_quota_observer.h', | |
| 95 'syncable/file_change.cc', | |
| 96 'syncable/file_change.h', | |
| 97 'syncable/local_file_change_tracker.cc', | |
| 98 'syncable/local_file_change_tracker.h', | |
| 99 'syncable/local_file_sync_status.cc', | |
| 100 'syncable/local_file_sync_status.h', | |
| 101 'syncable/sync_status_code.cc', | |
| 102 'syncable/sync_status_code.h', | |
| 103 'syncable/syncable_file_system_util.cc', | |
| 104 'syncable/syncable_file_system_util.h', | |
| 105 'task_runner_bound_observer_list.h', | |
| 106 'test_mount_point_provider.cc', | |
| 107 'test_mount_point_provider.h', | |
| 108 'webfilewriter_base.cc', | |
| 109 'webfilewriter_base.h', | |
| 110 ], | |
| 111 'conditions': [ | |
| 112 ['inside_chromium_build==0', { | |
| 113 'dependencies': [ | |
| 114 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | |
| 115 ], | |
| 116 }], | |
| 117 ['chromeos==1', { | |
| 118 'sources': [ | |
| 119 '../chromeos/fileapi/async_file_stream.h', | |
| 120 '../chromeos/fileapi/cros_mount_point_provider.cc', | |
| 121 '../chromeos/fileapi/cros_mount_point_provider.h', | |
| 122 '../chromeos/fileapi/file_access_permissions.cc', | |
| 123 '../chromeos/fileapi/file_access_permissions.h', | |
| 124 '../chromeos/fileapi/file_util_async.h', | |
| 125 '../chromeos/fileapi/remote_file_system_operation.cc', | |
| 126 '../chromeos/fileapi/remote_file_system_operation.h', | |
| 127 '../chromeos/fileapi/remote_file_system_proxy.h', | |
| 128 '../chromeos/fileapi/remote_file_stream_writer.cc', | |
| 129 '../chromeos/fileapi/remote_file_stream_writer.h', | |
| 130 'media/device_media_file_util.cc', | |
| 131 'media/device_media_file_util.h', | |
| 132 'media/mtp_device_delegate.h', | |
| 133 'media/mtp_device_map_service.cc', | |
| 134 'media/mtp_device_map_service.h', | |
| 135 ], | |
| 136 }], | |
| 137 ], | |
| 138 }, | |
| 139 ], | |
| 140 } | |
| OLD | NEW |