Skip to content

Commit

Permalink
Adds skia/config/SkUserConfig.h to skia_library.gypi
Browse files Browse the repository at this point in the history
BUG=401542
TEST=none
R=senorblanco@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#291787}
  • Loading branch information
sky authored and Commit bot committed Aug 25, 2014
1 parent 4e90455 commit 5d73fab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions skia/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ config("skia_library_config") {
component("skia") {
sources = [
# Chrome sources.
"config/SkUserConfig.h",
"ext/analysis_canvas.cc",
"ext/analysis_canvas.h",
"ext/benchmarking_canvas.cc",
Expand Down
2 changes: 2 additions & 0 deletions skia/skia_chrome.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
],
},
'sources': [
'config/SkUserConfig.h',

# Note: file list duplicated in GN build.
'ext/analysis_canvas.cc',
'ext/analysis_canvas.h',
Expand Down

0 comments on commit 5d73fab

Please sign in to comment.