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

Unified Diff: components/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 | « no previous file | components/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index f2455eaf2acbbad40a62fa61be2ef14b903840ca..14335935a4820b823c425558f182402076861eaa 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -161,11 +161,6 @@ test("components_unittests") {
"//components/signin/ios/browser:unit_tests",
"//components/translate/ios/browser:unit_tests",
]
-
- if (current_cpu != "arm") {
- # TODO(GYP): iOS arm builds of libwebp don't work yet.
- deps += [ "//components/webp_transcode:unit_tests" ]
- }
} else { # !iOS
deps += [
"//components/autofill/content/browser:unit_tests",
« no previous file with comments | « no previous file | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698