Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

Commit

Permalink
Add an gclient DEPS to shorebirdtech/updater
Browse files Browse the repository at this point in the history
This makes a single engine git hash correctly imply the full
dependency chain instead of inserting libupdater from the side.

We still need to teach GN/Ninja to build the updater but this
is a first step.
  • Loading branch information
eseidel authored and Shorebird Autoroller committed Jun 6, 2023
1 parent 303e5d6 commit cf9cafa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ vars = {
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
'skia_revision': '0d31aa1f49cb8cfd790c44d92a9a023839524865',

'updater_git': 'https://github.com/shorebirdtech/updater.git',
'updater_rev': '5055c397e8fe3d8c412a24c97096225ba9d7a076',

# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
'canvaskit_cipd_instance': '61aeJQ9laGfEFF_Vlc_u0MCkqB6xb2hAYHRBxKH-Uw4C',
Expand Down Expand Up @@ -566,6 +569,9 @@ deps = {
'src/third_party/ocmock':
Var('ocmock_git') + '@' + Var('ocmock_rev'),

'src/third_party/updater':
Var('updater_git') + '@' + Var('updater_rev'),

'src/third_party/libjpeg-turbo':
Var('fuchsia_git') + '/third_party/libjpeg-turbo' + '@' + '0fb821f3b2e570b2783a94ccd9a2fb1f4916ae9f',

Expand Down

0 comments on commit cf9cafa

Please sign in to comment.