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

Unified Diff: scripts/slave/recipes/chromium.chromedriver.recipe_autogen.expected/Linux32.json

Issue 2171093002: Switch ChromeDriver builders from GYP to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 4 years, 5 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.chromedriver.recipe_autogen.expected/Linux32.json
diff --git a/scripts/slave/recipes/chromium.chromedriver.recipe_autogen.expected/Linux32.json b/scripts/slave/recipes/chromium.chromedriver.recipe_autogen.expected/Linux32.json
index 1eec08e39ffd644cd4f4eef233d1920855d56ccc..78ec44677bd27c78e342431c57152b36288e61be 100644
--- a/scripts/slave/recipes/chromium.chromedriver.recipe_autogen.expected/Linux32.json
+++ b/scripts/slave/recipes/chromium.chromedriver.recipe_autogen.expected/Linux32.json
@@ -87,10 +87,7 @@
"[BUILD]/scripts/slave/runhooks_wrapper.py"
],
"env": {
- "CHROMIUM_GYP_SYNTAX_CHECK": "1",
"DEPOT_TOOLS_UPDATE": "0",
- "GYP_CHROMIUM_NO_ACTION": "0",
- "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_library",
"LANDMINES_VERBOSE": "1"
},
"name": "gclient runhooks wrapper"
@@ -110,21 +107,44 @@
"cmd": [
"python",
"-u",
+ "[SLAVE_BUILD]/src/tools/mb/mb.py",
+ "gen",
+ "-m",
+ "chromium.chromedriver",
+ "-b",
+ "Linux32",
+ "//out/Default"
+ ],
+ "name": "meta build"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"[BUILD]/scripts/slave/compile.py",
"--target",
- "Release",
- "chromium_builder_chromedriver"
+ "Default",
+ "chromedriver",
+ "chromedriver_tests",
+ "chromedriver_unittests"
],
"name": "compile"
},
{
+ "cmd": [
+ "strip",
+ "[SLAVE_BUILD]/src/out/Default/chromedriver"
+ ],
+ "name": "strip"
+ },
+ {
"allow_subannotations": true,
"cmd": [
"python",
"-u",
"[BUILD]/scripts/slave/chromium/chromedriver_buildbot_run.py",
"--build-properties={\"buildername\":\"Linux32\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"got_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a35f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revision_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.chromedriver\",\"recipe\":\"chromium.chromedriver.recipe_autogen\",\"slavename\":\"TestSlave\"}",
- "--factory-properties={\"annotated_script\":\"chromedriver_buildbot_run.py\",\"blink_config\":\"chromium\",\"gclient_env\":{\"CHROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"branding=Chrome buildtype=Official component=static_library\",\"LANDMINES_VERBOSE\":\"1\"},\"needs_webdriver_java_tests\":true,\"use_xvfb_on_linux\":true}"
+ "--factory-properties={\"annotated_script\":\"chromedriver_buildbot_run.py\",\"blink_config\":\"chromium\",\"gclient_env\":{\"DEPOT_TOOLS_UPDATE\":\"0\",\"LANDMINES_VERBOSE\":\"1\"},\"needs_webdriver_java_tests\":true,\"use_xvfb_on_linux\":true}"
],
"name": "annotated_steps"
},
@@ -133,4 +153,4 @@
"recipe_result": null,
"status_code": 0
}
-]
+]

Powered by Google App Engine
This is Rietveld 408576698