Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(522)

Unified Diff: webkit/storage_browser.gyp

Issue 17644006: Move files under webkit/browser/fileapi/... to chrome/browser/chromeos/fileapi/... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments. Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/browser/fileapi/file_system_context.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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, ],
},
« no previous file with comments | « webkit/browser/fileapi/file_system_context.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698