epoger@google.com | 0045edd | 2011-06-16 18:19:46 +0000 | [diff] [blame] | 1 | use_relative_paths = True |
| 2 | |
Eric Boren | ea29080 | 2018-06-20 08:19:24 -0400 | [diff] [blame] | 3 | vars = { |
| 4 | "checkout_chromium": False, |
Eric Boren | 4a0bd47 | 2021-04-09 08:13:45 -0400 | [diff] [blame] | 5 | |
| 6 | # Three lines of non-changing comments so that |
| 7 | # the commit queue can handle CLs rolling different |
| 8 | # dependencies without interference from each other. |
skia-autoroll | 5702389 | 2022-01-23 05:30:49 +0000 | [diff] [blame] | 9 | 'sk_tool_revision': 'git_revision:528873c2db84d5fa1cbcbb15570e125386de0f26', |
Eric Boren | ea29080 | 2018-06-20 08:19:24 -0400 | [diff] [blame] | 10 | } |
| 11 | |
epoger@google.com | cc9cf9a | 2011-06-13 18:08:41 +0000 | [diff] [blame] | 12 | deps = { |
Eric Boren | d689aff | 2021-11-11 10:27:01 -0500 | [diff] [blame] | 13 | "buildtools" : "https://chromium.googlesource.com/chromium/src/buildtools.git@b138e6ce86ae843c42a1a08f37903207bebcca75", |
skia-autoroll | 626fb77 | 2022-01-26 14:22:54 +0000 | [diff] [blame] | 14 | "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@1316d15349dbbef7c48b44b48bcbc321215a3605", |
Kevin Lubick | a502878 | 2020-11-10 09:13:22 -0500 | [diff] [blame] | 15 | "third_party/externals/brotli" : "https://skia.googlesource.com/external/github.com/google/brotli.git@e61745a6b7add50d380cfd7d3883dd6c62fc2c71", |
Jim Van Verth | 1b89eb7 | 2020-09-23 16:29:51 -0400 | [diff] [blame] | 16 | "third_party/externals/d3d12allocator" : "https://skia.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git@169895d529dfce00390a20e69c2f516066fe7a3b", |
Brandon Jones | 2d71c9e | 2021-09-22 09:59:37 -0700 | [diff] [blame] | 17 | # Dawn requires jinja2 and markupsafe for the code generator, tint for SPIRV compilation, and abseil for string formatting. |
Weston Tracey | 2d62615 | 2020-02-28 12:22:42 -0500 | [diff] [blame] | 18 | # When the Dawn revision is updated these should be updated from the Dawn DEPS as well. |
skia-autoroll | e883115 | 2022-01-06 04:01:58 +0000 | [diff] [blame] | 19 | "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@ef80b0908a1399b17cf7113a95423c91aa67cce8", |
skia-autoroll | 5ef4a39 | 2021-11-03 04:01:23 +0000 | [diff] [blame] | 20 | "third_party/externals/jinja2" : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@ee69aa00ee8536f61db6a451f3858745cf587de6", |
skia-autoroll | 3b9bf7a | 2020-11-05 04:01:24 +0000 | [diff] [blame] | 21 | "third_party/externals/markupsafe" : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@0944e71f4b2cb9a871bcbe353f95e889b64a611a", |
skia-autoroll | e883115 | 2022-01-06 04:01:58 +0000 | [diff] [blame] | 22 | "third_party/externals/tint" : "https://dawn.googlesource.com/tint@7dc901fa4f87c977ccd1f6ab652b6de0723a197a", |
Brandon Jones | 2d71c9e | 2021-09-22 09:59:37 -0700 | [diff] [blame] | 23 | "third_party/externals/abseil-cpp" : "https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp@789af048b388657987c59d4da406859034fe310f", |
Eric Boren | 6dc0021 | 2019-07-24 15:15:43 -0400 | [diff] [blame] | 24 | "third_party/externals/dng_sdk" : "https://android.googlesource.com/platform/external/dng_sdk.git@c8d0c9b1d16bfda56f15165d39e0ffa360a11123", |
Ben Wagner | ef839a9 | 2018-05-24 14:50:29 -0400 | [diff] [blame] | 25 | "third_party/externals/egl-registry" : "https://skia.googlesource.com/external/github.com/KhronosGroup/EGL-Registry@a0bca08de07c7d7651047bedc0b653cfaaa4f2ae", |
Ben Wagner | f81ac42 | 2021-05-26 11:40:10 -0400 | [diff] [blame] | 26 | "third_party/externals/expat" : "https://chromium.googlesource.com/external/github.com/libexpat/libexpat.git@a28238bdeebc087071777001245df1876a11f5ee", |
Ben Wagner | a8ed76a | 2022-01-24 15:05:43 -0500 | [diff] [blame] | 27 | "third_party/externals/freetype" : "https://chromium.googlesource.com/chromium/src/third_party/freetype2.git@5e9caaee7885cbc82f9f821bbec7f6c86f25b33a", |
Ben Wagner | f536755 | 2022-01-24 11:01:04 -0500 | [diff] [blame] | 28 | "third_party/externals/harfbuzz" : "https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git@a8b7f1880412c7f0c9ecdada0a4935011816c7dc", |
Brian Osman | 36ddc4d | 2021-06-25 11:04:07 -0400 | [diff] [blame] | 29 | "third_party/externals/icu" : "https://chromium.googlesource.com/chromium/deps/icu.git@a0718d4f121727e30b8d52c7a189ebf5ab52421f", |
John Stiles | 45c9eab | 2021-12-08 23:39:13 -0500 | [diff] [blame] | 30 | "third_party/externals/imgui" : "https://skia.googlesource.com/external/github.com/ocornut/imgui.git@55d35d8387c15bf0cfd71861df67af8cfbda7456", |
Leon Scroggins III | 94c7476 | 2021-01-13 16:41:40 -0500 | [diff] [blame] | 31 | "third_party/externals/libgifcodec" : "https://skia.googlesource.com/libgifcodec@fd59fa92a0c86788dcdd84d091e1ce81eda06a77", |
Leon Scroggins | 5ead7e1 | 2021-04-28 13:41:38 -0400 | [diff] [blame] | 32 | "third_party/externals/libjpeg-turbo" : "https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@24e310554f07c0fdb8ee52e3e708e4f3e9eb6e20", |
Mike Klein | a24336b | 2019-04-25 08:20:02 -0500 | [diff] [blame] | 33 | "third_party/externals/libpng" : "https://skia.googlesource.com/third_party/libpng.git@386707c6d19b974ca2e3db7f5c61873813c6fe44", |
James Zern | 6af43d6 | 2022-01-20 19:59:44 -0800 | [diff] [blame] | 34 | "third_party/externals/libwebp" : "https://chromium.googlesource.com/webm/libwebp.git@69c7f16111ec582bf1e7cb4d0d4f8d127e28a715", |
Ben Wagner | ef839a9 | 2018-05-24 14:50:29 -0400 | [diff] [blame] | 35 | "third_party/externals/microhttpd" : "https://android.googlesource.com/platform/external/libmicrohttpd@748945ec6f1c67b7efc934ab0808e1d32f2fb98d", |
Jorge Betancourt | 269e43f | 2020-10-09 11:17:21 -0400 | [diff] [blame] | 36 | "third_party/externals/oboe" : "https://chromium.googlesource.com/external/github.com/google/oboe.git@b02a12d1dd821118763debec6b83d00a8a0ee419", |
Ben Wagner | ef839a9 | 2018-05-24 14:50:29 -0400 | [diff] [blame] | 37 | "third_party/externals/opengl-registry" : "https://skia.googlesource.com/external/github.com/KhronosGroup/OpenGL-Registry@14b80ebeab022b2c78f84a573f01028c96075553", |
| 38 | "third_party/externals/piex" : "https://android.googlesource.com/platform/external/piex.git@bb217acdca1cc0c16b704669dd6f91a1b509c406", |
Brian Osman | 66c26ac | 2018-12-07 13:43:57 -0500 | [diff] [blame] | 39 | "third_party/externals/sfntly" : "https://chromium.googlesource.com/external/github.com/googlei18n/sfntly.git@b55ff303ea2f9e26702b514cf6a3196a2e3e2974", |
Brian Osman | 1432816 | 2021-08-23 10:02:10 -0400 | [diff] [blame] | 40 | "third_party/externals/spirv-cross" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross@0e2880ab990e79ce6cc8c79c219feda42d98b1e8", |
Brian Osman | f72c919 | 2021-11-19 10:55:50 -0500 | [diff] [blame] | 41 | "third_party/externals/spirv-headers" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git@814e728b30ddd0f4509233099a3ad96fd4318c07", |
| 42 | "third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@4b092d2ab81854e61632bdd1e658907f0071c37e", |
skia-autoroll | 0bc6a26 | 2021-12-08 04:01:59 +0000 | [diff] [blame] | 43 | "third_party/externals/swiftshader" : "https://swiftshader.googlesource.com/SwiftShader@a4232c15e287a38b93d2a55bd1d7894cb4effac3", |
Ben Wagner | ef839a9 | 2018-05-24 14:50:29 -0400 | [diff] [blame] | 44 | #"third_party/externals/v8" : "https://chromium.googlesource.com/v8/v8.git@5f1ae66d5634e43563b2d25ea652dfb94c31a3b4", |
Nigel Tao | 55ca4e6 | 2021-08-15 16:34:46 +1000 | [diff] [blame] | 45 | "third_party/externals/wuffs" : "https://skia.googlesource.com/external/github.com/google/wuffs-mirror-release-c.git@600cd96cf47788ee3a74b40a6028b035c9fd6a61", |
Ben Wagner | b7e2453 | 2021-01-29 21:38:10 -0500 | [diff] [blame] | 46 | "third_party/externals/zlib" : "https://chromium.googlesource.com/chromium/src/third_party/zlib@c876c8f87101c5a75f6014b0f832499afeb65b73", |
Eric Boren | ea29080 | 2018-06-20 08:19:24 -0400 | [diff] [blame] | 47 | |
| 48 | "../src": { |
skia-autoroll | b25fcd8 | 2022-01-26 04:01:50 +0000 | [diff] [blame] | 49 | "url": "https://chromium.googlesource.com/chromium/src.git@278c7f1fdda2020ad40b978d043c051342152d1f", |
Eric Boren | ea29080 | 2018-06-20 08:19:24 -0400 | [diff] [blame] | 50 | "condition": "checkout_chromium", |
| 51 | }, |
Eric Boren | 4a0bd47 | 2021-04-09 08:13:45 -0400 | [diff] [blame] | 52 | |
| 53 | 'bin': { |
| 54 | 'packages': [ |
| 55 | { |
| 56 | 'package': 'skia/tools/sk/${{platform}}', |
| 57 | 'version': Var('sk_tool_revision'), |
| 58 | } |
| 59 | ], |
| 60 | 'dep_type': 'cipd', |
| 61 | }, |
borenet | 51b56c9 | 2016-03-10 05:49:48 -0800 | [diff] [blame] | 62 | } |
mtklein | 013475a | 2016-02-12 12:15:23 -0800 | [diff] [blame] | 63 | |
Eric Boren | ea29080 | 2018-06-20 08:19:24 -0400 | [diff] [blame] | 64 | recursedeps = [ |
Eric Boren | ea29080 | 2018-06-20 08:19:24 -0400 | [diff] [blame] | 65 | "../src", |
| 66 | ] |
Eric Boren | a20e637 | 2018-06-20 12:33:41 -0400 | [diff] [blame] | 67 | |
| 68 | gclient_gn_args_from = 'src' |