From db537605b5172722b86d47294ec352034a2b0b65 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Fri, 1 Jun 2018 11:01:11 -0400 Subject: exclude cgms.cpp from DM on Google3 build Having a mix of C and C++ sources in DM makes setting build flags tricky. This removes the C sources. I don't think it's important to run these C-based GMs in Google3... I don't even really think it's terribly important to run DM there at all. Change-Id: I2c2653ee15981f9a63965fb8b7e483a5c5e94830 Reviewed-on: https://skia-review.googlesource.com/131441 Reviewed-by: Mike Klein Commit-Queue: Mike Klein --- public.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public.bzl') 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/*", -- cgit v1.2.3