| Index: webkit/storage_browser.gyp
|
| diff --git a/webkit/storage_browser.gyp b/webkit/storage_browser.gyp
|
| index dbf21ada3573a104b81eafebd2c8a6a6bff8c6b8..d0471ccb8bffd4078bdad8059b35097c6bbb99e5 100644
|
| --- a/webkit/storage_browser.gyp
|
| +++ b/webkit/storage_browser.gyp
|
| @@ -241,22 +241,6 @@
|
| 'browser/quota/usage_tracker.cc',
|
| 'browser/quota/usage_tracker.h',
|
| ],
|
| - 'conditions': [
|
| - ['chromeos==1', {
|
| - 'sources': [
|
| - 'browser/chromeos/fileapi/async_file_stream.h',
|
| - 'browser/chromeos/fileapi/cros_mount_point_provider.cc',
|
| - 'browser/chromeos/fileapi/cros_mount_point_provider.h',
|
| - 'browser/chromeos/fileapi/file_access_permissions.cc',
|
| - 'browser/chromeos/fileapi/file_access_permissions.h',
|
| - 'browser/chromeos/fileapi/file_util_async.h',
|
| - 'browser/chromeos/fileapi/remote_file_system_operation.cc',
|
| - 'browser/chromeos/fileapi/remote_file_system_operation.h',
|
| - 'browser/chromeos/fileapi/remote_file_stream_writer.cc',
|
| - 'browser/chromeos/fileapi/remote_file_stream_writer.h',
|
| - ],
|
| - }],
|
| - ],
|
| # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| 'msvs_disabled_warnings': [ 4267, ],
|
| },
|
|
|