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

Unified Diff: gyp/piex.gyp

Issue 1630723003: Fix gyp files so that gyp_to_Android.mk succeeds (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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
« gyp/dng_sdk.gyp ('K') | « gyp/dng_sdk.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/piex.gyp
diff --git a/gyp/piex.gyp b/gyp/piex.gyp
index c59dc6974c3803571d072eb5aea2671c37858063..7822cd5cdf967c95479d470b3c99785e04bcb842 100644
--- a/gyp/piex.gyp
+++ b/gyp/piex.gyp
@@ -17,11 +17,11 @@
'type': 'none',
'conditions': [
[ 'skia_android_framework', {
- 'dependencies': [ 'android_deps.gyp:piex' ],
- 'export_dependent_settings': [ 'android_deps.gyp:piex' ],
+ 'dependencies': [ 'android_deps.gyp:libpiex' ],
+ 'export_dependent_settings': [ 'android_deps.gyp:libpiex' ],
}, {
- 'dependencies': [ 'piex' ],
- 'export_dependent_settings': [ 'piex' ],
+ 'dependencies': [ 'piex.gyp:piex' ],
+ 'export_dependent_settings': [ 'piex.gyp:piex' ],
}]
]
},{
« gyp/dng_sdk.gyp ('K') | « gyp/dng_sdk.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698