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

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

Issue 1450313002: WebRTC: Remove redundant GYP_DEFINES on iOS bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Remove key_id as well Created 5 years, 1 month 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/webrtc/standalone.expected/client_webrtc_fyi_ios64_debug__gn_.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/webrtc/chromium_config.py
diff --git a/scripts/slave/recipe_modules/webrtc/chromium_config.py b/scripts/slave/recipe_modules/webrtc/chromium_config.py
index 9f561298eaffc828869c0e3de9c95a6e1bc8ff9b..d1b855ce91cc69e96c0ec7d050c6e041a93dbafd 100644
--- a/scripts/slave/recipe_modules/webrtc/chromium_config.py
+++ b/scripts/slave/recipe_modules/webrtc/chromium_config.py
@@ -43,9 +43,7 @@ def webrtc_ios(c):
c.build_config_fs = c.BUILD_CONFIG + '-iphonesimulator'
gyp_defs = c.gyp_env.GYP_DEFINES
- gyp_defs['build_with_libjingle'] = 1
gyp_defs['chromium_ios_signing'] = 0
- gyp_defs['key_id'] = ''
gyp_defs['OS'] = c.TARGET_PLATFORM
_compiler_defaults(c)
« no previous file with comments | « no previous file | scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_ios64_debug__gn_.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698