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

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: Address comments 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/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 082c5022f916e9272adb1f7a98a80cc9e908d2f7..3f52794857b90ebfeb4948133f5b36988ba4438a 100644
--- a/webkit/tools/test_shell/test_shell.gypi
+++ b/webkit/tools/test_shell/test_shell.gypi
@@ -506,6 +506,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/chromeos/fileapi/memory_file_util_unittest.cc ('K') | « webkit/fileapi/webkit_fileapi.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698