Home | History | Annotate | Download | only in contrib

Lines Matching full:skia

40 If you are willing to change Skia codebase, it's nice to add a test at the same
41 time. Skia has a simple unittest framework so you can add a case to it.
79 git cl config https://skia.googlesource.com/skia/+/master/codereview.settings
89 Skia uses Chromium's code review [site](http://codereview.chromium.org) and the
170 Skia's principal downstream user is Chromium, and any change to Skia rendering
172 expected to test for and alleviate this. (You may be able to find a Skia team
178 Keep in mind that Skia is rolled daily into Blink and Chromium. Run local tests
181 your friendly Skia-Blink engineer to evaluate, rebaseline, and land your
186 [How to land Skia changes that change Blink layout test results](../chrome/layouttest)
188 If you're changing the Skia API, you may need to make an associated change in Chromium.
189 If you do, please follow these instructions: [Landing Skia changes which require Chrome changes](../chrome/changes)
195 ### Non-Skia-committers
198 commit your change directly to Skia's repository.
200 If you don't have committer rights in https://skia.googlesource.com/skia.git ...
205 In special instances, a Skia committer may assist you in landing the change by
210 ### Skia committers