diff options
author | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-01 08:12:36 +0000 |
---|---|---|
committer | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-01 08:12:36 +0000 |
commit | f227451227933636677ed66768bd9060a2a8c525 (patch) | |
tree | a81de75a6d18cfc1e90797dd66375c1083252ef7 | |
parent | e6efae3fd1d47fdf47d790208e66e257e9af275e (diff) | |
download | chromium_src-f227451227933636677ed66768bd9060a2a8c525.zip chromium_src-f227451227933636677ed66768bd9060a2a8c525.tar.gz chromium_src-f227451227933636677ed66768bd9060a2a8c525.tar.bz2 |
Roll the webkit deps 45403:45419
Includes a fix to the build due to a file renaming.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/150155
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19715 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/webkit.gyp | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "45403", + "webkit_revision": "45419", } diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index f5b82c6..55027f9 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -523,7 +523,7 @@ 'action_name': 'UserAgentStyleSheets', 'inputs': [ '../third_party/WebKit/WebCore/css/make-css-file-arrays.pl', - '../third_party/WebKit/WebCore/css/html4.css', + '../third_party/WebKit/WebCore/css/html.css', '../third_party/WebKit/WebCore/css/quirks.css', '../third_party/WebKit/WebCore/css/view-source.css', '../third_party/WebKit/WebCore/css/themeChromiumLinux.css', |