summaryrefslogtreecommitdiffstats
path: root/webkit/port
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-27 18:45:15 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-27 18:45:15 +0000
commit9bd47420c0bc5ce8688f7a2b5fdf9676fa7788a9 (patch)
treee78039d8958924e994615dc9d542300b6103f3d6 /webkit/port
parent7f280011f1b3401b7d2003b1e3cf66f60dc0a85d (diff)
downloadchromium_src-9bd47420c0bc5ce8688f7a2b5fdf9676fa7788a9.zip
chromium_src-9bd47420c0bc5ce8688f7a2b5fdf9676fa7788a9.tar.gz
chromium_src-9bd47420c0bc5ce8688f7a2b5fdf9676fa7788a9.tar.bz2
Search box support, Chromium side.BUG=9210
Review URL: http://codereview.chromium.org/42678 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12680 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/port')
-rw-r--r--webkit/port/DerivedSources.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/port/DerivedSources.make b/webkit/port/DerivedSources.make
index 076d228..227aa5e 100644
--- a/webkit/port/DerivedSources.make
+++ b/webkit/port/DerivedSources.make
@@ -1018,7 +1018,7 @@ XPathGrammar.cpp : xml/XPathGrammar.y $(PROJECT_FILE)
# user agent style sheets
-USER_AGENT_STYLE_SHEETS = $(WebCore)/css/html4.css $(WebCore)/css/quirks.css $(WebCore)/css/view-source.css $(WebCore)/css/themeChromiumWin.css $(WebCore)/css/themeWinQuirks.css
+USER_AGENT_STYLE_SHEETS = $(WebCore)/css/html4.css $(WebCore)/css/quirks.css $(WebCore)/css/view-source.css $(WebCore)/css/themeWin.css $(WebCore)/css/themeWinQuirks.css
ifeq ($(findstring ENABLE_SVG,$(FEATURE_DEFINES)), ENABLE_SVG)
USER_AGENT_STYLE_SHEETS := $(USER_AGENT_STYLE_SHEETS) $(WebCore)/css/svg.css