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

Unified Diff: gyp/android_deps.gyp

Issue 2283903003: Expat target exports includes instead of FreeType. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | gyp/freetype.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/android_deps.gyp
diff --git a/gyp/android_deps.gyp b/gyp/android_deps.gyp
index fb15d18e1ae3ba178daeedd7f2cb9dfbff6e3fb3..4cbb6e8d5e877b9a72e30ca125793d42bb216447 100644
--- a/gyp/android_deps.gyp
+++ b/gyp/android_deps.gyp
@@ -37,6 +37,9 @@
'libraries' : [
'-lexpat',
],
+ 'include_dirs': [
+ 'external/expat/lib',
+ ],
},
},
{
« no previous file with comments | « no previous file | gyp/freetype.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698