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

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

Issue 2412033002: libyuv: Switch bots over to GN by default. (Closed)
Patch Set: Add WebRTC expectation changes 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_mac64_release__gyp_.json
diff --git a/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac64_release__gn_.json b/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac64_release__gyp_.json
similarity index 94%
rename from scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac64_release__gn_.json
rename to scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac64_release__gyp_.json
index e9bc9f0b777e8b574b2add4c6faf1a1e6ab43c7f..94c887c912cd53b3a1e1ae2d6d2177e6fc046171 100644
--- a/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac64_release__gn_.json
+++ b/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac64_release__gyp_.json
@@ -128,26 +128,12 @@
"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 gomadir='[CACHE]/cipd/goma' target_arch=x64 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_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\""
- ],
- "cwd": "[SLAVE_BUILD]/src",
- "name": "gn"
- },
- {
"allow_subannotations": true,
"cmd": [
"python",
@@ -188,13 +174,13 @@
"--goma-cache-dir",
"[GOMA_CACHE]",
"--buildbot-buildername",
- "Mac64 Release (GN)",
+ "Mac64 Release (GYP)",
"--buildbot-mastername",
"client.libyuv",
"--buildbot-slavename",
"slavename",
"--goma-deps-cache-file",
- "Mac64_Release__GN_.gomadeps",
+ "Mac64_Release__GYP_.gomadeps",
"--compiler",
"goma-clang",
"--goma-jsonstatus",
@@ -203,8 +189,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