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

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

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

Powered by Google App Engine
This is Rietveld 408576698