Chromium Code Reviews

Unified Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_gn.json

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.
Jump to:
View side-by-side diff with in-line comments
Index: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_gn.json
diff --git a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_gn.json b/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_gn.json
index 2d02986a85aed6c9a91953cdc483bf135b96bc9c..aecd0f2faf7f25d3f28279068b521bcbcb2e9829 100644
--- a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_gn.json
+++ b/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_gn.json
@@ -110,7 +110,7 @@
"--root=[SLAVE_BUILD]/src",
"gen",
"//out/Release",
- "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=true goma_dir=\"[BUILD]/goma\" build_with_chromium=false"
+ "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=true goma_dir=\"[BUILD]/goma\""
],
"cwd": "[SLAVE_BUILD]",
"name": "gn"

Powered by Google App Engine