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

Unified Diff: gyp/dm.gyp

Issue 943393002: Add HWUI Sink to DM on Android Framework builds (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove unnecessary SkStringPrintf() calls Created 5 years, 10 months 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 | « dm/DMSrcSinkAndroid.cpp ('k') | tools/flags/SkCommonFlags.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/dm.gyp
diff --git a/gyp/dm.gyp b/gyp/dm.gyp
index e4d6bd67086ce81ea0056c8d9bddc52aa442fdf2..c05826b9f5d9045b17a5b60789f349baff712e5d 100644
--- a/gyp/dm.gyp
+++ b/gyp/dm.gyp
@@ -10,7 +10,20 @@
],
'conditions': [
['skia_android_framework', {
- 'libraries': [ '-lskia' ],
+ 'libraries': [
+ '-lskia',
+ '-landroid',
+ '-lgui',
+ '-lhwui',
+ '-lutils',
+ ],
+ 'include_dirs': [
+ '../../../frameworks/base/libs/hwui/',
+ '../../../frameworks/native/include/',
+ ],
+ 'sources': [
+ '../dm/DMSrcSinkAndroid.cpp',
+ ],
}],
['skia_poppler_enabled', {
'sources': [ '../src/utils/SkPDFRasterizer.cpp' ],
« no previous file with comments | « dm/DMSrcSinkAndroid.cpp ('k') | tools/flags/SkCommonFlags.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698