Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index ab27df09526f2bed050990c4dedea7590ad7e9f2..d603fd4d239d5af666e46d1ccd02af5cbf2a407f 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -20,7 +20,10 @@ deps = { |
| "https://chromium.googlesource.com/chromium/src/tools/clang", |
| "v8": |
| - "https://chromium.googlesource.com/v8/v8.git@96cb90983775bfce634271a70180fdd1bfc23099", |
| + "https://chromium.googlesource.com/v8/v8.git@d95511c57ffb9f61dec8013dfb444c3affa375fe", |
| + |
| + "v8/base/trace_event/common": |
|
jochen (gone - plz use gerrit)
2016/01/08 14:48:20
i'm surprised that this is v8/base/... and not bas
Lei Zhang
2016/01/08 22:18:29
I'm guessing "use_relative_paths = True" on line 1
|
| + "https://chromium.googlesource.com/chromium/src/base/trace_event/common.git@d83d44b13d07c2fd0a40101a7deef9b93b841732", |
| "v8/third_party/icu": |
| "https://chromium.googlesource.com/chromium/deps/icu.git@8d342a405be5ae8aacb1e16f0bc31c3a4fbf26a2", |
|
jochen (gone - plz use gerrit)
2016/01/08 14:48:20
same here. I thought v8 includes ICU relative to t
|