summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-13 21:16:00 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-13 21:16:00 +0000
commitb19f1cd7bf78c0d8cf23483d4bbf82466d93372e (patch)
tree46d59107f0ed72492f2479b6e3a9ad45e88de9a0 /webkit/webkit.gyp
parentede1b12edcf6744339f9286918ecb852bf3e4bb5 (diff)
downloadchromium_src-b19f1cd7bf78c0d8cf23483d4bbf82466d93372e.zip
chromium_src-b19f1cd7bf78c0d8cf23483d4bbf82466d93372e.tar.gz
chromium_src-b19f1cd7bf78c0d8cf23483d4bbf82466d93372e.tar.bz2
Linux: GYP fixes
This is the fix of tweaks to the GYP files needed to build test_shell. Review URL: http://codereview.chromium.org/42179 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11670 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp5
1 files changed, 3 insertions, 2 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 970a59e8..5aff133 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -2052,7 +2052,6 @@
'../third_party/WebKit/WebCore/platform/chromium/WidgetChromium.cpp',
'../third_party/WebKit/WebCore/platform/chromium/WindowsVersion.cpp',
'../third_party/WebKit/WebCore/platform/chromium/WindowsVersion.h',
- '../third_party/WebKit/WebCore/platform/chromium/gtkdrawing.h',
'../third_party/WebKit/WebCore/platform/graphics/cairo/CairoPath.h',
'../third_party/WebKit/WebCore/platform/graphics/cairo/FontCairo.cpp',
'../third_party/WebKit/WebCore/platform/graphics/cairo/GradientCairo.cpp',
@@ -3856,6 +3855,9 @@
'../third_party/WebKit/WebCore/plugins/PluginView.cpp',
'../third_party/WebKit/WebCore/plugins/npapi.cpp',
+ # Use LinkHashChromium.cpp instead
+ '../third_party/WebKit/WebCore/platform/LinkHash.cpp',
+
# Don't build these.
# TODO(mark): I don't know exactly why these are excluded. It would
# be nice to provide more explicit comments. Some of these do actually
@@ -4324,7 +4326,6 @@
'glue/simple_webmimeregistry_impl.h',
'glue/stacking_order_iterator.cc',
'glue/stacking_order_iterator.h',
- 'glue/tools_proxy.h',
'glue/webclipboard_impl.cc',
'glue/webclipboard_impl.h',
'glue/webcursor.cc',