Index: DEPS |
diff --git a/DEPS b/DEPS |
index f124a3ebd91055df541df1f27335035bd0fac0f9..f1cdb594494c3be2777b5a2c57a971bc48d09d81 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -11,6 +11,9 @@ deps = { |
Var("git_url") + "/external/gyp.git" + "@" + "6ee91ad8659871916f9aa840d42e1513befdf638", |
"v8/third_party/icu": |
Var("git_url") + "/chromium/deps/icu.git" + "@" + "89dcdec16381883782b9cc9cff38e00f047a0f46", |
+ # Will change to chromium mirror of WebAssembly before landing. |
+ "v8/third_party/wasm": |
Michael Starzinger
2015/08/18 14:20:40
Can we for now not pull this dependency? People wo
bradn
2015/08/18 14:42:44
Yep, make sense.
Done.
|
+ "https://github.com/flagxor/v8-native-prototype.git"+ "@" + "7f2d64a953786e25e6466c0dc9641e72e46289f6", |
"v8/buildtools": |
Var("git_url") + "/chromium/buildtools.git" + "@" + "565d04e8741429fb1b4f26d102f2c6c3b849edeb", |
"v8/testing/gtest": |