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

Unified Diff: media/base/BUILD.gn

Issue 474693002: Changes to media.gyp for Chromoting iOS client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update gn as well Created 6 years, 4 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/BUILD.gn ('k') | 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 fe75b85562be625d6e0da00bb67d6252ae7f530d..1751e6b3c5bffbc40648ef7240a503e3464ee9e2 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -408,7 +408,7 @@ if (cpu_arch == "x86" || cpu_arch == "x64") {
]
}
- if (is_mac) {
+ if (is_mac || is_ios) {
yasm_flags += [
"-DPREFIX",
"-DMACHO",
« no previous file with comments | « media/BUILD.gn ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698