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

Unified Diff: DEPS

Issue 1294543006: Allowing optional build of a WASM prototype behind a gyp define. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: merge Created 5 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 | build/features.gypi » ('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 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":
« no previous file with comments | « no previous file | build/features.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698