Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Unified Diff: DEPS

Issue 6357006: Add gpu/ files from the public skia project into the chrome build. This is in... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | skia/skia.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 71995)
+++ DEPS (working copy)
@@ -11,7 +11,7 @@
"libjingle_revision": "50",
"libvpx_revision": "65287",
"ffmpeg_revision": "71842",
- "skia_revision": "699",
+ "skia_revision": "716",
}
deps = {
@@ -66,6 +66,9 @@
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"),
« no previous file with comments | « no previous file | skia/skia.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698