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

Unified Diff: gyp/android_deps.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
« no previous file with comments | « no previous file | gyp/dng_sdk.gyp » ('j') | gyp/dng_sdk.gyp » ('J')
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 1a0c758818fe3af9deab7f46ba4fe305a0a33eb4..1a8d81bfcc20dd841a8b41acf3a825ccf2e89af5 100644
--- a/gyp/android_deps.gyp
+++ b/gyp/android_deps.gyp
@@ -64,7 +64,7 @@
},
},
{
- 'target_name': 'dng_sdk',
+ 'target_name': 'libdng_sdk',
'type': 'none',
'direct_dependent_settings': {
'libraries' : [
@@ -76,7 +76,7 @@
},
},
{
- 'target_name': 'piex',
+ 'target_name': 'libpiex',
'type': 'none',
'direct_dependent_settings': {
'libraries' : [
« no previous file with comments | « no previous file | gyp/dng_sdk.gyp » ('j') | gyp/dng_sdk.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698