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

Unified Diff: components/webp_transcode/BUILD.gn

Issue 1860003003: Remove the WebPNetworkClient* from iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Build fix No. 2 Created 4 years, 8 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/webp_transcode.gypi ('k') | components/webp_transcode/webp_network_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webp_transcode/BUILD.gn
diff --git a/components/webp_transcode/BUILD.gn b/components/webp_transcode/BUILD.gn
index 0e1b25a2616b1eb4851654a32893ecb34253b236..930ecc176d2d0bd1dca94863526d1088177e5d7a 100644
--- a/components/webp_transcode/BUILD.gn
+++ b/components/webp_transcode/BUILD.gn
@@ -6,10 +6,6 @@ source_set("webp_transcode") {
sources = [
"webp_decoder.h",
"webp_decoder.mm",
- "webp_network_client.h",
- "webp_network_client.mm",
- "webp_network_client_factory.h",
- "webp_network_client_factory.mm",
]
deps = [
@@ -24,7 +20,6 @@ source_set("unit_tests") {
testonly = true
sources = [
"webp_decoder_unittest.mm",
- "webp_network_client_unittest.mm",
]
deps = [
« no previous file with comments | « components/webp_transcode.gypi ('k') | components/webp_transcode/webp_network_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698