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

Unified Diff: gyp/ports.gyp

Issue 140503007: Scripts to generate Android.mk for framework Skia. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Respond to comments in patch set 5. Created 6 years, 11 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
Index: gyp/ports.gyp
diff --git a/gyp/ports.gyp b/gyp/ports.gyp
index a62791002a44e60c51e34412079ff33f73ea0e2a..95dad4aeaf6c609f194c4a8ad7a3f87ac1bd6323 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -170,6 +170,18 @@
'android_deps.gyp:expat',
],
}],
+ [ 'skia_android_framework', {
djsollen 2014/01/23 15:01:33 would it make more sense to do this work in the fr
scroggo 2014/01/24 20:09:02 Done.
+ 'include_dirs': [
+ 'external/expat/lib',
+ 'external/freetype/include',
+ ],
+ 'dependencies!': [
+ 'freetype.gyp:freetype',
+ ],
+ 'libraries' : [
+ '-lft2',
+ ],
+ }],
],
'direct_dependent_settings': {
'include_dirs': [

Powered by Google App Engine
This is Rietveld 408576698