aboutsummaryrefslogtreecommitdiffhomepage
path: root/public.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'public.bzl')
-rw-r--r--public.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/public.bzl b/public.bzl
index 0c00f74d45..c9b789c2ad 100644
--- a/public.bzl
+++ b/public.bzl
@@ -433,7 +433,6 @@ DM_SRCS_ALL = struct(
"dm/*.h",
"experimental/svg/model/*.cpp",
"experimental/svg/model/*.h",
- "gm/*.c",
"gm/*.cpp",
"gm/*.h",
"src/xml/*.cpp",
@@ -489,6 +488,7 @@ DM_SRCS_ALL = struct(
"tools/trace/*.h",
],
exclude = [
+ "gm/cgms.cpp",
"tests/FontMgrAndroidParserTest.cpp", # Android-only.
"tests/skia_test.cpp", # Old main.
"tools/gpu/atlastext/*",