Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 deps = { | |
| 2 "pdfium/build/gyp": | |
| 3 "https://chromium.googlesource.com/external/gyp/", | |
|
agable
2014/07/30 17:05:56
no trailing slash
| |
| 4 | |
| 5 "pdfium/v8": | |
| 6 "https://chromium.googlesource.com/external/v8/", | |
|
agable
2014/07/30 17:05:56
no trailing slash
| |
| 7 | |
| 8 "pdfium/v8/third_party/icu": | |
| 9 "https://chromium.googlesource.com/chromium/deps/icu46", | |
| 10 } | |
| 11 | |
| 12 deps_os = { | |
| 13 "win": { | |
| 14 "pdfium/v8/third_party/cygwin": | |
| 15 "https://chromium.googlesource.com/chromium/deps/icu46@fffc215567216e09f56 578b254a56668f1c89add", | |
|
agable
2014/07/30 17:05:56
you accidentally replaced 'third_party/cygwin' wit
| |
| 16 }, | |
| 17 } | |
| OLD | NEW |