blob: d272f2aa2005169c743919a59b7cf9dafe9a4684 [file] [log] [blame]
epoger@google.com0045edd2011-06-16 18:19:46 +00001use_relative_paths = True
2
Eric Borenea290802018-06-20 08:19:24 -04003vars = {
4 "checkout_chromium": False,
Eric Boren4a0bd472021-04-09 08:13:45 -04005
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-autoroll76ad5072022-02-14 15:21:20 +00009 'sk_tool_revision': 'git_revision:0056074ae4f8d12d03946b968daea6a73943017f',
Eric Borenea290802018-06-20 08:19:24 -040010}
11
epoger@google.comcc9cf9a2011-06-13 18:08:41 +000012deps = {
Eric Borend689aff2021-11-11 10:27:01 -050013 "buildtools" : "https://chromium.googlesource.com/chromium/src/buildtools.git@b138e6ce86ae843c42a1a08f37903207bebcca75",
skia-autoroll1e3d3072022-02-15 04:01:56 +000014 "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@e5045587752d091991ec9a19646e973a7f99da02",
Kevin Lubicka5028782020-11-10 09:13:22 -050015 "third_party/externals/brotli" : "https://skia.googlesource.com/external/github.com/google/brotli.git@e61745a6b7add50d380cfd7d3883dd6c62fc2c71",
Jim Van Verth1b89eb72020-09-23 16:29:51 -040016 "third_party/externals/d3d12allocator" : "https://skia.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git@169895d529dfce00390a20e69c2f516066fe7a3b",
Brandon Jones2d71c9e2021-09-22 09:59:37 -070017 # Dawn requires jinja2 and markupsafe for the code generator, tint for SPIRV compilation, and abseil for string formatting.
Weston Tracey2d626152020-02-28 12:22:42 -050018 # When the Dawn revision is updated these should be updated from the Dawn DEPS as well.
skia-autoroll5505a022022-02-17 04:01:04 +000019 "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@6cc74dce933e6164dc5b2d3bf2cc4d1c8e2e4f2b",
skia-autoroll5ef4a392021-11-03 04:01:23 +000020 "third_party/externals/jinja2" : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@ee69aa00ee8536f61db6a451f3858745cf587de6",
skia-autoroll3b9bf7a2020-11-05 04:01:24 +000021 "third_party/externals/markupsafe" : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@0944e71f4b2cb9a871bcbe353f95e889b64a611a",
skia-autoroll5505a022022-02-17 04:01:04 +000022 "third_party/externals/tint" : "https://dawn.googlesource.com/tint@afb02e8ec7cd8214034136b1290ebe800f217d72",
Brandon Jones2d71c9e2021-09-22 09:59:37 -070023 "third_party/externals/abseil-cpp" : "https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp@789af048b388657987c59d4da406859034fe310f",
Eric Boren6dc00212019-07-24 15:15:43 -040024 "third_party/externals/dng_sdk" : "https://android.googlesource.com/platform/external/dng_sdk.git@c8d0c9b1d16bfda56f15165d39e0ffa360a11123",
Ben Wagneref839a92018-05-24 14:50:29 -040025 "third_party/externals/egl-registry" : "https://skia.googlesource.com/external/github.com/KhronosGroup/EGL-Registry@a0bca08de07c7d7651047bedc0b653cfaaa4f2ae",
Kevin Lubickc13cd642022-02-14 15:08:12 -050026 "third_party/externals/emsdk" : "https://skia.googlesource.com/external/github.com/emscripten-core/emsdk.git@fc645b7626ebf86530dbd82fbece74d457e7ae07",
Ben Wagnerf81ac422021-05-26 11:40:10 -040027 "third_party/externals/expat" : "https://chromium.googlesource.com/external/github.com/libexpat/libexpat.git@a28238bdeebc087071777001245df1876a11f5ee",
Ben Wagnera8ed76a2022-01-24 15:05:43 -050028 "third_party/externals/freetype" : "https://chromium.googlesource.com/chromium/src/third_party/freetype2.git@5e9caaee7885cbc82f9f821bbec7f6c86f25b33a",
Ben Wagnerf5367552022-01-24 11:01:04 -050029 "third_party/externals/harfbuzz" : "https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git@a8b7f1880412c7f0c9ecdada0a4935011816c7dc",
Evgenii Kliuchnikov0dae2e82022-02-02 13:45:33 +000030 "third_party/externals/highway" : "https://chromium.googlesource.com/external/github.com/google/highway.git@424360251cdcfc314cfc528f53c872ecd63af0f0",
Brian Osman36ddc4d2021-06-25 11:04:07 -040031 "third_party/externals/icu" : "https://chromium.googlesource.com/chromium/deps/icu.git@a0718d4f121727e30b8d52c7a189ebf5ab52421f",
John Stiles45c9eab2021-12-08 23:39:13 -050032 "third_party/externals/imgui" : "https://skia.googlesource.com/external/github.com/ocornut/imgui.git@55d35d8387c15bf0cfd71861df67af8cfbda7456",
Leon Scroggins III94c74762021-01-13 16:41:40 -050033 "third_party/externals/libgifcodec" : "https://skia.googlesource.com/libgifcodec@fd59fa92a0c86788dcdd84d091e1ce81eda06a77",
android-autoroll7b9b8842022-02-22 17:06:34 +000034 "third_party/externals/libjpeg-turbo" : "https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@02959c3ee17abacfd1339ec22ea93301292ffd56",
Evgenii Kliuchnikov0dae2e82022-02-02 13:45:33 +000035 "third_party/externals/libjxl" : "https://chromium.googlesource.com/external/gitlab.com/wg1/jpeg-xl.git@a205468bc5d3a353fb15dae2398a101dff52f2d3",
Mike Kleina24336b2019-04-25 08:20:02 -050036 "third_party/externals/libpng" : "https://skia.googlesource.com/third_party/libpng.git@386707c6d19b974ca2e3db7f5c61873813c6fe44",
James Zern6af43d62022-01-20 19:59:44 -080037 "third_party/externals/libwebp" : "https://chromium.googlesource.com/webm/libwebp.git@69c7f16111ec582bf1e7cb4d0d4f8d127e28a715",
Ben Wagneref839a92018-05-24 14:50:29 -040038 "third_party/externals/microhttpd" : "https://android.googlesource.com/platform/external/libmicrohttpd@748945ec6f1c67b7efc934ab0808e1d32f2fb98d",
Jorge Betancourt269e43f2020-10-09 11:17:21 -040039 "third_party/externals/oboe" : "https://chromium.googlesource.com/external/github.com/google/oboe.git@b02a12d1dd821118763debec6b83d00a8a0ee419",
Ben Wagneref839a92018-05-24 14:50:29 -040040 "third_party/externals/opengl-registry" : "https://skia.googlesource.com/external/github.com/KhronosGroup/OpenGL-Registry@14b80ebeab022b2c78f84a573f01028c96075553",
41 "third_party/externals/piex" : "https://android.googlesource.com/platform/external/piex.git@bb217acdca1cc0c16b704669dd6f91a1b509c406",
Brian Osman66c26ac2018-12-07 13:43:57 -050042 "third_party/externals/sfntly" : "https://chromium.googlesource.com/external/github.com/googlei18n/sfntly.git@b55ff303ea2f9e26702b514cf6a3196a2e3e2974",
Brian Osman14328162021-08-23 10:02:10 -040043 "third_party/externals/spirv-cross" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross@0e2880ab990e79ce6cc8c79c219feda42d98b1e8",
Brian Osmanf72c9192021-11-19 10:55:50 -050044 "third_party/externals/spirv-headers" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git@814e728b30ddd0f4509233099a3ad96fd4318c07",
45 "third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@4b092d2ab81854e61632bdd1e658907f0071c37e",
skia-autoroll76699a42022-02-17 04:01:14 +000046 "third_party/externals/swiftshader" : "https://swiftshader.googlesource.com/SwiftShader@4228bb95b5b56f6b0f9ded5c7910bbe773a4c9d2",
Ben Wagneref839a92018-05-24 14:50:29 -040047 #"third_party/externals/v8" : "https://chromium.googlesource.com/v8/v8.git@5f1ae66d5634e43563b2d25ea652dfb94c31a3b4",
Nigel Tao55ca4e62021-08-15 16:34:46 +100048 "third_party/externals/wuffs" : "https://skia.googlesource.com/external/github.com/google/wuffs-mirror-release-c.git@600cd96cf47788ee3a74b40a6028b035c9fd6a61",
Ben Wagnerb7e24532021-01-29 21:38:10 -050049 "third_party/externals/zlib" : "https://chromium.googlesource.com/chromium/src/third_party/zlib@c876c8f87101c5a75f6014b0f832499afeb65b73",
Eric Borenea290802018-06-20 08:19:24 -040050
51 "../src": {
skia-autoroll899b5fc2022-02-15 04:00:15 +000052 "url": "https://chromium.googlesource.com/chromium/src.git@8fa4c936281662f1ad1c97ffece6000052108b6a",
Eric Borenea290802018-06-20 08:19:24 -040053 "condition": "checkout_chromium",
54 },
Eric Boren4a0bd472021-04-09 08:13:45 -040055
56 'bin': {
57 'packages': [
58 {
59 'package': 'skia/tools/sk/${{platform}}',
60 'version': Var('sk_tool_revision'),
61 }
62 ],
63 'dep_type': 'cipd',
64 },
borenet51b56c92016-03-10 05:49:48 -080065}
mtklein013475a2016-02-12 12:15:23 -080066
Eric Borenea290802018-06-20 08:19:24 -040067recursedeps = [
Eric Borenea290802018-06-20 08:19:24 -040068 "../src",
69]
Eric Borena20e6372018-06-20 12:33:41 -040070
71gclient_gn_args_from = 'src'