Lei Zhang | e4bf834 | 2015-10-21 17:11:04 -0700 | [diff] [blame] | 1 | use_relative_paths = True |
| 2 | |
Dan Sinclair | a03c343 | 2016-03-16 15:35:20 -0400 | [diff] [blame] | 3 | vars = { |
| 4 | 'chromium_git': 'https://chromium.googlesource.com', |
| 5 | 'pdfium_git': 'https://pdfium.googlesource.com', |
| 6 | |
thestig | 50feafc | 2016-11-09 23:45:50 -0800 | [diff] [blame] | 7 | 'android_ndk_revision': '26d93ec07f3ce2ec2cdfeae1b21ee6f12ff868d8', |
Lei Zhang | 1748c4f | 2017-08-17 01:47:20 -0700 | [diff] [blame] | 8 | 'build_revision': 'bee933aa41e29016998f5fbdd05cc2ce457e28c5', |
Lei Zhang | 19319b7 | 2017-08-17 01:31:18 -0700 | [diff] [blame] | 9 | 'buildtools_revision': 'f90f6a5af3e8cf843395bfe6243cf606f71b5344', |
jbudorick | 2430b30 | 2016-11-23 15:43:09 -0800 | [diff] [blame] | 10 | 'catapult_revision': '86352b966b0245d6883e5f7df27687856978b6d7', |
Lei Zhang | 1748c4f | 2017-08-17 01:47:20 -0700 | [diff] [blame] | 11 | 'clang_revision': 'a1420b85586c1fa3eaf68808bbb095334d2d271d', |
Dan Sinclair | a03c343 | 2016-03-16 15:35:20 -0400 | [diff] [blame] | 12 | 'cygwin_revision': 'c89e446b273697fadf3a10ff1007a97c0b7de6df', |
Nicolas Pena | 964e56b | 2017-08-03 11:48:11 -0400 | [diff] [blame] | 13 | 'freetype_revision': '7e50824288fac5a36c2938fdb3e1c949ea53f982', |
dsinclair | 11988d7 | 2016-05-04 10:17:00 -0700 | [diff] [blame] | 14 | 'gen_library_loader_revision': '916d4acd8b2cde67a390737dfba90b3c37de23a1', |
Dan Sinclair | a03c343 | 2016-03-16 15:35:20 -0400 | [diff] [blame] | 15 | 'gmock_revision': '29763965ab52f24565299976b936d1265cb6a271', |
| 16 | 'gtest_revision': '8245545b6dc9c4703e6496d1efd19e975ad2b038', |
Lei Zhang | aec423b | 2017-08-17 10:30:43 -0700 | [diff] [blame] | 17 | 'icu_revision': '08cb956852a5ccdba7f9c941728bb833529ba3c6', |
Lei Zhang | a0b16ec | 2017-08-17 10:36:43 -0700 | [diff] [blame] | 18 | 'instrumented_lib_revision': '644afd349826cb68204226a16c38bde13abe9c3c', |
Dale Curtis | c758d9d | 2017-04-06 14:10:09 -0700 | [diff] [blame] | 19 | 'jinja2_revision': 'd34383206fa42d52faa10bb9931d6d538f3a57e0', |
Lei Zhang | 0e5d892 | 2017-04-06 21:43:50 -0700 | [diff] [blame] | 20 | 'jpeg_turbo_revision': '7260e4d8b8e1e40b17f03fafdf1cd83296900f76', |
Dale Curtis | c758d9d | 2017-04-06 14:10:09 -0700 | [diff] [blame] | 21 | 'markupsafe_revision': '8f45f5cfa0009d2a70589bcda0349b8cb2b72783', |
Nicolas Pena | 0bd8472 | 2017-08-14 10:36:01 -0400 | [diff] [blame] | 22 | 'pdfium_tests_revision': '056a182ccff4c6f21e80f70a5601706dece34d84', |
Lei Zhang | b5df8a5 | 2017-08-17 10:40:43 -0700 | [diff] [blame] | 23 | 'skia_revision': 'e0e20755f6c09b71038ced2bf4a00b4c4593f504', |
dsinclair | fb96900 | 2016-05-31 12:55:32 -0700 | [diff] [blame] | 24 | 'tools_memory_revision': '427f10475e1a8d72424c29d00bf689122b738e5d', |
thestig | 08959c6 | 2016-11-10 13:19:23 -0800 | [diff] [blame] | 25 | 'trace_event_revision': '06294c8a4a6f744ef284cd63cfe54dbf61eea290', |
Lei Zhang | 00ff0b3 | 2017-08-17 01:39:52 -0700 | [diff] [blame] | 26 | 'v8_revision': '4931eb42e8a934941dc60d8f7dc510c08d7bc2c6', |
Lei Zhang | e20e80a | 2017-08-17 12:23:40 -0700 | [diff] [blame^] | 27 | 'yasm_source_revision': 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', |
Nicolas Pena | b1a794a | 2017-08-11 16:14:28 -0400 | [diff] [blame] | 28 | 'zlib_revision': '718f686437b89038ac83525f4f1b1888aadd9bfc', |
Dan Sinclair | a03c343 | 2016-03-16 15:35:20 -0400 | [diff] [blame] | 29 | } |
| 30 | |
Aneesh Mulye | 2ee9c3a | 2014-08-06 18:11:02 -0700 | [diff] [blame] | 31 | deps = { |
thestig | 5fec597 | 2016-08-30 06:39:40 -0700 | [diff] [blame] | 32 | "base/trace_event/common": |
| 33 | Var('chromium_git') + "/chromium/src/base/trace_event/common.git@" + |
| 34 | Var('trace_event_revision'), |
| 35 | |
dsinclair | 685bb88 | 2016-04-20 07:32:39 -0700 | [diff] [blame] | 36 | "build": |
| 37 | Var('chromium_git') + "/chromium/src/build.git@" + Var('build_revision'), |
Aneesh Mulye | 2ee9c3a | 2014-08-06 18:11:02 -0700 | [diff] [blame] | 38 | |
Tom Sepez | 4c0e275 | 2015-06-05 13:46:08 -0700 | [diff] [blame] | 39 | "buildtools": |
Lei Zhang | eb39cdb | 2017-03-31 12:26:15 -0700 | [diff] [blame] | 40 | Var('chromium_git') + "/chromium/buildtools.git@" + |
| 41 | Var('buildtools_revision'), |
Tom Sepez | 4c0e275 | 2015-06-05 13:46:08 -0700 | [diff] [blame] | 42 | |
Tom Sepez | 9519ab2 | 2015-03-16 15:27:19 -0700 | [diff] [blame] | 43 | "testing/corpus": |
Dan Sinclair | a03c343 | 2016-03-16 15:35:20 -0400 | [diff] [blame] | 44 | Var('pdfium_git') + "/pdfium_tests@" + Var('pdfium_tests_revision'), |
Tom Sepez | 9519ab2 | 2015-03-16 15:27:19 -0700 | [diff] [blame] | 45 | |
Tom Sepez | a310e00 | 2015-02-27 13:03:07 -0800 | [diff] [blame] | 46 | "testing/gmock": |
Dan Sinclair | a03c343 | 2016-03-16 15:35:20 -0400 | [diff] [blame] | 47 | Var('chromium_git') + "/external/googlemock.git@" + Var('gmock_revision'), |
Tom Sepez | a310e00 | 2015-02-27 13:03:07 -0800 | [diff] [blame] | 48 | |
Tom Sepez | 22ee248 | 2015-01-07 10:04:16 -0800 | [diff] [blame] | 49 | "testing/gtest": |
Dan Sinclair | a03c343 | 2016-03-16 15:35:20 -0400 | [diff] [blame] | 50 | Var('chromium_git') + "/external/googletest.git@" + Var('gtest_revision'), |
| 51 | |
Lei Zhang | eb39cdb | 2017-03-31 12:26:15 -0700 | [diff] [blame] | 52 | "third_party/freetype/src": |
| 53 | Var('chromium_git') + '/chromium/src/third_party/freetype2.git@' + |
| 54 | Var('freetype_revision'), |
| 55 | |
dsinclair | 685bb88 | 2016-04-20 07:32:39 -0700 | [diff] [blame] | 56 | "third_party/icu": |
| 57 | Var('chromium_git') + "/chromium/deps/icu.git@" + Var('icu_revision'), |
| 58 | |
weili | 62f3673 | 2016-10-14 16:59:40 -0700 | [diff] [blame] | 59 | "third_party/instrumented_libraries": |
Lei Zhang | eb39cdb | 2017-03-31 12:26:15 -0700 | [diff] [blame] | 60 | Var('chromium_git') + |
| 61 | "/chromium/src/third_party/instrumented_libraries.git@" + |
| 62 | Var('instrumented_lib_revision'), |
weili | 62f3673 | 2016-10-14 16:59:40 -0700 | [diff] [blame] | 63 | |
Dale Curtis | c758d9d | 2017-04-06 14:10:09 -0700 | [diff] [blame] | 64 | "third_party/jinja2": |
| 65 | Var('chromium_git') + "/chromium/src/third_party/jinja2.git@" + |
| 66 | Var('jinja2_revision'), |
| 67 | |
| 68 | "third_party/markupsafe": |
| 69 | Var('chromium_git') + "/chromium/src/third_party/markupsafe.git@" + |
| 70 | Var('markupsafe_revision'), |
| 71 | |
Lei Zhang | 0e5d892 | 2017-04-06 21:43:50 -0700 | [diff] [blame] | 72 | "third_party/libjpeg_turbo": |
| 73 | Var('chromium_git') + "/chromium/deps/libjpeg_turbo.git@" + |
| 74 | Var('jpeg_turbo_revision'), |
| 75 | |
Dan Sinclair | a03c343 | 2016-03-16 15:35:20 -0400 | [diff] [blame] | 76 | "third_party/skia": |
Lei Zhang | eb39cdb | 2017-03-31 12:26:15 -0700 | [diff] [blame] | 77 | Var('chromium_git') + '/skia.git@' + Var('skia_revision'), |
Tom Sepez | 22ee248 | 2015-01-07 10:04:16 -0800 | [diff] [blame] | 78 | |
Lei Zhang | a2af7de | 2017-03-31 13:33:12 -0700 | [diff] [blame] | 79 | "third_party/zlib": |
| 80 | Var('chromium_git') + "/chromium/src/third_party/zlib.git@" + |
| 81 | Var('zlib_revision'), |
| 82 | |
Lei Zhang | 0e5d892 | 2017-04-06 21:43:50 -0700 | [diff] [blame] | 83 | 'third_party/yasm/source/patched-yasm': |
| 84 | Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git@' + |
| 85 | Var('yasm_source_revision'), |
| 86 | |
Oliver Chang | afaa98e | 2015-10-21 15:29:47 -0700 | [diff] [blame] | 87 | "tools/clang": |
weili | b34d72b | 2016-04-18 12:24:36 -0700 | [diff] [blame] | 88 | Var('chromium_git') + "/chromium/src/tools/clang@" + Var('clang_revision'), |
Oliver Chang | afaa98e | 2015-10-21 15:29:47 -0700 | [diff] [blame] | 89 | |
dsinclair | 11988d7 | 2016-05-04 10:17:00 -0700 | [diff] [blame] | 90 | "tools/generate_library_loader": |
| 91 | Var('chromium_git') + "/chromium/src/tools/generate_library_loader@" + |
| 92 | Var('gen_library_loader_revision'), |
| 93 | |
Tom Anderson | 19817af | 2017-07-18 18:00:18 -0700 | [diff] [blame] | 94 | # TODO(GYP): Remove this when no tools rely on GYP anymore. |
| 95 | "tools/gyp": |
| 96 | Var('chromium_git') + '/external/gyp.git@' + |
| 97 | 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', |
| 98 | |
dsinclair | fb96900 | 2016-05-31 12:55:32 -0700 | [diff] [blame] | 99 | "tools/memory": |
| 100 | Var('chromium_git') + "/chromium/src/tools/memory@" + |
| 101 | Var('tools_memory_revision'), |
| 102 | |
John Abd-El-Malek | fe45372 | 2014-10-16 15:32:26 -0700 | [diff] [blame] | 103 | "v8": |
Dan Sinclair | a03c343 | 2016-03-16 15:35:20 -0400 | [diff] [blame] | 104 | Var('chromium_git') + "/v8/v8.git@" + Var('v8_revision'), |
Aneesh Mulye | 2ee9c3a | 2014-08-06 18:11:02 -0700 | [diff] [blame] | 105 | } |
| 106 | |
| 107 | deps_os = { |
jbudorick | 7f3a15f | 2016-06-10 06:28:40 -0700 | [diff] [blame] | 108 | "android": { |
| 109 | "third_party/android_ndk": |
| 110 | Var('chromium_git') + "/android_ndk.git@" + Var('android_ndk_revision'), |
| 111 | "third_party/catapult": |
Lei Zhang | eb39cdb | 2017-03-31 12:26:15 -0700 | [diff] [blame] | 112 | Var('chromium_git') + |
| 113 | "/external/github.com/catapult-project/catapult.git@" + |
| 114 | Var('catapult_revision'), |
jbudorick | 7f3a15f | 2016-06-10 06:28:40 -0700 | [diff] [blame] | 115 | }, |
Aneesh Mulye | 2ee9c3a | 2014-08-06 18:11:02 -0700 | [diff] [blame] | 116 | "win": { |
John Abd-El-Malek | fe45372 | 2014-10-16 15:32:26 -0700 | [diff] [blame] | 117 | "v8/third_party/cygwin": |
Dan Sinclair | a03c343 | 2016-03-16 15:35:20 -0400 | [diff] [blame] | 118 | Var('chromium_git') + "/chromium/deps/cygwin@" + Var('cygwin_revision'), |
Aneesh Mulye | 2ee9c3a | 2014-08-06 18:11:02 -0700 | [diff] [blame] | 119 | }, |
| 120 | } |
Tom Sepez | 4c0e275 | 2015-06-05 13:46:08 -0700 | [diff] [blame] | 121 | |
thestig | 3873f30 | 2016-09-28 17:39:26 -0700 | [diff] [blame] | 122 | recursedeps = [ |
| 123 | # buildtools provides clang_format, libc++, and libc++abi |
| 124 | 'buildtools', |
| 125 | ] |
| 126 | |
Tom Sepez | 4c0e275 | 2015-06-05 13:46:08 -0700 | [diff] [blame] | 127 | include_rules = [ |
Lei Zhang | 8fec3e4 | 2015-11-04 15:32:02 -0800 | [diff] [blame] | 128 | # Basic stuff that everyone can use. |
| 129 | # Note: public is not here because core cannot depend on public. |
Tom Sepez | 0c1bd7c | 2015-06-17 15:56:43 -0700 | [diff] [blame] | 130 | '+testing', |
| 131 | '+third_party/base', |
Tom Sepez | 4c0e275 | 2015-06-05 13:46:08 -0700 | [diff] [blame] | 132 | ] |
Tom Sepez | 0c1bd7c | 2015-06-17 15:56:43 -0700 | [diff] [blame] | 133 | |
weili | 90c964f | 2016-04-22 15:25:14 -0700 | [diff] [blame] | 134 | specific_include_rules = { |
| 135 | # Allow embedder tests to use public APIs. |
| 136 | "(.*embeddertest\.cpp)": [ |
| 137 | "+public", |
| 138 | ] |
| 139 | } |
| 140 | |
Tom Sepez | 0c1bd7c | 2015-06-17 15:56:43 -0700 | [diff] [blame] | 141 | hooks = [ |
dsinclair | 685bb88 | 2016-04-20 07:32:39 -0700 | [diff] [blame] | 142 | { |
dsinclair | b4e8708 | 2016-04-20 12:18:16 -0700 | [diff] [blame] | 143 | 'name': 'gn_win', |
dsinclair | 685bb88 | 2016-04-20 07:32:39 -0700 | [diff] [blame] | 144 | 'action': [ 'download_from_google_storage', |
| 145 | '--no_resume', |
| 146 | '--platform=win32', |
| 147 | '--no_auth', |
| 148 | '--bucket', 'chromium-gn', |
| 149 | '-s', 'pdfium/buildtools/win/gn.exe.sha1', |
| 150 | ], |
| 151 | }, |
| 152 | { |
| 153 | 'name': 'gn_mac', |
| 154 | 'pattern': '.', |
| 155 | 'action': [ 'download_from_google_storage', |
| 156 | '--no_resume', |
| 157 | '--platform=darwin', |
| 158 | '--no_auth', |
| 159 | '--bucket', 'chromium-gn', |
| 160 | '-s', 'pdfium/buildtools/mac/gn.sha1', |
| 161 | ], |
| 162 | }, |
| 163 | { |
| 164 | 'name': 'gn_linux64', |
| 165 | 'pattern': '.', |
| 166 | 'action': [ 'download_from_google_storage', |
| 167 | '--no_resume', |
| 168 | '--platform=linux*', |
| 169 | '--no_auth', |
| 170 | '--bucket', 'chromium-gn', |
| 171 | '-s', 'pdfium/buildtools/linux64/gn.sha1', |
| 172 | ], |
| 173 | }, |
Tom Sepez | e9446f8 | 2015-08-13 15:51:43 -0700 | [diff] [blame] | 174 | # Pull clang-format binaries using checked-in hashes. |
| 175 | { |
| 176 | 'name': 'clang_format_win', |
| 177 | 'pattern': '.', |
| 178 | 'action': [ 'download_from_google_storage', |
| 179 | '--no_resume', |
| 180 | '--platform=win32', |
| 181 | '--no_auth', |
| 182 | '--bucket', 'chromium-clang-format', |
Oliver Chang | 5a21e14 | 2015-10-21 15:19:20 -0700 | [diff] [blame] | 183 | '-s', 'pdfium/buildtools/win/clang-format.exe.sha1', |
Tom Sepez | e9446f8 | 2015-08-13 15:51:43 -0700 | [diff] [blame] | 184 | ], |
| 185 | }, |
| 186 | { |
| 187 | 'name': 'clang_format_mac', |
| 188 | 'pattern': '.', |
| 189 | 'action': [ 'download_from_google_storage', |
| 190 | '--no_resume', |
| 191 | '--platform=darwin', |
| 192 | '--no_auth', |
| 193 | '--bucket', 'chromium-clang-format', |
Oliver Chang | 5a21e14 | 2015-10-21 15:19:20 -0700 | [diff] [blame] | 194 | '-s', 'pdfium/buildtools/mac/clang-format.sha1', |
Tom Sepez | e9446f8 | 2015-08-13 15:51:43 -0700 | [diff] [blame] | 195 | ], |
| 196 | }, |
| 197 | { |
| 198 | 'name': 'clang_format_linux', |
| 199 | 'pattern': '.', |
| 200 | 'action': [ 'download_from_google_storage', |
| 201 | '--no_resume', |
| 202 | '--platform=linux*', |
| 203 | '--no_auth', |
| 204 | '--bucket', 'chromium-clang-format', |
Oliver Chang | 5a21e14 | 2015-10-21 15:19:20 -0700 | [diff] [blame] | 205 | '-s', 'pdfium/buildtools/linux64/clang-format.sha1', |
Tom Sepez | e9446f8 | 2015-08-13 15:51:43 -0700 | [diff] [blame] | 206 | ], |
| 207 | }, |
Oliver Chang | afaa98e | 2015-10-21 15:29:47 -0700 | [diff] [blame] | 208 | { |
dsinclair | b12fbdde | 2016-09-19 10:45:14 -0700 | [diff] [blame] | 209 | # Pull clang |
Oliver Chang | afaa98e | 2015-10-21 15:29:47 -0700 | [diff] [blame] | 210 | 'name': 'clang', |
| 211 | 'pattern': '.', |
dsinclair | 685bb88 | 2016-04-20 07:32:39 -0700 | [diff] [blame] | 212 | 'action': ['python', |
dsinclair | b12fbdde | 2016-09-19 10:45:14 -0700 | [diff] [blame] | 213 | 'pdfium/tools/clang/scripts/update.py' |
dsinclair | 685bb88 | 2016-04-20 07:32:39 -0700 | [diff] [blame] | 214 | ], |
Oliver Chang | afaa98e | 2015-10-21 15:29:47 -0700 | [diff] [blame] | 215 | }, |
weili | 9a1b665 | 2016-04-28 15:26:45 -0700 | [diff] [blame] | 216 | { |
Tom Anderson | 19817af | 2017-07-18 18:00:18 -0700 | [diff] [blame] | 217 | # Downloads the current stable linux sysroot to build/linux/ if needed. |
| 218 | # This sysroot updates at about the same rate that the chrome build deps |
| 219 | # change. |
| 220 | 'name': 'sysroot', |
| 221 | 'pattern': '.', |
| 222 | 'action': ['python', 'pdfium/build/linux/sysroot_scripts/install-sysroot.py', |
| 223 | '--running-as-hook'], |
| 224 | }, |
| 225 | { |
weili | 9a1b665 | 2016-04-28 15:26:45 -0700 | [diff] [blame] | 226 | # Update the Windows toolchain if necessary. |
| 227 | 'name': 'win_toolchain', |
| 228 | 'pattern': '.', |
weili | 5593bb8 | 2016-04-29 20:14:55 -0700 | [diff] [blame] | 229 | 'action': ['python', 'pdfium/build/vs_toolchain.py', 'update'], |
weili | 9a1b665 | 2016-04-28 15:26:45 -0700 | [diff] [blame] | 230 | }, |
weili | 62f3673 | 2016-10-14 16:59:40 -0700 | [diff] [blame] | 231 | { |
weili | 9053f19 | 2016-11-18 14:03:49 -0800 | [diff] [blame] | 232 | # Update the Mac toolchain if necessary. |
| 233 | 'name': 'mac_toolchain', |
| 234 | 'pattern': '.', |
| 235 | 'action': ['python', 'pdfium/build/mac_toolchain.py'], |
| 236 | }, |
Tom Anderson | 4e8edf5 | 2017-03-30 18:27:21 -0700 | [diff] [blame] | 237 | { |
| 238 | # Pull sanitizer-instrumented third-party libraries if requested via |
| 239 | # GYP_DEFINES. |
| 240 | 'name': 'instrumented_libraries', |
| 241 | 'pattern': '\\.sha1', |
| 242 | 'action': ['python', 'pdfium/third_party/instrumented_libraries/scripts/download_binaries.py'], |
| 243 | }, |
weili | 62f3673 | 2016-10-14 16:59:40 -0700 | [diff] [blame] | 244 | |
Tom Sepez | e9446f8 | 2015-08-13 15:51:43 -0700 | [diff] [blame] | 245 | ] |