Commit 5d73fab5 authored by sky's avatar sky Committed by Commit bot

Adds skia/config/SkUserConfig.h to skia_library.gypi

BUG=401542
TEST=none
R=senorblanco@chromium.org

Review URL: https://codereview.chromium.org/466223008

Cr-Commit-Position: refs/heads/master@{#291787}
parent 4e90455d
...@@ -250,6 +250,7 @@ config("skia_library_config") { ...@@ -250,6 +250,7 @@ config("skia_library_config") {
component("skia") { component("skia") {
sources = [ sources = [
# Chrome sources. # Chrome sources.
"config/SkUserConfig.h",
"ext/analysis_canvas.cc", "ext/analysis_canvas.cc",
"ext/analysis_canvas.h", "ext/analysis_canvas.h",
"ext/benchmarking_canvas.cc", "ext/benchmarking_canvas.cc",
......
...@@ -27,6 +27,8 @@ ...@@ -27,6 +27,8 @@
], ],
}, },
'sources': [ 'sources': [
'config/SkUserConfig.h',
# Note: file list duplicated in GN build. # Note: file list duplicated in GN build.
'ext/analysis_canvas.cc', 'ext/analysis_canvas.cc',
'ext/analysis_canvas.h', 'ext/analysis_canvas.h',
......
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