Chromium Code Reviews| 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 = [ |