include_dirs = [ "tests" ] not needed

It's part of :tests' public includes.

Change-Id: I18125595a010c0692f6df460dfdad783ed072102
Reviewed-on: https://skia-review.googlesource.com/c/180300
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
This commit is contained in:
Mike Klein 2018-12-28 10:39:33 -05:00 committed by Skia Commit-Bot
parent 51eaa79d19
commit e3fc85315e

View File

@ -1751,7 +1751,6 @@ if (skia_enable_tools) {
"dm/DMJsonWriter.cpp",
"dm/DMSrcSink.cpp",
]
include_dirs = [ "tests" ]
deps = [
":common_flags",
":experimental_svg_model",