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

Unified Diff: DEPS

Issue 6473001: Import cairo and pixman (a dependency of cairo) into third_party/ on Win and ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 9 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 74308)
+++ DEPS (working copy)
@@ -5,7 +5,7 @@
# revs to match the version pulled-in by Chromium's own DEPS in the new rev.
"chromium_rev": "51794",
"chromium_breakpad_rev": "47985",
- "o3d_code_rev": "227",
+ "o3d_code_rev": "229",
"skia_rev": "586",
"gyp_rev": "820",
"gtest_rev": "408",
@@ -159,7 +159,20 @@
"third_party/python_24":
Var("chromium_trunk") + "/deps/third_party/python_24@19441",
+
+ "third_party/pixman":
+ "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/pixman@" + Var("o3d_code_rev"),
+
+ "third_party/cairo":
+ "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/cairo@" + Var("o3d_code_rev"),
},
+ "mac": {
+ "third_party/pixman":
+ "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/pixman@" + Var("o3d_code_rev"),
+
+ "third_party/cairo":
+ "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/cairo@" + Var("o3d_code_rev"),
+ },
"unix": {
# Linux, really.
"tools/xdisplaycheck":
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698