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

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: add webkit/chromeos/OWNERS 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
Index: webkit/fileapi/webkit_fileapi.gypi
diff --git a/webkit/fileapi/webkit_fileapi.gypi b/webkit/fileapi/webkit_fileapi.gypi
index 5ae71e4e61d9b000a84b0a5f81e8ba83015a1b72..2b2fcd03368d79fae8be9de87bdf1285a81c7880 100644
--- a/webkit/fileapi/webkit_fileapi.gypi
+++ b/webkit/fileapi/webkit_fileapi.gypi
@@ -72,6 +72,8 @@
}],
['chromeos==1', {
'sources': [
+ '../chromeos/fileapi/async_file_stream.h',
+ '../chromeos/fileapi/file_util_async.h',
tony 2011/12/16 18:13:25 Nit: Sort these.
satorux1 2011/12/16 22:53:22 Done.
'../chromeos/fileapi/cros_mount_point_provider.cc',
'../chromeos/fileapi/cros_mount_point_provider.h',
'../chromeos/fileapi/file_access_permissions.cc',

Powered by Google App Engine
This is Rietveld 408576698