From f499e170777ed789fbe58f6697e3b5a46fa8deda Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Mon, 2 Mar 2009 23:24:06 +0000 Subject: Minor cleanup in webkit/glue: - created dom_operations_private.h for things that mention WebCore types that are only needed within webkit/glue. - moved contents of webkit_glue.h to the right locations. - moved FilePath::StringType <-> WebString conversion out of glue_util into webkit_glue since it is part of the public API. - minimized includes in webkit_glue.h R=dglazkov Review URL: http://codereview.chromium.org/27351 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10747 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/webkit.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'webkit/webkit.gyp') diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 8aac9ae..671d244 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -4184,6 +4184,7 @@ 'glue/debugger_bridge.h', 'glue/dom_operations.cc', 'glue/dom_operations.h', + 'glue/dom_operations_private.h', 'glue/dom_serializer.cc', 'glue/dom_serializer.h', 'glue/dom_serializer_delegate.h', -- cgit v1.1