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

Unified Diff: webkit/glue/webkit_glue.gypi

Issue 17420005: Move the following clipboard files from webkit\glue to webkit\renderer. These files now live in the… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 6 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/glue/webclipboard_impl.cc ('k') | webkit/plugins/ppapi/plugin_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkit_glue.gypi
===================================================================
--- webkit/glue/webkit_glue.gypi (revision 207553)
+++ webkit/glue/webkit_glue.gypi (working copy)
@@ -204,6 +204,7 @@
'<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/base/base.gyp:base_i18n',
'<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
+ '<(DEPTH)/net/net.gyp:net',
'<(DEPTH)/skia/skia.gyp:skia',
'<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
'<(DEPTH)/third_party/icu/icu.gyp:icuuc',
@@ -217,6 +218,8 @@
'../renderer/cpp_bound_class.h',
'../renderer/cpp_variant.cc',
'../renderer/cpp_variant.h',
+ '../renderer/clipboard_utils.cc',
+ '../renderer/clipboard_utils.h',
'../renderer/cursor_utils.cc',
'../renderer/cursor_utils.h',
'../renderer/webkit_renderer_export.h',
@@ -285,12 +288,8 @@
'resource_request_body.h',
'resource_type.cc',
'resource_type.h',
- 'scoped_clipboard_writer_glue.cc',
- 'scoped_clipboard_writer_glue.h',
'simple_webmimeregistry_impl.cc',
'simple_webmimeregistry_impl.h',
- 'webclipboard_impl.cc',
- 'webclipboard_impl.h',
'webcookie.cc',
'webcookie.h',
'webfileutilities_impl.cc',
« no previous file with comments | « webkit/glue/webclipboard_impl.cc ('k') | webkit/plugins/ppapi/plugin_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698