Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(237)

Unified Diff: gyp/android_framework_lib.gyp

Issue 1438873002: Move SkBitmapRegionDecoder to include/android and src/android (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebase (header guards) Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gyp/bench.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/android_framework_lib.gyp
diff --git a/gyp/android_framework_lib.gyp b/gyp/android_framework_lib.gyp
index 43ffaa40c9aa1488aedb7c318974cbbe53b49638..ebcdc11a11f882ae137f44e7ae3ba63e6a7279a5 100644
--- a/gyp/android_framework_lib.gyp
+++ b/gyp/android_framework_lib.gyp
@@ -9,6 +9,7 @@
'type': 'shared_library',
'dependencies': [
'codec.gyp:codec',
+ 'codec_android.gyp:codec_android',
'core.gyp:core',
'effects.gyp:effects',
'gpu.gyp:skgpu',
@@ -16,7 +17,6 @@
'opts.gyp:opts',
'pdf.gyp:pdf',
'ports.gyp:ports',
- 'tools.gyp:bitmap_region_decoder',
'utils.gyp:utils',
],
},
« no previous file with comments | « no previous file | gyp/bench.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698