Remove src/xml/*.h from DM in public.bzl.

These are already present from includeing headers in sources.

Change-Id: I7f3046596d6e4f5075c5a65e5e211de5d33415f5
Reviewed-on: https://skia-review.googlesource.com/116441
Commit-Queue: Ben Wagner <bungeman@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
This commit is contained in:
Ben Wagner 2018-03-26 17:33:52 -04:00 committed by Mike Klein
parent 97be88f58a
commit d10e0d575b

View File

@ -434,7 +434,6 @@ DM_SRCS_ALL = struct(
"gm/*.cpp", "gm/*.cpp",
"gm/*.h", "gm/*.h",
"src/xml/*.cpp", "src/xml/*.cpp",
"src/xml/*.h",
"tests/*.cpp", "tests/*.cpp",
"tests/*.h", "tests/*.h",
"tools/BigPathBench.inc", "tools/BigPathBench.inc",