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

Unified Diff: webkit/tools/test_shell/test_shell.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
« webkit/fileapi/webkit_fileapi.gypi ('K') | « webkit/fileapi/webkit_fileapi.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_shell.gypi
diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi
index adfd6d349ba753e67814bf7c1e56821359a1e3bd..0bf91b8d693a6eb130a87e74a4f14458a6497eeb 100644
--- a/webkit/tools/test_shell/test_shell.gypi
+++ b/webkit/tools/test_shell/test_shell.gypi
@@ -507,6 +507,9 @@
['chromeos==1', {
'sources': [
'../../chromeos/fileapi/file_access_permissions_unittest.cc',
+ '../../chromeos/fileapi/memory_file_util.cc',
+ '../../chromeos/fileapi/memory_file_util.h',
+ '../../chromeos/fileapi/memory_file_util_unittest.cc',
],
}],
['OS=="mac"', {
« webkit/fileapi/webkit_fileapi.gypi ('K') | « webkit/fileapi/webkit_fileapi.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698