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

Unified 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: license 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/recipe_modules/path/config.expected/posix.json
diff --git a/scripts/slave/recipe_modules/path/config.expected/posix.json b/scripts/slave/recipe_modules/path/config.expected/posix.json
new file mode 100644
index 0000000000000000000000000000000000000000..708daea0edcb23a2128f5fe9bb352089e5b3f97f
--- /dev/null
+++ b/scripts/slave/recipe_modules/path/config.expected/posix.json
@@ -0,0 +1,56 @@
+{
+ "BASE": {
+ "base_paths": {
+ "cwd": [
+ "/",
+ "b",
+ "build",
+ "slave",
+ "fake_slave",
+ "build"
+ ]
+ }
+ },
+ "buildbot": {
+ "base_paths": {
+ "build": [
+ "/",
+ "b",
+ "build"
+ ],
+ "build_internal": [
+ "/",
+ "b",
+ "build_internal"
+ ],
+ "cwd": [
+ "/",
+ "b",
+ "build",
+ "slave",
+ "fake_slave",
+ "build"
+ ],
+ "depot_tools": [
+ "/",
+ "b",
+ "depot_tools"
+ ],
+ "root": [
+ "/",
+ "b"
+ ],
+ "slave_build": [
+ "/",
+ "b",
+ "build",
+ "slave",
+ "fake_slave",
+ "build"
+ ]
+ },
+ "dynamic_paths": {
+ "checkout": null
+ }
+ }
+}
« no previous file with comments | « scripts/slave/recipe_modules/path/config.py ('k') | scripts/slave/recipe_modules/path/config.expected/windows.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698