Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # DEPS file for the standalone PDFium build. This file is only used in the | |
| 2 # 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
| |
| 1 use_relative_paths = True | 3 use_relative_paths = True |
| 2 | 4 |
| 3 deps = { | 5 deps = { |
| 4 "build/gyp": | 6 "build/gyp": |
| 5 "https://chromium.googlesource.com/external/gyp", | 7 "https://chromium.googlesource.com/external/gyp", |
| 6 | 8 |
| 9 "testing/gtest": | |
| 10 "https://chromium.googlesource.com/external/googletest.git@8245545b6dc9c470 3e6496d1efd19e975ad2b038", | |
| 11 | |
| 7 "v8": | 12 "v8": |
| 8 "https://chromium.googlesource.com/external/v8", | 13 "https://chromium.googlesource.com/external/v8", |
| 9 | 14 |
| 10 "v8/third_party/icu": | 15 "v8/third_party/icu": |
| 11 "https://chromium.googlesource.com/chromium/deps/icu46", | 16 "https://chromium.googlesource.com/chromium/deps/icu46", |
| 12 } | 17 } |
| 13 | 18 |
| 14 deps_os = { | 19 deps_os = { |
| 15 "win": { | 20 "win": { |
| 16 "v8/third_party/cygwin": | 21 "v8/third_party/cygwin": |
| 17 "https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf 3a10ff1007a97c0b7de6df", | 22 "https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf 3a10ff1007a97c0b7de6df", |
| 18 }, | 23 }, |
| 19 } | 24 } |
| OLD | NEW |