1cb93a386Sopenharmony_ci
2cb93a386Sopenharmony_ci---
3cb93a386Sopenharmony_cititle: "Skia in Chrome"
4cb93a386Sopenharmony_cilinkTitle: "Skia in Chrome"
5cb93a386Sopenharmony_ci
6cb93a386Sopenharmony_ciweight: 7
7cb93a386Sopenharmony_ci
8cb93a386Sopenharmony_ci---
9cb93a386Sopenharmony_ci
10cb93a386Sopenharmony_ci
11cb93a386Sopenharmony_ciChanges to the Skia repository will be rolled into Chromium by the AutoRoll bot
12cb93a386Sopenharmony_ciseveral times per day.
13cb93a386Sopenharmony_ci
14cb93a386Sopenharmony_ciIf you have a Skia change that needs to be tested in Chrome, or which requires
15cb93a386Sopenharmony_ciassociated changes in that repository, see the guides in this section for tips
16cb93a386Sopenharmony_cion execution.
17cb93a386Sopenharmony_ci
18cb93a386Sopenharmony_ciFor problems in Chromium related to Skia rolls:
19cb93a386Sopenharmony_ci
20cb93a386Sopenharmony_ci  * Go to https://autoroll.skia.org/r/skia-autoroll. Login with google.com
21cb93a386Sopenharmony_ci    account and click the STOP button to pause new rolls.
22cb93a386Sopenharmony_ci  * Revert the offending DEPS roll.
23cb93a386Sopenharmony_ci  * If an obvious owner cannot be found in the list of CLs, assign to the Skia
24cb93a386Sopenharmony_ci    Gardener, listed in the gardeners widget on https://status.skia.org and as
25cb93a386Sopenharmony_ci    a reviewer on the roll CL.
26cb93a386Sopenharmony_ci  * If the Skia Gardener cannot be assigned, cc them and assign the issue to hcm@.
27cb93a386Sopenharmony_ci
28cb93a386Sopenharmony_ciFor more tips on bug triage and labeling, see the [Issue Tracker page](../../user/issue-tracker/).
29cb93a386Sopenharmony_ci
30cb93a386Sopenharmony_ciBranching for Chrome
31cb93a386Sopenharmony_ci--------------------
32cb93a386Sopenharmony_ci
33cb93a386Sopenharmony_ciEvery 6 weeks, we cut a new branch in Skia to reflect the new release branch in
34cb93a386Sopenharmony_ciChrome, eg. [refs/heads/chrome/m75](https://skia.googlesource.com/skia/+/chrome/m75).
35cb93a386Sopenharmony_ciThis process is simplified by running [tools/chrome_release_branch](https://skia.googlesource.com/skia/+/7a5b6ec0f6c01d3039e3ec30de6f8065ffc8aac4/tools/chrome_release_branch.py').
36cb93a386Sopenharmony_ciThis script handles creation of the branch itself, as well as associated
37cb93a386Sopenharmony_cihousekeeping like updating the Chrome milestone number for the next release,
38cb93a386Sopenharmony_cisetting up the [commit queue]('https://skia.googlesource.com/skia/+/infra/config/commit-queue.cfg')
39cb93a386Sopenharmony_cifor the new branch. For example:
40cb93a386Sopenharmony_ci
41cb93a386Sopenharmony_ci    tools/chrome_release_branch <commit hash>
42cb93a386Sopenharmony_ci
43cb93a386Sopenharmony_ci
44