aboutsummaryrefslogtreecommitdiffhomepage
path: root/public.bzl
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2018-03-27 10:57:43 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-27 16:36:29 +0000
commit6ce482aed42630d451e07228b57de8ccced0601d (patch)
treef07f77f3c2c00529f0faf6245b0b62c45c546e75 /public.bzl
parentf80c8ecdaa2d067b76fdbb0aa748a67645b57ffa (diff)
Remove include/svg from public.bzl includes.
It's strange to include it since public.bzl currently excludes all of the source files that define the symbols declared in the headers in this directory. This also fixes the two files which needed to put some of these includes behind the SK_XML macro. The public.bzl never defines the SK_XML macro, so there is no need to ever have the include/svg directory on the include path, even for DM. Change-Id: I6cc18908aa16cfc914ed9b7ab174d03a0a242aa4 Reviewed-on: https://skia-review.googlesource.com/116547 Commit-Queue: Ben Wagner <bungeman@google.com> Reviewed-by: Mike Klein <mtklein@google.com>
Diffstat (limited to 'public.bzl')
-rw-r--r--public.bzl2
1 files changed, 0 insertions, 2 deletions
diff --git a/public.bzl b/public.bzl
index 0936c92c70..9ae6e7d438 100644
--- a/public.bzl
+++ b/public.bzl
@@ -402,7 +402,6 @@ INCLUDES = [
"include/pathops",
"include/ports",
"include/private",
- "include/svg",
"include/utils",
"include/utils/mac",
"src/codec",
@@ -483,7 +482,6 @@ DM_SRCS_ALL = struct(
exclude = [
"tests/FontMgrAndroidParserTest.cpp", # Android-only.
"tests/skia_test.cpp", # Old main.
- "tests/SVGDeviceTest.cpp",
"tools/gpu/atlastext/*",
"tools/gpu/gl/angle/*",
"tools/gpu/gl/egl/*",