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

Unified Diff: webkit/webkit.gyp

Issue 330021: Move glue/EditorClientImpl.h/cpp to webkit/api/src (Closed)
Patch Set: Patch 5 Created 11 years, 2 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
« webkit/api/src/EditorClientImpl.cpp ('K') | « webkit/glue/webview_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.gyp
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 1eeb24413ad4faf9923950857558e2cae8ed74ac..645edc809664e9cd13a3dfbebce63bf57d2c8920 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -174,6 +174,8 @@
'api/src/ChromiumThreading.cpp',
'api/src/DOMUtilitiesPrivate.cpp',
'api/src/DOMUtilitiesPrivate.h',
+ 'api/src/EditorClientImpl.cpp',
+ 'api/src/EditorClientImpl.h',
'api/src/gtk/WebFontInfo.cpp',
'api/src/gtk/WebFontInfo.h',
'api/src/gtk/WebInputEventFactory.cpp',
@@ -575,8 +577,6 @@
'glue/dom_serializer_delegate.h',
'glue/dragclient_impl.cc',
'glue/dragclient_impl.h',
- 'glue/editor_client_impl.cc',
- 'glue/editor_client_impl.h',
'glue/entity_map.cc',
'glue/entity_map.h',
'glue/form_data.h',
« webkit/api/src/EditorClientImpl.cpp ('K') | « webkit/glue/webview_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698