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

Unified Diff: webkit/support/webkit_support.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
Index: webkit/support/webkit_support.gypi
===================================================================
--- webkit/support/webkit_support.gypi (revision 207064)
+++ webkit/support/webkit_support.gypi (working copy)
@@ -16,7 +16,7 @@
'<(DEPTH)/base/base.gyp:base_i18n',
'<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'<(DEPTH)/cc/cc.gyp:cc',
- '<(DEPTH)/media/media.gyp:media',
+ '<(DEPTH)/webkit/storage_renderer.gyp:webkit_storage_renderer',
'<(DEPTH)/net/net.gyp:net',
'<(DEPTH)/skia/skia.gyp:skia',
'<(DEPTH)/testing/gtest.gyp:gtest',
@@ -35,6 +35,7 @@
'glue',
'glue_child',
'glue_common',
+ 'glue_renderer',
'plugins',
'webkit_common',
'webkit_media',
@@ -137,7 +138,6 @@
'<(DEPTH)/webkit/support/mock_webclipboard_impl.h',
'<(DEPTH)/webkit/support/simple_appcache_system.cc',
'<(DEPTH)/webkit/support/simple_appcache_system.h',
- '<(DEPTH)/webkit/support/simple_clipboard_impl.cc',
'<(DEPTH)/webkit/support/simple_dom_storage_system.cc',
'<(DEPTH)/webkit/support/simple_dom_storage_system.h',
'<(DEPTH)/webkit/support/simple_file_system.cc',

Powered by Google App Engine
This is Rietveld 408576698