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

Unified Diff: DEPS

Issue 3150001: o3d: Use nacl from o3d codesite (Closed)
Patch Set: . Created 10 years, 4 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 62cb1573a3492eeaffcc1a37da9d773f79a172d4..02e35fb212fa2e6da0f58752a4e021c8b4499f76 100644
--- a/DEPS
+++ b/DEPS
@@ -5,14 +5,13 @@ vars = {
# 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": "207",
+ "o3d_code_rev": "212",
"skia_rev": "586",
"gyp_rev": "820",
"gtest_rev": "408",
"gflags_rev": "30",
"breakpad_rev": "604",
"v8_rev": "5017",
- "nacl_rev": "2500",
}
deps = {
@@ -123,7 +122,7 @@ deps = {
Var("chromium_trunk") + "/src/ipc@" + Var("chromium_rev"),
"native_client":
- "http://nativeclient.googlecode.com/svn/trunk/src/native_client@" + Var("nacl_rev"),
+ "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/native_client@" + Var("o3d_code_rev"),
"net":
Var("chromium_trunk") + "/src/net@" + Var("chromium_rev"),
« 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