diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-20 20:59:47 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-20 20:59:47 +0000 |
commit | 887330f56e5224109c082c9ede522d3f52bcf1b7 (patch) | |
tree | dd9dccca0ac0c4df8753208d9f7c30d81889f5cc /DEPS | |
parent | f0c947d9619c86e5ed0f224fa3df8add6ae7da4e (diff) | |
download | chromium_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-- | DEPS | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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"), |