| OLD | NEW |
| 1 deps = { | 1 deps = { |
| 2 "build/gyp": | 2 "build/gyp": |
| 3 "https://chromium.googlesource.com/external/gyp", | 3 "https://chromium.googlesource.com/external/gyp", |
| 4 | 4 |
| 5 "buildtools": |
| 6 "https://chromium.googlesource.com/chromium/buildtools.git@46ce8cb60364e9e0b
21a81136c7debdddfd063a8", |
| 7 |
| 5 "testing/corpus": | 8 "testing/corpus": |
| 6 "https://pdfium.googlesource.com/pdfium_tests@73e1d0c915fe574a470fcbc76dd36
246ac9fec45", | 9 "https://pdfium.googlesource.com/pdfium_tests@73e1d0c915fe574a470fcbc76dd36
246ac9fec45", |
| 7 | 10 |
| 8 "testing/gmock": | 11 "testing/gmock": |
| 9 "https://chromium.googlesource.com/external/googlemock.git@29763965ab52f245
65299976b936d1265cb6a271", | 12 "https://chromium.googlesource.com/external/googlemock.git@29763965ab52f245
65299976b936d1265cb6a271", |
| 10 | 13 |
| 11 "testing/gtest": | 14 "testing/gtest": |
| 12 "https://chromium.googlesource.com/external/googletest.git@8245545b6dc9c470
3e6496d1efd19e975ad2b038", | 15 "https://chromium.googlesource.com/external/googletest.git@8245545b6dc9c470
3e6496d1efd19e975ad2b038", |
| 13 | 16 |
| 14 "v8": | 17 "v8": |
| 15 "https://chromium.googlesource.com/v8/v8.git", | 18 "https://chromium.googlesource.com/v8/v8.git", |
| 16 | 19 |
| 17 "v8/third_party/icu": | 20 "v8/third_party/icu": |
| 18 "https://chromium.googlesource.com/chromium/deps/icu46", | 21 "https://chromium.googlesource.com/chromium/deps/icu46", |
| 19 } | 22 } |
| 20 | 23 |
| 21 deps_os = { | 24 deps_os = { |
| 22 "win": { | 25 "win": { |
| 23 "v8/third_party/cygwin": | 26 "v8/third_party/cygwin": |
| 24 "https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf
3a10ff1007a97c0b7de6df", | 27 "https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf
3a10ff1007a97c0b7de6df", |
| 25 }, | 28 }, |
| 26 } | 29 } |
| 30 |
| 31 include_rules = [ |
| 32 '+core/include', |
| 33 '+fpdfsdk/include', |
| 34 '+public', |
| 35 '+testing', |
| 36 '+third_party/base', |
| 37 ] |
| OLD | NEW |