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

Unified Diff: ios/chrome/BUILD.gn

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 | « components/webp_transcode/webp_decoder_unittest.mm ('k') | ios/chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/BUILD.gn
diff --git a/ios/chrome/BUILD.gn b/ios/chrome/BUILD.gn
index 01a2f17b03e738ba442cdcf1bc530d279013cfff..26eceb3b181dd6c43860817d17e3a5c41889a690 100644
--- a/ios/chrome/BUILD.gn
+++ b/ios/chrome/BUILD.gn
@@ -11,6 +11,12 @@ bundle_data("ios_chrome_unittests_bundle_data") {
sources = [
"test/data/webdata/bookmarkimages/image.jpg",
"test/data/webdata/bookmarkimages/index.html",
+ "test/data/webp_transcode/test.jpg",
+ "test/data/webp_transcode/test.webp",
+ "test/data/webp_transcode/test_alpha.png",
+ "test/data/webp_transcode/test_alpha.webp",
+ "test/data/webp_transcode/test_small.tiff",
+ "test/data/webp_transcode/test_small.webp",
]
outputs = [
"{{bundle_resources_dir}}/{{source_root_relative_dir}}/" +
@@ -69,6 +75,7 @@ test("ios_chrome_unittests") {
"browser/ui/uikit_ui_util_unittest.mm",
"browser/update_client/ios_chrome_update_query_params_delegate_unittest.cc",
"browser/web_resource/web_resource_util_unittest.cc",
+ "browser/webp_transcode/webp_decoder_unittest.mm",
"common/string_util_unittest.mm",
]
« no previous file with comments | « components/webp_transcode/webp_decoder_unittest.mm ('k') | ios/chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698