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

Unified Diff: gyp/libjpeg.gyp

Issue 1286833002: Hopefully fix ios bots (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/libjpeg.gyp
diff --git a/gyp/libjpeg.gyp b/gyp/libjpeg.gyp
index 56cee280b39d0ccd028862ba54cc5b9dfd9c8907..76052bfa1492f8a184bf028a4851fe304dccfadd 100644
--- a/gyp/libjpeg.gyp
+++ b/gyp/libjpeg.gyp
@@ -33,10 +33,10 @@
'target_name': 'libjpeg',
'type': 'none',
'dependencies': [
- 'libjpeg-turbo.gyp:*',
+ 'libjpeg-turbo.gyp:libjpeg-turbo',
],
'export_dependent_settings': [
- 'libjpeg-turbo.gyp:*',
+ 'libjpeg-turbo.gyp:libjpeg-turbo',
],
},
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698