diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-01 21:38:18 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-01 21:38:18 +0000 |
commit | 1ec9e29fa56824b22150ea14aa7d4da5c22b0250 (patch) | |
tree | ab8f1f9b957aeddc0891e127d2a3c2e6c4f05d2c /DEPS | |
parent | d05ef99c71c3d4db779be737102807cbab88ca45 (diff) | |
download | chromium_src-1ec9e29fa56824b22150ea14aa7d4da5c22b0250.zip chromium_src-1ec9e29fa56824b22150ea14aa7d4da5c22b0250.tar.gz chromium_src-1ec9e29fa56824b22150ea14aa7d4da5c22b0250.tar.bz2 |
DEPS: add a comment describing what third_party/WebKit is
This has confused both me and an officemate independently.
Also update the dep to a newer version of our third_party/WebKit
that has the obsolete README deleted.
Review URL: http://codereview.chromium.org/6368030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73345 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -39,8 +39,12 @@ deps = { "src/third_party/angle": (Var("googlecode_url") % "angleproject") + "/trunk@551", + # Note that this is *not* where we check out WebKit -- this just + # puts some extra files into place for the real WebKit checkout to + # happen. See lines mentioning "webkit_revision" for the real + # WebKit checkout. "src/third_party/WebKit": - "/trunk/deps/third_party/WebKit@71605", + "/trunk/deps/third_party/WebKit@73335", "src/third_party/icu": "/trunk/deps/third_party/icu42@69864", |