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

Unified Diff: components/webp_transcode.gypi

Issue 1022813002: [iOS] Upstream WebP network client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 9 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 | « components/components_tests.gyp ('k') | components/webp_transcode/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webp_transcode.gypi
diff --git a/components/webp_transcode.gypi b/components/webp_transcode.gypi
index b99003c8af6af4452cb65a4d37b9d79e2bd9ff21..0658bf20589628cc4251a80d19ea63351cc6085a 100644
--- a/components/webp_transcode.gypi
+++ b/components/webp_transcode.gypi
@@ -9,6 +9,7 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
+ '../ios/net/ios_net.gyp:ios_net',
'../net/net.gyp:net',
'../third_party/libwebp/libwebp.gyp:libwebp_dec',
],
@@ -18,6 +19,10 @@
'sources': [
'webp_transcode/webp_decoder.h',
'webp_transcode/webp_decoder.mm',
+ 'webp_transcode/webp_network_client.h',
+ 'webp_transcode/webp_network_client.mm',
+ 'webp_transcode/webp_network_client_factory.h',
+ 'webp_transcode/webp_network_client_factory.mm',
],
},
],
« no previous file with comments | « components/components_tests.gyp ('k') | components/webp_transcode/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698