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

Unified Diff: scripts/slave/recipe_modules/libyuv/chromium_config.py

Issue 2429453002: libyuv: Disable signing for iOS (Closed)
Patch Set: Created 4 years, 2 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 | scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_ios_arm64_debug.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/libyuv/chromium_config.py
diff --git a/scripts/slave/recipe_modules/libyuv/chromium_config.py b/scripts/slave/recipe_modules/libyuv/chromium_config.py
index 69e330258e3d89919e23779eee7c87698ba4eaee..5174431ebdd3a45ee4e286c54c5ec56d5ffa6c95 100644
--- a/scripts/slave/recipe_modules/libyuv/chromium_config.py
+++ b/scripts/slave/recipe_modules/libyuv/chromium_config.py
@@ -52,6 +52,7 @@ def libyuv_ios(c):
if c.TARGET_BITS == 64:
gyp_defs['target_subarch'] = 'arm64'
+ c.gn_args.append('ios_enable_code_signing=false')
c.gn_args.append('target_os="%s"' % c.TARGET_PLATFORM)
_libyuv_common(c)
_libyuv_static_build(c)
« no previous file with comments | « no previous file | scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_ios_arm64_debug.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698