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

Unified Diff: media/base/BUILD.gn

Issue 1140553004: Fixed media build on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index a728cfa27039f72f81e4458354440c527f78f7e5..610efd0243aa69dc68a35c80a2f56883a09d9432 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -268,7 +268,7 @@ source_set("base") {
defines += [ "DISABLE_USER_INPUT_MONITOR" ]
}
- if (current_cpu == "x86" || current_cpu == "x64") {
+ if (!is_ios && (current_cpu == "x86" || current_cpu == "x64")) {
sources += [ "simd/convert_yuv_to_rgb_x86.cc" ]
deps += [
":media_yasm",
« no previous file with comments | « no previous file | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698