diff --git a/projects/skcms/project.yaml b/projects/skcms/project.yaml index 36dd8b1af..638a64b78 100644 --- a/projects/skcms/project.yaml +++ b/projects/skcms/project.yaml @@ -6,5 +6,4 @@ auto_ccs: sanitizers: - address - memory - - undefined: - experimental: True + - undefined diff --git a/projects/skia/project.yaml b/projects/skia/project.yaml index defb7298f..16afd09af 100644 --- a/projects/skia/project.yaml +++ b/projects/skia/project.yaml @@ -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