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

Unified Diff: scripts/slave/recipes/android_webview_aosp.expected/basic.json

Issue 17635005: Make blink_trybot recipe work on windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Address comments Created 7 years, 6 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/android_webview_aosp.expected/basic.json
diff --git a/scripts/slave/recipes/android_webview_aosp.expected/basic.json b/scripts/slave/recipes/android_webview_aosp.expected/basic.json
index c3d3027e8913f11426dd01c7db4b5e07f8265f6f..60b9afac7275b6f30973c9ce67c83e46f33724e5 100644
--- a/scripts/slave/recipes/android_webview_aosp.expected/basic.json
+++ b/scripts/slave/recipes/android_webview_aosp.expected/basic.json
@@ -1,15 +1,15 @@
[
{
- "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "config", "--spec", "deps_os = {}\nhooks = []\nsolutions = [{'custom_deps': {}, 'custom_vars': {}, 'deps_file': '', 'managed': True, 'name': 'src', 'safesync_url': None, 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]\ntarget_os = []\ntarget_os_only = False"],
+ "cmd": ["python", "-u", "[DEPOT_TOOLS_ROOT]/gclient.py", "config", "--spec", "deps_os = {}\nhooks = []\nsolutions = [{'custom_deps': {}, 'custom_vars': {}, 'deps_file': '', 'managed': True, 'name': 'src', 'safesync_url': None, 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]\ntarget_os = []\ntarget_os_only = False"],
"name": "[spec: empty_deps] gclient setup",
"seed_steps": ["[spec: empty_deps] gclient setup", "[spec: empty_deps] gclient revert", "[spec: empty_deps] gclient sync"]
},
{
- "cmd": ["python", "[BUILD_ROOT]/scripts/slave/gclient_safe_revert.py", ".", "[DEPOT_TOOLS_ROOT]/gclient"],
+ "cmd": ["python", "-u", "[BUILD_ROOT]/scripts/slave/gclient_safe_revert.py", ".", "[DEPOT_TOOLS_ROOT]/gclient"],
"name": "[spec: empty_deps] gclient revert"
},
{
- "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "sync", "--nohooks", "--revision", "src@204787"],
+ "cmd": ["python", "-u", "[DEPOT_TOOLS_ROOT]/gclient.py", "sync", "--nohooks", "--revision", "src@204787"],
"name": "[spec: empty_deps] gclient sync"
},
{
@@ -17,16 +17,16 @@
"name": "calculate trimmed deps"
},
{
- "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "config", "--spec", "deps_os = {}\nhooks = []\nsolutions = [{'custom_deps': {'src/blacklist/project/1': None, 'src/blacklist/project/2': None}, 'custom_vars': {}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'safesync_url': None, 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']\ntarget_os_only = False"],
+ "cmd": ["python", "-u", "[DEPOT_TOOLS_ROOT]/gclient.py", "config", "--spec", "deps_os = {}\nhooks = []\nsolutions = [{'custom_deps': {'src/blacklist/project/1': None, 'src/blacklist/project/2': None}, 'custom_vars': {}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'safesync_url': None, 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']\ntarget_os_only = False"],
"name": "[spec: trimmed] gclient setup",
"seed_steps": ["[spec: trimmed] gclient setup", "[spec: trimmed] gclient revert", "[spec: trimmed] gclient sync"]
},
{
- "cmd": ["python", "[BUILD_ROOT]/scripts/slave/gclient_safe_revert.py", ".", "[DEPOT_TOOLS_ROOT]/gclient"],
+ "cmd": ["python", "-u", "[BUILD_ROOT]/scripts/slave/gclient_safe_revert.py", ".", "[DEPOT_TOOLS_ROOT]/gclient"],
"name": "[spec: trimmed] gclient revert"
},
{
- "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "sync", "--nohooks", "--revision", "src@204787"],
+ "cmd": ["python", "-u", "[DEPOT_TOOLS_ROOT]/gclient.py", "sync", "--nohooks", "--revision", "src@204787"],
"name": "[spec: trimmed] gclient sync"
},
{

Powered by Google App Engine
This is Rietveld 408576698