summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
authoryaar@chromium.org <yaar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-22 20:51:55 +0000
committeryaar@chromium.org <yaar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-22 20:51:55 +0000
commit14e66f1c33488f4683337b5424170d2a27c98c07 (patch)
tree37f9790e92a9a6348c44a6e8af312d9acdc3cd6f /webkit/webkit.gyp
parentd7907b48ead5556706846120288a4d1f9ff73dd2 (diff)
downloadchromium_src-14e66f1c33488f4683337b5424170d2a27c98c07.zip
chromium_src-14e66f1c33488f4683337b5424170d2a27c98c07.tar.gz
chromium_src-14e66f1c33488f4683337b5424170d2a27c98c07.tar.bz2
Move ContextMenuClientImpl to api/src
ISSUE: http://code.google.com/p/chromium/issues/detail?id=24611 Review URL: http://codereview.chromium.org/295054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29814 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index c505680..82a713f 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -199,6 +199,8 @@
'api/src/WebBindings.cpp',
'api/src/WebCache.cpp',
'api/src/WebColor.cpp',
+ 'api/src/WebContextMenuClientImpl.cpp',
+ 'api/src/WebContextMenuClientImpl.h',
'api/src/WebCrossOriginPreflightResultCache.cpp',
'api/src/WebCString.cpp',
'api/src/WebCursorInfo.cpp',
@@ -553,8 +555,6 @@
'glue/chrome_client_impl.cc',
'glue/chrome_client_impl.h',
'glue/context_menu.h',
- 'glue/context_menu_client_impl.cc',
- 'glue/context_menu_client_impl.h',
'glue/cpp_binding_example.cc',
'glue/cpp_binding_example.h',
'glue/cpp_bound_class.cc',