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