summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorsenorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-03 14:01:49 +0000
committersenorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-03 14:01:49 +0000
commitc6fb9c4673b12263b8ea54cf8b8df74091e4aa11 (patch)
tree9ef57e6e7a809b9defa3b7d947044ebe76870ddb /DEPS
parentec2ce2bbf5148677fd5ec296fb18e1aa4e7f873b (diff)
downloadchromium_src-c6fb9c4673b12263b8ea54cf8b8df74091e4aa11.zip
chromium_src-c6fb9c4673b12263b8ea54cf8b8df74091e4aa11.tar.gz
chromium_src-c6fb9c4673b12263b8ea54cf8b8df74091e4aa11.tar.bz2
Compile skia's drop of the GLU tesselator into Chrome, and add the
tesselated path renderer to the chrome build. Note that this does not actually turn on the tesselated path renderer, but makes it easier to do so later. BUG=none TEST=if it builds, you're happy Review URL: http://codereview.chromium.org/6992091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87775 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 0d2b6c4..6ccac80 100644
--- a/DEPS
+++ b/DEPS
@@ -96,6 +96,9 @@ deps = {
"src/third_party/skia/include":
(Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
+ "src/third_party/skia/third_party/glu":
+ (Var("googlecode_url") % "skia") + "/trunk/third_party/glu@" + Var("skia_revision"),
+
"src/third_party/WebKit/LayoutTests":
Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),