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

Unified Diff: webkit/support/webkit_support.gypi

Issue 15994002: Move more browser-specific webkit/fileapi code to webkit/browser/fileapi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
« no previous file with comments | « webkit/support/webkit_support.cc ('k') | webkit/tools/test_shell/simple_file_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/support/webkit_support.gypi
diff --git a/webkit/support/webkit_support.gypi b/webkit/support/webkit_support.gypi
index 77257e5bf8b8c9765086682d6648e48c91e2f4da..a8494e03bce2df7889563b76be1167be2c3ba46e 100644
--- a/webkit/support/webkit_support.gypi
+++ b/webkit/support/webkit_support.gypi
@@ -123,6 +123,10 @@
'<(DEPTH)/base/base.gyp:base',
],
'sources': [
+ '<(DEPTH)/webkit/browser/fileapi/mock_file_system_context.cc',
+ '<(DEPTH)/webkit/browser/fileapi/mock_file_system_context.h',
+ '<(DEPTH)/webkit/browser/fileapi/mock_file_system_options.cc',
+ '<(DEPTH)/webkit/browser/fileapi/mock_file_system_options.h',
'<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h',
'<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.m',
'<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.cc',
@@ -148,10 +152,6 @@
'<(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',
« no previous file with comments | « webkit/support/webkit_support.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