projects
/
platform
/
upstream
/
libSkiaSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e8cd96
)
Make android framework depend on SkCodec.
author
scroggo
<scroggo@google.com>
Fri, 20 Mar 2015 18:20:02 +0000
(11:20 -0700)
committer
Commit bot
<commit-bot@chromium.org>
Fri, 20 Mar 2015 18:20:03 +0000
(11:20 -0700)
This results in exporting include/codec so the framework can use it.
Review URL: https://codereview.chromium.org/
1020903002
gyp/android_framework_lib.gyp
patch
|
blob
|
history
diff --git
a/gyp/android_framework_lib.gyp
b/gyp/android_framework_lib.gyp
index da68530fada703b0ca3e0e2ff277aeb3380f1f4a..9e5bd71b70fd458553360f5eb52a3f4ba9e4158a 100644
(file)
--- a/
gyp/android_framework_lib.gyp
+++ b/
gyp/android_framework_lib.gyp
@@
-8,6
+8,7
@@
'target_name': 'libskia',
'type': 'shared_library',
'dependencies': [
+ 'codec.gyp:codec',
'core.gyp:core',
'effects.gyp:effects',
'images.gyp:images',