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

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

Issue 1577773002: WebRTC: Enable OpenH264 for WebRTC standalone bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Set the GN arguments properly Created 4 years, 11 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
Index: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_gn_rel.json
diff --git a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_gn_rel.json b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_gn_rel.json
index 1dd9b48b85f48555a6543270dcf38b91d4014664..90b9815507a31f61c2a7f1ff008db7eb7cae7d6c 100644
--- a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_gn_rel.json
+++ b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_gn_rel.json
@@ -83,7 +83,7 @@
"cwd": "[SLAVE_BUILD]",
"env": {
"GYP_CHROMIUM_NO_ACTION": "1",
- "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 use_goma=1"
+ "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' target_arch=x64 use_goma=1 use_openh264=1 use_third_party_h264=1"
},
"name": "gclient runhooks"
},
@@ -95,7 +95,7 @@
"--root=[SLAVE_BUILD]/src",
"gen",
"//out/Release",
- "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/goma\""
+ "--args=ffmpeg_branding=\"Chrome\" use_openh264=true use_third_party_h264=true is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/goma\""
],
"cwd": "[SLAVE_BUILD]",
"name": "gn"

Powered by Google App Engine
This is Rietveld 408576698