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

Unified Diff: webkit/fileapi/webkit_fileapi.gypi

Issue 8907014: Implement async verision of FileSystemFileUtil and in-memory file system for testing purposes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nits Created 9 years 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/chromeos/fileapi/memory_file_util_unittest.cc ('k') | webkit/tools/test_shell/test_shell.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/webkit_fileapi.gypi
diff --git a/webkit/fileapi/webkit_fileapi.gypi b/webkit/fileapi/webkit_fileapi.gypi
index 5ae71e4e61d9b000a84b0a5f81e8ba83015a1b72..8f2587c4c83c422b38be859d95080db6d34e812d 100644
--- a/webkit/fileapi/webkit_fileapi.gypi
+++ b/webkit/fileapi/webkit_fileapi.gypi
@@ -72,10 +72,12 @@
}],
['chromeos==1', {
'sources': [
+ '../chromeos/fileapi/async_file_stream.h',
'../chromeos/fileapi/cros_mount_point_provider.cc',
'../chromeos/fileapi/cros_mount_point_provider.h',
'../chromeos/fileapi/file_access_permissions.cc',
'../chromeos/fileapi/file_access_permissions.h',
+ '../chromeos/fileapi/file_util_async.h',
],
}],
],
« no previous file with comments | « webkit/chromeos/fileapi/memory_file_util_unittest.cc ('k') | webkit/tools/test_shell/test_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698