summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-20 20:59:47 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-20 20:59:47 +0000
commit887330f56e5224109c082c9ede522d3f52bcf1b7 (patch)
treedd9dccca0ac0c4df8753208d9f7c30d81889f5cc /DEPS
parentf0c947d9619c86e5ed0f224fa3df8add6ae7da4e (diff)
downloadchromium_src-887330f56e5224109c082c9ede522d3f52bcf1b7.zip
chromium_src-887330f56e5224109c082c9ede522d3f52bcf1b7.tar.gz
chromium_src-887330f56e5224109c082c9ede522d3f52bcf1b7.tar.bz2
Revert "Add gpu/ files from the public skia project into the chrome build."
This reverts commit r71998. It was committed by error by the commit bot. BUG= TEST= Review URL: http://codereview.chromium.org/6351011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72000 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS5
1 files changed, 1 insertions, 4 deletions
diff --git a/DEPS b/DEPS
index acdbc8f..e286554 100644
--- a/DEPS
+++ b/DEPS
@@ -11,7 +11,7 @@ vars = {
"libjingle_revision": "50",
"libvpx_revision": "65287",
"ffmpeg_revision": "71842",
- "skia_revision": "716",
+ "skia_revision": "699",
}
deps = {
@@ -66,9 +66,6 @@ deps = {
Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
Var("nacl_revision"),
- "src/third_party/skia/gpu":
- (Var("googlecode_url") % "skia") + "/trunk/gpu@" + Var("skia_revision"),
-
"src/third_party/skia/src":
(Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),