Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index 2c1ef73bcf1942ee135d28e29ffc05d184769a84..a5648438a29452b8132c925c35130f6a7ab01332 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -1,9 +1,14 @@ |
| +# DEPS file for the standalone PDFium build. This file is only used in the |
| +# standalone case, not when building as part of chromium. |
|
Nico
2015/01/05 22:58:01
This is not 100% true – if this file had an includ
|
| use_relative_paths = True |
| deps = { |
| "build/gyp": |
| "https://chromium.googlesource.com/external/gyp", |
| + "testing/gtest": |
| + "https://chromium.googlesource.com/external/googletest.git@8245545b6dc9c4703e6496d1efd19e975ad2b038", |
| + |
| "v8": |
| "https://chromium.googlesource.com/external/v8", |