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

Unified Diff: DEPS

Issue 193843002: Define angle_revision variable in DEPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
diff --git a/DEPS b/DEPS
index 130cdc6e19585d1538950724f59ee87bcb8929dc..92041ed747ed97832d5127c6089b2f75e5e8fc65 100644
--- a/DEPS
+++ b/DEPS
@@ -66,6 +66,10 @@ vars = {
# the commit queue can handle CLs rolling openssl
# and whatever else without interference from each other.
"openssl_revision": "253925",
+ # Three lines of non-changing comments so that
+ # the commit queue can handle CLs rolling ANGLE
+ # and whatever else without interference from each other.
+ "angle_revision": "fa63e947cb3eccf463648d21a05d5002c9b8adfa",
}
deps = {
@@ -82,8 +86,7 @@ deps = {
(Var("googlecode_url") % "googlemock") + "/trunk@410",
"src/third_party/angle":
- Var("chromium_git") +
- "/angle/angle.git@fa63e947cb3eccf463648d21a05d5002c9b8adfa",
+ Var("chromium_git") + "/angle/angle.git@" + Var("angle_revision"),
"src/third_party/trace-viewer":
(Var("googlecode_url") % "trace-viewer") + "/trunk@1203",
« 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