OLD | NEW |
1 use_relative_paths = True | 1 use_relative_paths = True |
2 | 2 |
| 3 vars = { |
| 4 'chromium_git': 'https://chromium.googlesource.com', |
| 5 'pdfium_git': 'https://pdfium.googlesource.com', |
| 6 |
| 7 'buildtools_revision': 'c2f259809d5ede3275df5ea0842f0431990c4f98', |
| 8 'cygwin_revision': 'c89e446b273697fadf3a10ff1007a97c0b7de6df', |
| 9 'gmock_revision': '29763965ab52f24565299976b936d1265cb6a271', |
| 10 'gtest_revision': '8245545b6dc9c4703e6496d1efd19e975ad2b038', |
| 11 'icu_revision': '8d342a405be5ae8aacb1e16f0bc31c3a4fbf26a2', |
| 12 'pdfium_tests_revision': 'bafb069353f96d441c6a37786d18cd9f5407937f', |
| 13 'skia_revision': 'ed854fb897fa134f2f64738a75293502fdcf1af2', |
| 14 'trace_event_revision': 'd83d44b13d07c2fd0a40101a7deef9b93b841732', |
| 15 'v8_revision': '3c3d7e7be80f45eeea0dc74a71d7552e2afc2985', |
| 16 |
| 17 } |
| 18 |
3 deps = { | 19 deps = { |
4 "build/gyp": | 20 "build/gyp": |
5 "https://chromium.googlesource.com/external/gyp", | 21 Var('chromium_git') + "/external/gyp", |
6 | 22 |
7 "buildtools": | 23 "buildtools": |
8 "https://chromium.googlesource.com/chromium/buildtools.git@c2f259809d5ede327
5df5ea0842f0431990c4f98", | 24 Var('chromium_git') + "/chromium/buildtools.git@" + Var('buildtools_revision
'), |
9 | 25 |
10 "testing/corpus": | 26 "testing/corpus": |
11 "https://pdfium.googlesource.com/pdfium_tests@bafb069353f96d441c6a37786d18c
d9f5407937f", | 27 Var('pdfium_git') + "/pdfium_tests@" + Var('pdfium_tests_revision'), |
12 | 28 |
13 "testing/gmock": | 29 "testing/gmock": |
14 "https://chromium.googlesource.com/external/googlemock.git@29763965ab52f245
65299976b936d1265cb6a271", | 30 Var('chromium_git') + "/external/googlemock.git@" + Var('gmock_revision'), |
15 | 31 |
16 "testing/gtest": | 32 "testing/gtest": |
17 "https://chromium.googlesource.com/external/googletest.git@8245545b6dc9c470
3e6496d1efd19e975ad2b038", | 33 Var('chromium_git') + "/external/googletest.git@" + Var('gtest_revision'), |
| 34 |
| 35 "third_party/skia": |
| 36 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), |
18 | 37 |
19 "tools/clang": | 38 "tools/clang": |
20 "https://chromium.googlesource.com/chromium/src/tools/clang", | 39 Var('chromium_git') + "/chromium/src/tools/clang", |
21 | 40 |
22 "v8": | 41 "v8": |
23 "https://chromium.googlesource.com/v8/v8.git@3c3d7e7be80f45eeea0dc74a71d7552
e2afc2985", | 42 Var('chromium_git') + "/v8/v8.git@" + Var('v8_revision'), |
24 | 43 |
25 "v8/base/trace_event/common": | 44 "v8/base/trace_event/common": |
26 "https://chromium.googlesource.com/chromium/src/base/trace_event/common.git@
d83d44b13d07c2fd0a40101a7deef9b93b841732", | 45 Var('chromium_git') + "/chromium/src/base/trace_event/common.git@" + Var('tr
ace_event_revision'), |
27 | 46 |
28 "v8/third_party/icu": | 47 "v8/third_party/icu": |
29 "https://chromium.googlesource.com/chromium/deps/icu.git@8d342a405be5ae8aacb
1e16f0bc31c3a4fbf26a2", | 48 Var('chromium_git') + "/chromium/deps/icu.git@" + Var('icu_revision'), |
30 } | 49 } |
31 | 50 |
32 deps_os = { | 51 deps_os = { |
33 "win": { | 52 "win": { |
34 "v8/third_party/cygwin": | 53 "v8/third_party/cygwin": |
35 "https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf
3a10ff1007a97c0b7de6df", | 54 Var('chromium_git') + "/chromium/deps/cygwin@" + Var('cygwin_revision'), |
36 }, | 55 }, |
37 } | 56 } |
38 | 57 |
39 include_rules = [ | 58 include_rules = [ |
40 # Basic stuff that everyone can use. | 59 # Basic stuff that everyone can use. |
41 # Note: public is not here because core cannot depend on public. | 60 # Note: public is not here because core cannot depend on public. |
42 '+testing', | 61 '+testing', |
43 '+third_party/base', | 62 '+third_party/base', |
44 ] | 63 ] |
45 | 64 |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 '-s', 'pdfium/buildtools/linux64/clang-format.sha1', | 103 '-s', 'pdfium/buildtools/linux64/clang-format.sha1', |
85 ], | 104 ], |
86 }, | 105 }, |
87 { | 106 { |
88 # Pull clang if needed or requested via GYP_DEFINES. | 107 # Pull clang if needed or requested via GYP_DEFINES. |
89 'name': 'clang', | 108 'name': 'clang', |
90 'pattern': '.', | 109 'pattern': '.', |
91 'action': ['python', 'pdfium/tools/clang/scripts/update.py', '--if-needed'], | 110 'action': ['python', 'pdfium/tools/clang/scripts/update.py', '--if-needed'], |
92 }, | 111 }, |
93 ] | 112 ] |
OLD | NEW |