Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9d6e82a3605c083f58b009cc3fc30a3f2287ad77 |
| --- /dev/null |
| +++ b/DEPS |
| @@ -0,0 +1,17 @@ |
| +deps = { |
| + "pdfium/build/gyp": |
|
jam
2014/07/24 01:28:02
nit: sorry to nit, but let's do what chrome's src/
|
| + "http://gyp.googlecode.com/svn/trunk", |
| + |
| + "pdfium/v8": |
| + "http://v8.googlecode.com/svn/trunk", |
| + |
| + "pdfium/v8/third_party/icu": |
| + "https://src.chromium.org/chrome/trunk/deps/third_party/icu46", |
| + } |
| + |
| +deps_os = { |
| + "win": { |
| + "pdfium/v8/third_party/cygwin": |
| + "http://src.chromium.org/svn/trunk/deps/third_party/cygwin@231940", |
| + }, |
| + } |