@@ -197,34 +197,6 @@ Resources:
1971972. LUCI web [recipe][5]
1981983. More general reading on CIPD packages [link][6]
199199
200- # ## Rolling CanvasKit
201-
202- CanvasKit is versioned separately from Skia and rolled manually. Flutter
203- consumes a pre-built CanvasKit provided by the Skia team, currently hosted on
204- unpkg.com. When a new version of CanvasKit is available (check
205- https://www.npmjs.com/package/canvaskit-wasm or consult the Skia team
206- directly), follow these steps to roll to the new version :
207-
208- -Make sure you have `depot_tools` installed (if you are regularly hacking on
209- the engine code, you probably do).
210- -If not already authenticated with CIPD, run `cipd auth-login` and follow
211- instructions (this step requires sufficient privileges; file a github
212- infra ticket queue issue :https://github.com/flutter/flutter/wiki/Infra-Ticket-Queue
213- to get access)
214- -Edit `dev/canvaskit_lock.yaml` and update the value of `canvaskit_version`
215- to the new version.
216- -Run `dart dev/canvaskit_roller.dart` and make sure it completes successfully.
217- The script uploads the new version of CanvasKit to the
218- ` flutter/web/canvaskit_bundle` CIPD package, and writes the CIPD package
219- instance ID to the DEPS file.
220- -Rerun `gclient sync` and do a clean build to test that the new version is
221- picked up.
222- -Send a pull request containing the above file changes. If the new version
223- contains breaking changes, the PR must also contain corresponding fixes.
224-
225- If you have questions, contact the Flutter Web team on Flutter Discord on the
226- # hackers-web-🌍 channel.
227-
228200# ## Rolling Noto Font Data
229201
230202In order to generate new data for the Noto fallback fonts, you will need