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

Unified Diff: DEPS

Issue 1247763002: [test] Pin v8-perf. Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 5 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 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": {
Sergiy Byelozyorov 2015/07/21 11:36:37 How does "os" value get computed? Is it in a confi
+ "v8-perf":
+ Var("git_internal_url") + "/v8/v8-perf.git" + "@" + "e4c8157f3fa11ee4fcccf779bf7769a374235161",
+ },
}
include_rules = [
« 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