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

Unified Diff: ios/chrome/ios_chrome.gyp

Issue 2146833002: Move webp_transcode to ios/chrome/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup DEPS Created 4 years, 5 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 | « ios/chrome/browser/webp_transcode/webp_decoder_unittest.mm ('k') | ios/chrome/ios_chrome_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/ios_chrome.gyp
diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
index 7a47ec31d0528bb01a9d6501ff23c93dcde00f3a..185b3f7b09f1efef977c6b96530e84834bfb6830 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -119,7 +119,6 @@
'../../components/components.gyp:version_ui',
'../../components/components.gyp:web_resource',
'../../components/components.gyp:webdata_services',
- '../../components/components.gyp:webp_transcode',
'../../components/components_resources.gyp:components_resources',
'../../components/components_strings.gyp:components_strings',
'../../components/prefs/prefs.gyp:prefs',
@@ -132,6 +131,7 @@
'../../sync/sync.gyp:sync',
'../../third_party/brotli/brotli.gyp:brotli',
'../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:google_toolbox_for_mac',
+ '../../third_party/libwebp/libwebp.gyp:libwebp_dec',
'../../ui/base/ui_base.gyp:ui_base',
'../../ui/gfx/gfx.gyp:gfx',
'../../url/url.gyp:url_lib',
@@ -707,6 +707,8 @@
'browser/web/dom_altering_lock.mm',
'browser/web/resubmit_data_controller.h',
'browser/web/resubmit_data_controller.mm',
+ 'browser/webp_transcode/webp_decoder.h',
+ 'browser/webp_transcode/webp_decoder.mm',
'browser/web_data_service_factory.cc',
'browser/web_data_service_factory.h',
'browser/web_resource/web_resource_util.cc',
« no previous file with comments | « ios/chrome/browser/webp_transcode/webp_decoder_unittest.mm ('k') | ios/chrome/ios_chrome_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698