Tweak Skia/SKCMS project configs (#1143)

* Enable UBSan on Skia and SKCMS projects.
* Add mike to cc list.
This commit is contained in:
Kevin Lubick 2018-02-08 10:34:56 -05:00 committed by Abhishek Arya
parent a3f8663d19
commit 677d07f0c9
2 changed files with 4 additions and 4 deletions

View File

@ -6,5 +6,4 @@ auto_ccs:
sanitizers:
- address
- memory
- undefined:
experimental: True
- undefined

View File

@ -2,8 +2,9 @@ homepage: "https://github.com/google/skia"
primary_contact: "kjlubick@chromium.org"
auto_ccs:
- "hcm@chromium.org"
- "mtklein@chromium.org"
- "reed@chromium.org"
sanitizers:
- address
- undefined:
experimental: True
- undefined
- memory