diff options
author | yaar@chromium.org <yaar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-27 22:41:42 +0000 |
---|---|---|
committer | yaar@chromium.org <yaar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-27 22:41:42 +0000 |
commit | 3845f63c7a70891a6ed6c32f04968b54e5c6d1be (patch) | |
tree | 8a851c0f3b7856aee10cff771baa405910aa1c27 /webkit/webkit.gyp | |
parent | 301d13e7464932720554613443c79d2dea15f73f (diff) | |
download | chromium_src-3845f63c7a70891a6ed6c32f04968b54e5c6d1be.zip chromium_src-3845f63c7a70891a6ed6c32f04968b54e5c6d1be.tar.gz chromium_src-3845f63c7a70891a6ed6c32f04968b54e5c6d1be.tar.bz2 |
Move glue/EditorClientImpl.h/cpp to webkit/api/src
Review URL: http://codereview.chromium.org/330021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30270 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 1ed3ef22..344223e 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -182,6 +182,8 @@ 'api/src/DOMUtilitiesPrivate.h', 'api/src/DragClientImpl.cpp', 'api/src/DragClientImpl.h', + 'api/src/EditorClientImpl.cpp', + 'api/src/EditorClientImpl.h', 'api/src/gtk/WebFontInfo.cpp', 'api/src/gtk/WebFontInfo.h', 'api/src/gtk/WebInputEventFactory.cpp', @@ -580,8 +582,8 @@ 'glue/dom_serializer.cc', 'glue/dom_serializer.h', 'glue/dom_serializer_delegate.h', - 'glue/editor_client_impl.cc', - 'glue/editor_client_impl.h', + 'glue/dragclient_impl.cc', + 'glue/dragclient_impl.h', 'glue/entity_map.cc', 'glue/entity_map.h', 'glue/form_data.h', |