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

Unified Diff: gyp/ports.gyp

Issue 1674053002: msan: build expat from source (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fixed? Created 4 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 | « gyp/expat.gyp ('k') | platform_tools/android/gyp/dependencies.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/ports.gyp
diff --git a/gyp/ports.gyp b/gyp/ports.gyp
index 0c2d099380c4801f2801a72e5fb5edb1269df40b..2c41ecfbf1ff3379625272825ae62c33adc0c7b4 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -88,17 +88,11 @@
'freetype.gyp:freetype',
],
'conditions': [
- [ 'skia_os == "android"', {
- 'dependencies': [
- 'android_deps.gyp:expat',
- ],
+ [ 'skia_android_framework', {
+ 'link_settings': { 'libraries': [ '-lexpat' ] },
}, {
- 'link_settings': {
- 'libraries': [
- '-ldl',
- '-lexpat',
- ],
- },
+ 'link_settings': { 'libraries': [ '-ldl' ] },
+ 'dependencies': [ 'expat.gyp:expat' ],
}],
[ 'skia_embedded_fonts', {
'variables': {
« no previous file with comments | « gyp/expat.gyp ('k') | platform_tools/android/gyp/dependencies.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698