Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 deps = { | |
| 2 "pdfium/build/gyp": | |
|
jam
2014/07/24 01:28:02
nit: sorry to nit, but let's do what chrome's src/
| |
| 3 "http://gyp.googlecode.com/svn/trunk", | |
| 4 | |
| 5 "pdfium/v8": | |
| 6 "http://v8.googlecode.com/svn/trunk", | |
| 7 | |
| 8 "pdfium/v8/third_party/icu": | |
| 9 "https://src.chromium.org/chrome/trunk/deps/third_party/icu46", | |
| 10 } | |
| 11 | |
| 12 deps_os = { | |
| 13 "win": { | |
| 14 "pdfium/v8/third_party/cygwin": | |
| 15 "http://src.chromium.org/svn/trunk/deps/third_party/cygwin@231940", | |
| 16 }, | |
| 17 } | |
| OLD | NEW |