Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..75fc8f70945b97774f7afb3fea484193bb02b7e9 |
| --- /dev/null |
| +++ b/DEPS |
| @@ -0,0 +1,17 @@ |
| +deps = { |
| + "pdfium/build/gyp": |
| + "https://chromium.googlesource.com/external/gyp/", |
|
agable
2014/07/30 17:05:56
no trailing slash
|
| + |
| + "pdfium/v8": |
| + "https://chromium.googlesource.com/external/v8/", |
|
agable
2014/07/30 17:05:56
no trailing slash
|
| + |
| + "pdfium/v8/third_party/icu": |
| + "https://chromium.googlesource.com/chromium/deps/icu46", |
| +} |
| + |
| +deps_os = { |
| + "win": { |
| + "pdfium/v8/third_party/cygwin": |
| + "https://chromium.googlesource.com/chromium/deps/icu46@fffc215567216e09f56578b254a56668f1c89add", |
|
agable
2014/07/30 17:05:56
you accidentally replaced 'third_party/cygwin' wit
|
| + }, |
| +} |