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

Unified Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_tsan_v2.json

Issue 2412033002: libyuv: Switch bots over to GN by default. (Closed)
Patch Set: Reverted is_component_build changes in chromium recipe module. 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
Index: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_tsan_v2.json
diff --git a/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_tsan_v2.json b/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_tsan_v2.json
index c329e5bc79e20ffaf52203982b15f608b9da74f5..e17b1774f3e240346cdcae1468cd9ef44a5e3c43 100644
--- a/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_tsan_v2.json
+++ b/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_tsan_v2.json
@@ -128,12 +128,26 @@
"cwd": "[SLAVE_BUILD]/src",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
+ "GYP_CHROMIUM_NO_ACTION": "1",
"GYP_DEFINES": "clang=1 component=static_library disable_nacl=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 tsan=1 use_goma=1",
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
"name": "gclient runhooks"
},
{
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gn.py",
+ "--root=[SLAVE_BUILD]/src",
+ "gen",
+ "//out/Release",
+ "--args=is_clang=true is_tsan=true is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\""
+ ],
+ "cwd": "[SLAVE_BUILD]/src",
+ "name": "gn"
+ },
+ {
"allow_subannotations": true,
"cmd": [
"python",
@@ -189,8 +203,7 @@
"/creds/service_accounts/service-account-goma-client.json",
"--goma-dir",
"[CACHE]/cipd/goma",
- "--",
- "All"
+ "--"
],
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"

Powered by Google App Engine
This is Rietveld 408576698