aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/bench.gypi
diff options
context:
space:
mode:
authorGravatar msarett <msarett@google.com>2015-11-13 06:11:09 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-13 06:11:09 -0800
commit506e19a4c8395178e8da81576b3c37616593e560 (patch)
tree0877d660a91ef6322059269e7020988459e91ded /gyp/bench.gypi
parent9c8605144a0f15e3e69a4e1dcd5d3e63f339380e (diff)
Move SkBitmapRegionDecoder to include/android and src/android
This will expose the BitmapRegionDecoder API as a public include and move the implementation to src. This makes this code more naturally exposed in Android and easier to test in DM and nanobench. BUG=skia: Review URL: https://codereview.chromium.org/1438873002
Diffstat (limited to 'gyp/bench.gypi')
-rw-r--r--gyp/bench.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/bench.gypi b/gyp/bench.gypi
index 075fae83a4..ae00e0cba6 100644
--- a/gyp/bench.gypi
+++ b/gyp/bench.gypi
@@ -7,6 +7,7 @@
'../bench/subset',
'../bench',
'../include/private',
+ '../src/android',
'../src/core',
'../src/effects',
'../src/gpu',
@@ -17,7 +18,6 @@
'dependencies': [
'etc1.gyp:libetc1',
'skia_lib.gyp:skia_lib',
- 'tools.gyp:bitmap_region_decoder',
'tools.gyp:resources',
'tools.gyp:sk_tool_utils',
],