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

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
« no previous file with comments | « webkit/support/test_webkit_platform_support.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/support/webkit_support.gypi
===================================================================
--- webkit/support/webkit_support.gypi (revision 207553)
+++ webkit/support/webkit_support.gypi (working copy)
@@ -35,6 +35,7 @@
'glue',
'glue_child',
'glue_common',
+ 'glue_renderer',
'plugins',
'webkit_common',
'webkit_media',
@@ -119,6 +120,7 @@
'<(DEPTH)/ui/ui.gyp:ui',
'<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
'glue',
+ 'glue_renderer',
'webkit_support_gfx',
],
'export_dependent_settings': [
@@ -137,7 +139,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',
« no previous file with comments | « webkit/support/test_webkit_platform_support.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698