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

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

Issue 1400283004: WebRTC: Remove build_with_chromium=false flag for GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 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/webrtc/standalone.expected/client_webrtc_android32_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 c54d7aa039822dfaf298dd4038d8888b1414c0ff..391ddd58f6307ab91c979948f88ec9e9cc7ebff8 100644
--- a/scripts/slave/recipe_modules/webrtc/chromium_config.py
+++ b/scripts/slave/recipe_modules/webrtc/chromium_config.py
@@ -49,7 +49,6 @@ def webrtc_ios(c):
@CONFIG_CTX(includes=['gn'])
def webrtc_gn(c):
c.compile_py.default_targets = ['all']
kjellander_chromium 2015/10/14 10:58:46 The config is still needed because without it, GN
- c.project_generator.args = ['build_with_chromium=false']
def _compiler_defaults(c):
c.compile_py.default_targets = ['All']
« no previous file with comments | « no previous file | scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_gn.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698