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

Side by Side Diff: scripts/slave/recipe_modules/path/config.expected/windows.json

Issue 24737002: Add Paths as first-class types in configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Address comments Created 7 years, 2 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "BASE": {
3 "base_paths": {
4 "cwd": [
5 "E:\\",
6 "build",
7 "slave",
8 "fake_slave",
9 "build"
10 ]
11 }
12 },
13 "buildbot": {
14 "base_paths": {
15 "build": [
16 "E:\\",
17 "build"
18 ],
19 "build_internal": [
20 "E:\\",
21 "build_internal"
22 ],
23 "cwd": [
24 "E:\\",
25 "build",
26 "slave",
27 "fake_slave",
28 "build"
29 ],
30 "depot_tools": [
31 "E:\\",
32 "depot_tools"
33 ],
34 "root": [
35 "E:\\"
36 ],
37 "slave_build": [
38 "E:\\",
39 "build",
40 "slave",
41 "fake_slave",
42 "build"
43 ]
44 },
45 "dynamic_paths": {
46 "checkout": null
47 }
48 }
49 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698