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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_clang_dbg_recipe_analyze.json

Issue 1775063002: [Android] Use mb on chromium.linux and tryserver.chromium.android. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 4 years, 9 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/chromium_trybot.expected/full_tryserver_chromium_android_android_clang_dbg_recipe_analyze.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_clang_dbg_recipe_analyze.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_clang_dbg_recipe_analyze.json
index 067bd33172864edac86e32081ea84b027f65fec7..816faad916a4227f23c96164f0555e7bfe9a03ab 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_clang_dbg_recipe_analyze.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_clang_dbg_recipe_analyze.json
@@ -124,6 +124,7 @@
],
"cwd": "[SLAVE_BUILD]",
"env": {
+ "GYP_CHROMIUM_NO_ACTION": "1",
"GYP_CROSSCOMPILE": "1",
"GYP_DEFINES": "OS=android asan=1 clang=1 component=shared_library dcheck_always_on=1 enable_errorprone=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[SLAVE_BUILD]/src/build/goma/client' proprietary_codecs=1 run_findbugs=1 target_arch=arm use_allocator=none 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]"
@@ -215,16 +216,18 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/src/build/gyp_chromium",
- "--analyzer",
+ "[SLAVE_BUILD]/src/tools/mb/mb.py",
+ "analyze",
+ "-m",
+ "tryserver.chromium.android",
+ "-b",
+ "android_clang_dbg_recipe",
+ "-v",
+ "//out/Debug",
"{\"additional_compile_targets\": [\"android_builder_tests\", \"system_webview_apk\"], \"files\": [\"foo.cc\"], \"test_targets\": []}",
"/path/to/tmp/json"
],
"cwd": "[SLAVE_BUILD]",
- "env": {
- "GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "OS=android asan=1 clang=1 component=shared_library dcheck_always_on=1 enable_errorprone=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[SLAVE_BUILD]/src/build/goma/client' proprietary_codecs=1 run_findbugs=1 target_arch=arm use_allocator=none use_goma=1"
- },
"name": "analyze",
"~followup_annotations": [
"@@@STEP_TEXT@No compile necessary@@@",

Powered by Google App Engine
This is Rietveld 408576698