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

Unified Diff: scripts/slave/recipes/polymer.expected/polymer-win.json

Issue 24650004: Fix hack for test presentation in path api. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 7 years, 3 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/polymer.expected/polymer-win.json
diff --git a/scripts/slave/recipes/polymer.expected/polymer-win.json b/scripts/slave/recipes/polymer.expected/polymer-win.json
index 8bde46b6410e4593ff5dcaa3d8bf5d9a19f9833e..96d18727f99adab57ffa5319595bf14b31a464b4 100644
--- a/scripts/slave/recipes/polymer.expected/polymer-win.json
+++ b/scripts/slave/recipes/polymer.expected/polymer-win.json
@@ -3,7 +3,7 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS_ROOT]\\gclient.py",
+ "[DEPOT_TOOLS]\\gclient.py",
"config",
"--spec",
"cache_dir = None\nsolutions = [{'deps_file': '', 'managed': True, 'name': 'polymer', 'url': 'https://github.com/Polymer/polymer.git'}, {'deps_file': '', 'managed': True, 'name': 'platform', 'url': 'https://github.com/Polymer/platform.git'}, {'deps_file': '', 'managed': True, 'name': 'WeakMap', 'url': 'https://github.com/Polymer/WeakMap.git'}, {'deps_file': '', 'managed': True, 'name': 'CustomElements', 'url': 'https://github.com/Polymer/CustomElements.git'}, {'deps_file': '', 'managed': True, 'name': 'ShadowDOM', 'url': 'https://github.com/Polymer/ShadowDOM.git'}, {'deps_file': '', 'managed': True, 'name': 'HTMLImports', 'url': 'https://github.com/Polymer/HTMLImports.git'}, {'deps_file': '', 'managed': True, 'name': 'observe-js', 'url': 'https://github.com/Polymer/observe-js.git'}, {'deps_file': '', 'managed': True, 'name': 'NodeBind', 'url': 'https://github.com/Polymer/NodeBind.git'}, {'deps_file': '', 'managed': True, 'name': 'TemplateBinding', 'url': 'https://github.com/Polymer/TemplateBinding.git'}, {'deps_file': '', 'managed': True, 'name': 'polymer-expressions', 'url': 'https://github.com/Polymer/polymer-expressions.git'}, {'deps_file': '', 'managed': True, 'name': 'PointerGestures', 'url': 'https://github.com/Polymer/PointerGestures.git'}, {'deps_file': '', 'managed': True, 'name': 'PointerEvents', 'url': 'https://github.com/Polymer/PointerEvents.git'}, {'deps_file': '', 'managed': True, 'name': 'tools', 'url': 'https://github.com/Polymer/tools.git'}]"
@@ -20,9 +20,9 @@
"cmd": [
"python",
"-u",
- "[BUILD_ROOT]\\scripts\\slave\\gclient_safe_revert.py",
+ "[BUILD]\\scripts\\slave\\gclient_safe_revert.py",
".",
- "[DEPOT_TOOLS_ROOT]\\gclient.bat"
+ "[DEPOT_TOOLS]\\gclient.bat"
],
"name": "gclient revert"
},
@@ -30,7 +30,7 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS_ROOT]\\gclient.py",
+ "[DEPOT_TOOLS]\\gclient.py",
"sync",
"--nohooks",
"--output-json",
@@ -48,7 +48,7 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS_ROOT]\\gclient.py",
+ "[DEPOT_TOOLS]\\gclient.py",
"recurse",
"git",
"submodule",
@@ -63,7 +63,7 @@
"npm.cmd",
"install"
],
- "cwd": "[SLAVE_BUILD_ROOT]\\polymer",
+ "cwd": "[SLAVE_BUILD]\\polymer",
"env": {
"CHROME_BIN": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe",
"IE_BIN": "C:\\Program Files\\Internet Explorer\\iexplore.exe",
@@ -77,7 +77,7 @@
"grunt.cmd",
"test-buildbot"
],
- "cwd": "[SLAVE_BUILD_ROOT]\\polymer",
+ "cwd": "[SLAVE_BUILD]\\polymer",
"env": {
"CHROME_BIN": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe",
"IE_BIN": "C:\\Program Files\\Internet Explorer\\iexplore.exe",
« no previous file with comments | « scripts/slave/recipes/polymer.expected/polymer-mac.json ('k') | scripts/slave/recipes/run_presubmit.expected/blink.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698