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

Unified Diff: media/media.gyp

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 | « media/base/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 758166b47fb49fb7105996879ab3b3ab24b91bed..f93ad85e8798d8d24b2f4a68c8e588f74d547d1b 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1036,7 +1036,7 @@
'formats/mpeg/mpeg_audio_stream_parser_base.h',
],
}],
- ['target_arch=="ia32" or target_arch=="x64"', {
+ ['OS != "ios" and (target_arch=="ia32" or target_arch=="x64")', {
'dependencies': [
'media_asm',
'media_sse2',
« no previous file with comments | « media/base/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698