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

Side by Side Diff: scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x86_wow64_rel_clobber.json

Issue 1354973003: crashpad: set up for wow64 testing (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: remove unnecessary |slavebuilddir|s Created 5 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 unified diff | Download patch
« no previous file with comments | « scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x86_wow64_rel.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[DEPOT_TOOLS]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpad/crashpad.git '}]" 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpad/crashpad.git '}]"
10 ], 10 ],
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "cmd": [ 82 "cmd": [
83 "python", 83 "python",
84 "-u", 84 "-u",
85 "[SLAVE_BUILD]/crashpad/build/run_tests.py", 85 "[SLAVE_BUILD]/crashpad/build/run_tests.py",
86 "Release" 86 "Release"
87 ], 87 ],
88 "cwd": "[SLAVE_BUILD]", 88 "cwd": "[SLAVE_BUILD]",
89 "name": "run tests" 89 "name": "run tests"
90 } 90 }
91 ] 91 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x86_wow64_rel.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698