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

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

Issue 2426883002: libyuv: Remove all GYP builders. (Closed)
Patch Set: Removed unused chromium recipe module configs 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 | « scripts/slave/recipe_modules/libyuv/builders.py ('k') | scripts/slave/recipes/libyuv/libyuv.py » ('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 5174431ebdd3a45ee4e286c54c5ec56d5ffa6c95..03c5a67099f966163d1b1bf748f50fb98f19692a 100644
--- a/scripts/slave/recipe_modules/libyuv/chromium_config.py
+++ b/scripts/slave/recipe_modules/libyuv/chromium_config.py
@@ -28,7 +28,6 @@ def libyuv_gcc(c):
@CONFIG_CTX(includes=['android'])
def libyuv_android(c):
if c.TARGET_ARCH == 'intel' and c.TARGET_BITS == 32:
- c.gyp_env.GYP_DEFINES['android_full_debug'] = 1
c.gn_args.append('android_full_debug=true')
_libyuv_static_build(c)
@@ -47,11 +46,6 @@ def libyuv_ios(c):
c.TARGET_PLATFORM) # pragma: no cover
c.build_config_fs = c.BUILD_CONFIG + '-iphoneos'
- gyp_defs = c.gyp_env.GYP_DEFINES
- gyp_defs['OS'] = c.TARGET_PLATFORM
- 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)
« no previous file with comments | « scripts/slave/recipe_modules/libyuv/builders.py ('k') | scripts/slave/recipes/libyuv/libyuv.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698