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 | 804c6ad | 2021-04-15 11:08:47 +0000 | [diff] [blame] | 9 | 'sk_tool_revision': 'git_revision:e65260dcb444b7ffd3cf4dfffff141d32c6b84e9', |
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 = { |
Ben Wagner | ef839a9 | 2018-05-24 14:50:29 -0400 | [diff] [blame] | 13 | "buildtools" : "https://chromium.googlesource.com/chromium/buildtools.git@505de88083136eefd056e5ee4ca0f01fe9b33de8", |
| 14 | "common" : "https://skia.googlesource.com/common.git@9737551d7a52c3db3262db5856e6bcd62c462b92", |
skia-autoroll | e33da90 | 2021-04-16 04:01:50 +0000 | [diff] [blame^] | 15 | "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@f2aa9d5da6990bdef7a5fcbe3b6e7e1eda526d3b", |
Kevin Lubick | a502878 | 2020-11-10 09:13:22 -0500 | [diff] [blame] | 16 | "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] | 17 | "third_party/externals/d3d12allocator" : "https://skia.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git@169895d529dfce00390a20e69c2f516066fe7a3b", |
Corentin Wallez | a0178b2 | 2021-03-08 14:17:26 +0100 | [diff] [blame] | 18 | # Dawn requires jinja2 and markupsafe for the code generator, and tint for SPIRV compilation. |
Weston Tracey | 2d62615 | 2020-02-28 12:22:42 -0500 | [diff] [blame] | 19 | # When the Dawn revision is updated these should be updated from the Dawn DEPS as well. |
skia-autoroll | 1efd7fc | 2021-04-16 04:01:56 +0000 | [diff] [blame] | 20 | "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@413dcf8a40df9db9cf51ec828c1e0331251ef0d7", |
skia-autoroll | 3b9bf7a | 2020-11-05 04:01:24 +0000 | [diff] [blame] | 21 | "third_party/externals/jinja2" : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@a82a4944a7f2496639f34a89c9923be5908b80aa", |
| 22 | "third_party/externals/markupsafe" : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@0944e71f4b2cb9a871bcbe353f95e889b64a611a", |
skia-autoroll | 1efd7fc | 2021-04-16 04:01:56 +0000 | [diff] [blame] | 23 | "third_party/externals/tint" : "https://dawn.googlesource.com/tint@cc46e393e481482853f737f102516346db236054", |
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 | b1acff6 | 2020-04-07 10:21:35 -0400 | [diff] [blame] | 26 | "third_party/externals/expat" : "https://chromium.googlesource.com/external/github.com/libexpat/libexpat.git@e976867fb57a0cd87e3b0fe05d59e0ed63c6febb", |
Dominik Röttsches | f6eccd4 | 2021-04-08 16:14:10 +0300 | [diff] [blame] | 27 | "third_party/externals/freetype" : "https://chromium.googlesource.com/chromium/src/third_party/freetype2.git@f9350be1e45baa1c29f7551274982262f8e769ce", |
Brian Osman | 1e56727 | 2019-12-26 12:41:28 -0500 | [diff] [blame] | 28 | "third_party/externals/harfbuzz" : "https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git@3a74ee528255cc027d84b204a87b5c25e47bff79", |
| 29 | "third_party/externals/icu" : "https://chromium.googlesource.com/chromium/deps/icu.git@dbd3825b31041d782c5b504c59dcfb5ac7dda08c", |
John Stiles | ab9578e | 2020-06-30 17:36:55 -0400 | [diff] [blame] | 30 | "third_party/externals/imgui" : "https://skia.googlesource.com/external/github.com/ocornut/imgui.git@9418dcb69355558f70de260483424412c5ca2fce", |
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 III | 21706f1 | 2020-08-14 16:58:20 -0400 | [diff] [blame] | 32 | "third_party/externals/libjpeg-turbo" : "https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@64fc43d52351ed52143208ce6a656c03db56462b", |
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 | 306a946 | 2021-01-28 21:55:30 -0800 | [diff] [blame] | 34 | "third_party/externals/libwebp" : "https://chromium.googlesource.com/webm/libwebp.git@fedac6cc69cda3e9e04b780d324cf03921fb3ff4", |
Eric Boren | 6dc0021 | 2019-07-24 15:15:43 -0400 | [diff] [blame] | 35 | "third_party/externals/lua" : "https://skia.googlesource.com/external/github.com/lua/lua.git@e354c6355e7f48e087678ec49e340ca0696725b1", |
Ben Wagner | ef839a9 | 2018-05-24 14:50:29 -0400 | [diff] [blame] | 36 | "third_party/externals/microhttpd" : "https://android.googlesource.com/platform/external/libmicrohttpd@748945ec6f1c67b7efc934ab0808e1d32f2fb98d", |
Jorge Betancourt | 269e43f | 2020-10-09 11:17:21 -0400 | [diff] [blame] | 37 | "third_party/externals/oboe" : "https://chromium.googlesource.com/external/github.com/google/oboe.git@b02a12d1dd821118763debec6b83d00a8a0ee419", |
Ben Wagner | 30a4e3d | 2018-08-07 16:58:15 -0400 | [diff] [blame] | 38 | "third_party/externals/opencl-lib" : "https://skia.googlesource.com/external/github.com/GPUOpen-Tools/common-lib-amd-APPSDK-3.0@4e6d30e406d2e5a65e1d65e404fe6df5f772a32b", |
Hal Canary | 0eca7b5 | 2019-02-18 11:18:14 -0500 | [diff] [blame] | 39 | "third_party/externals/opencl-registry" : "https://skia.googlesource.com/external/github.com/KhronosGroup/OpenCL-Registry@932ed55c85f887041291cef8019e54280c033c35", |
Ben Wagner | ef839a9 | 2018-05-24 14:50:29 -0400 | [diff] [blame] | 40 | "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", |
Ben Wagner | ef839a9 | 2018-05-24 14:50:29 -0400 | [diff] [blame] | 42 | "third_party/externals/sdl" : "https://skia.googlesource.com/third_party/sdl@5d7cfcca344034aff9327f77fc181ae3754e7a90", |
Brian Osman | 66c26ac | 2018-12-07 13:43:57 -0500 | [diff] [blame] | 43 | "third_party/externals/sfntly" : "https://chromium.googlesource.com/external/github.com/googlei18n/sfntly.git@b55ff303ea2f9e26702b514cf6a3196a2e3e2974", |
Corentin Wallez | 7597706 | 2020-09-09 09:38:58 +0200 | [diff] [blame] | 44 | "third_party/externals/spirv-cross" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross@bdbef7b1f3982fe99a62d076043036abe6dd6d80", |
Corentin Wallez | 89d6e79 | 2021-03-08 15:25:34 +0100 | [diff] [blame] | 45 | "third_party/externals/spirv-headers" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git@bcf55210f13a4fa3c3d0963b509ff1070e434c79", |
| 46 | "third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@5d8c40399e1a483c168246215e4637e19551cd4f", |
skia-autoroll | 0b7a8b2 | 2021-04-15 04:01:08 +0000 | [diff] [blame] | 47 | "third_party/externals/swiftshader" : "https://swiftshader.googlesource.com/SwiftShader@f32791f5d53bd62bf17678cc8566a3ca169238a6", |
Ben Wagner | ef839a9 | 2018-05-24 14:50:29 -0400 | [diff] [blame] | 48 | #"third_party/externals/v8" : "https://chromium.googlesource.com/v8/v8.git@5f1ae66d5634e43563b2d25ea652dfb94c31a3b4", |
Leon Scroggins | 1b7a936 | 2021-03-18 13:41:22 -0400 | [diff] [blame] | 49 | "third_party/externals/wuffs" : "https://skia.googlesource.com/external/github.com/google/wuffs.git@f49c38202914c289621f547ff016e5f02c994dda", |
Ben Wagner | b7e2453 | 2021-01-29 21:38:10 -0500 | [diff] [blame] | 50 | "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] | 51 | |
| 52 | "../src": { |
skia-autoroll | 3a3d457 | 2021-04-15 04:00:36 +0000 | [diff] [blame] | 53 | "url": "https://chromium.googlesource.com/chromium/src.git@b11e0710253c33a8474370c3ce89318d1c61a447", |
Eric Boren | ea29080 | 2018-06-20 08:19:24 -0400 | [diff] [blame] | 54 | "condition": "checkout_chromium", |
| 55 | }, |
Eric Boren | 4a0bd47 | 2021-04-09 08:13:45 -0400 | [diff] [blame] | 56 | |
| 57 | 'bin': { |
| 58 | 'packages': [ |
| 59 | { |
| 60 | 'package': 'skia/tools/sk/${{platform}}', |
| 61 | 'version': Var('sk_tool_revision'), |
| 62 | } |
| 63 | ], |
| 64 | 'dep_type': 'cipd', |
| 65 | }, |
borenet | 51b56c9 | 2016-03-10 05:49:48 -0800 | [diff] [blame] | 66 | } |
mtklein | 013475a | 2016-02-12 12:15:23 -0800 | [diff] [blame] | 67 | |
Eric Boren | ea29080 | 2018-06-20 08:19:24 -0400 | [diff] [blame] | 68 | recursedeps = [ |
| 69 | "common", |
| 70 | "../src", |
| 71 | ] |
Eric Boren | a20e637 | 2018-06-20 12:33:41 -0400 | [diff] [blame] | 72 | |
| 73 | gclient_gn_args_from = 'src' |