Reviewers: jochen, Sergiy Byelozyorov,
Message:
PTAL
https://codereview.chromium.org/1247763002/diff/1/DEPS
File DEPS (right):
https://codereview.chromium.org/1247763002/diff/1/DEPS#newcode25
DEPS:25: deps_os = {
I'd love to rename this to "conditional_deps", but I guess that'll
snowball a lot.
Description:
[test] Pin v8-perf.
BUG=chromium:512359
NOTRY=true
Please review this at https://codereview.chromium.org/1247763002/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+6, -1 lines):
M DEPS
Index: DEPS
diff --git a/DEPS b/DEPS
index
9cdd6a9e04bded2698113f07bae43e0b3fab1d27..f2e2d496220033af4b3bcbd1560559b334799dc3
100644
--- a/DEPS
+++ b/DEPS
@@ -4,6 +4,7 @@
vars = {
"git_url": "https://chromium.googlesource.com",
+ "git_internal_url": "https://chrome-internal.googlesource.com",
}
deps = {
@@ -29,7 +30,11 @@ deps_os = {
"win": {
"v8/third_party/cygwin":
Var("git_url") + "/chromium/deps/cygwin.git" + "@"
+ "c89e446b273697fadf3a10ff1007a97c0b7de6df",
- }
+ },
+ "perf-internal": {
+ "v8-perf":
+ Var("git_internal_url") + "/v8/v8-perf.git" + "@"
+ "e4c8157f3fa11ee4fcccf779bf7769a374235161",
+ },
}
include_rules = [
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.