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

Unified Diff: webkit/support/webkit_support.gypi

Issue 14096022: Make MountPointProvider pluggable from outside webkit/fileapi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: build fix etc Created 7 years, 8 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
Index: webkit/support/webkit_support.gypi
diff --git a/webkit/support/webkit_support.gypi b/webkit/support/webkit_support.gypi
index f11e96068a96be84f1358db1591d5f5808f3b796..ea784ac58a7df92f48bbc6969cb7f17f8ceae30d 100644
--- a/webkit/support/webkit_support.gypi
+++ b/webkit/support/webkit_support.gypi
@@ -142,12 +142,16 @@
'<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.h',
'<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc',
'<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h',
+ '<(DEPTH)/webkit/fileapi/mock_file_system_context.cc',
+ '<(DEPTH)/webkit/fileapi/mock_file_system_context.h',
'<(DEPTH)/webkit/fileapi/mock_file_system_options.cc',
'<(DEPTH)/webkit/fileapi/mock_file_system_options.h',
'<(DEPTH)/webkit/mocks/mock_webhyphenator.cc',
'<(DEPTH)/webkit/mocks/mock_webhyphenator.h',
'<(DEPTH)/webkit/mocks/test_media_stream_client.cc',
'<(DEPTH)/webkit/mocks/test_media_stream_client.h',
+ '<(DEPTH)/webkit/quota/mock_special_storage_policy.cc',
+ '<(DEPTH)/webkit/quota/mock_special_storage_policy.h',
'simple_database_system.cc',
'simple_database_system.h',
],
« no previous file with comments | « webkit/fileapi/upload_file_system_file_element_reader_unittest.cc ('k') | webkit/tools/test_shell/simple_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698