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

Unified Diff: DEPS

Issue 8921027: Push subsetter code upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update path to make build system happy Created 9 years 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/config/SkUserConfig.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index c71ee82131cf12a2e2e666dfbb86a179f9740b15..ef24bb49d99bf87c5968685da86fee950d97e20e 100644
--- a/DEPS
+++ b/DEPS
@@ -35,7 +35,7 @@ vars = {
"libvpx_revision": "109236",
"lss_revision": "9",
"ffmpeg_revision": "112050",
- "sfntly_revision": "117",
+ "sfntly_revision": "118",
"skia_revision": "2850",
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia
@@ -121,8 +121,8 @@ deps = {
Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
Var("nacl_revision"),
- "src/third_party/sfntly/src/sfntly":
- (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src/sfntly@" +
+ "src/third_party/sfntly/cpp/src":
vandebo (ex-Chrome) 2011/12/13 19:28:43 As we discussed, this directory structure is ugly.
+ (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" +
Var("sfntly_revision"),
"src/third_party/skia/src":
« no previous file with comments | « no previous file | skia/config/SkUserConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698