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

Unified Diff: scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir_without_compile_py.json

Issue 2466793002: Add option to not use compile.py in chromium recipe_module (Closed)
Patch Set: rebase Created 4 years, 1 month 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/recipe_modules/chromium/example.expected/basic_out_dir_without_compile_py.json
diff --git a/scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir.json b/scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir_without_compile_py.json
similarity index 91%
copy from scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir.json
copy to scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir_without_compile_py.json
index b9daaaa36bf820e3ad5b34b1d277a2f673bec53c..e40e1d9a9bc5a932105dd81d8f10a6982523bde8 100644
--- a/scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir.json
+++ b/scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir_without_compile_py.json
@@ -248,52 +248,18 @@
},
{
"cmd": [
- "python",
- "-u",
- "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
- "--show-path",
- "python",
- "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
- "--gsutil-py-path",
- "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
- "--ninja-path",
"RECIPE_PACKAGE_REPO[depot_tools]/ninja",
- "--target",
- "Debug",
- "--src-dir",
- "[SLAVE_BUILD]/src",
- "--goma-cache-dir",
- "[GOMA_CACHE]",
- "--buildbot-buildername",
- "Android Builder (dbg)",
- "--buildbot-mastername",
- "chromium.linux",
- "--buildbot-slavename",
- "build1-a1",
- "--goma-deps-cache-file",
- "Android_Builder__dbg_.gomadeps",
- "--compiler",
- "goma",
- "--goma-jsonstatus",
- "/path/to/tmp/json",
- "--goma-service-account-json-file",
- "/creds/service_accounts/service-account-goma-client.json",
- "--out-dir",
- "/tmp",
- "--goma-dir",
- "[CACHE]/cipd/goma",
- "--",
+ "-w",
+ "dupbuild=err",
+ "-C",
+ "/tmp/Debug",
"All"
],
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
},
- "name": "compile",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
- "@@@STEP_LOG_END@json.output (invalid)@@@"
- ]
+ "name": "compile with ninja"
},
{
"name": "$result",

Powered by Google App Engine
This is Rietveld 408576698