Commit d16f904f authored by Ben Wagner's avatar Ben Wagner Committed by Commit Bot

Add several Skia *_public build variables to sources.

These should be added to a 'public' variable, but Skia does not yet
export enough '*_public' variables to make a complete 'public' list.
These files should in the meantime be added to 'sources' so that the
build and 'analyze' steps are aware of them.

Change-Id: Ia3a8920d803c2e27593af99932b1350d31cea886
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300272Reviewed-by: default avatarZhenyao Mo <zmo@chromium.org>
Reviewed-by: default avatarMike Klein <mtklein@google.com>
Commit-Queue: Ben Wagner <bungeman@chromium.org>
Auto-Submit: Ben Wagner <bungeman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#790437}
parent 346f93b6
...@@ -205,6 +205,7 @@ source_set("raster_interface") { ...@@ -205,6 +205,7 @@ source_set("raster_interface") {
"//base", "//base",
"//components/viz/common:resource_format", "//components/viz/common:resource_format",
"//gpu/command_buffer/common", "//gpu/command_buffer/common",
"//skia:skia",
"//ui/gfx:buffer_types", "//ui/gfx:buffer_types",
] ]
} }
......
...@@ -311,6 +311,15 @@ component("skia") { ...@@ -311,6 +311,15 @@ component("skia") {
] ]
} }
# The *_public variables should be added to 'public' not 'sources'.
# However, Skia does not export enough *_public variables to make Chromium
# 'gn check' clean. Until that can be done add the *_public variables to
# 'sources' so that the buildbot 'analyze' step is aware of their existence.
sources += skia_core_public
sources += skia_utils_public
sources += skia_effects_public
sources += skia_effects_imagefilter_public
# The imported Skia gni source paths are made absolute by gn. # The imported Skia gni source paths are made absolute by gn.
defines = skia_core_defines defines = skia_core_defines
sources += skia_sksl_sources sources += skia_sksl_sources
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment