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

Unified Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android_x86.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/tryserver_libyuv_android_x86.json
diff --git a/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android_x86.json b/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android_x86.json
index 8be20ab25660629dc37508f891a315dae1129d56..bd17edf310360811f1adf50d8930292271328773 100644
--- a/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android_x86.json
+++ b/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android_x86.json
@@ -134,6 +134,7 @@
"cwd": "[SLAVE_BUILD]/src",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
+ "GYP_CHROMIUM_NO_ACTION": "1",
"GYP_CROSSCOMPILE": "1",
"GYP_DEFINES": "OS=android android_full_debug=1 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_goma=1",
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
@@ -144,6 +145,19 @@
"cmd": [
"python",
"-u",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gn.py",
+ "--root=[SLAVE_BUILD]/src",
+ "gen",
+ "//out/Debug",
+ "--args=android_full_debug=true is_component_build=false symbol_level=2 dcheck_always_on=true is_debug=true target_os=\"android\" target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\""
+ ],
+ "cwd": "[SLAVE_BUILD]/src",
+ "name": "gn"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
"--show-path",
"python",

Powered by Google App Engine
This is Rietveld 408576698