add third_party/skcms to includes

This should allow us to #include "skcms.h".

Change-Id: Ie91f3af6145d78ffe0e433383a220fcb40452888
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/209780
Commit-Queue: Mike Klein <mtklein@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
This commit is contained in:
Mike Klein 2019-04-23 06:17:59 -05:00
parent f153e22114
commit 7ecad8791f

View File

@ -436,6 +436,7 @@ INCLUDES = [
"src/utils",
"third_party/etc1",
"third_party/gif",
"third_party/skcms",
]
################################################################################