aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/utils.gyp
diff options
context:
space:
mode:
authorGravatar tomhudson <tomhudson@google.com>2015-03-27 12:22:01 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-03-27 12:22:01 -0700
commit573ae01295241c156ff8548ded283d44864d22d2 (patch)
treed141b747025817302060b9013ece827e94ffc87c /gyp/utils.gyp
parent255dcd11992ebe74eb54202c48cf5394d33a8ce6 (diff)
Move HWUI boilerplate into utils/android
Duplicate code from the HWUI backends for DM and nanobench moves into a single place, saving a hundred lines or more of cut-and-paste. There's some indication that this increases the incidence of SkCanvas "Unable to find device for layer." warnings, but no clear degradation in test results. R=djsollen@google.com,mtklein@google.com BUG=skia:3589 Review URL: https://codereview.chromium.org/1036303002
Diffstat (limited to 'gyp/utils.gyp')
-rw-r--r--gyp/utils.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/utils.gyp b/gyp/utils.gyp
index db903017ec..73a9d329e3 100644
--- a/gyp/utils.gyp
+++ b/gyp/utils.gyp
@@ -139,6 +139,8 @@
'sources': [
'../src/utils/android/SkAndroidSDKCanvas.h',
'../src/utils/android/SkAndroidSDKCanvas.cpp',
+ '../src/utils/android/SkHwuiRenderer.h',
+ '../src/utils/android/SkHwuiRenderer.cpp',
],
'direct_dependent_settings': {
'include_dirs': [