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

Unified 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: 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/windows.json
diff --git a/scripts/slave/recipe_modules/path/config.expected/windows.json b/scripts/slave/recipe_modules/path/config.expected/windows.json
new file mode 100644
index 0000000000000000000000000000000000000000..dba181fee94eac48a395a357018efffd357bdfc5
--- /dev/null
+++ b/scripts/slave/recipe_modules/path/config.expected/windows.json
@@ -0,0 +1,49 @@
+{
+ "BASE": {
+ "base_paths": {
+ "cwd": [
+ "D:\\",
+ "build",
+ "slave",
+ "fake_slave",
+ "build"
+ ]
+ }
+ },
+ "buildbot": {
+ "base_paths": {
+ "build": [
+ "D:\\",
+ "build"
+ ],
+ "build_internal": [
+ "D:\\",
+ "build_internal"
+ ],
+ "cwd": [
+ "D:\\",
+ "build",
+ "slave",
+ "fake_slave",
+ "build"
+ ],
+ "depot_tools": [
+ "D:\\",
+ "depot_tools"
+ ],
+ "root": [
+ "D:\\"
+ ],
+ "slave_build": [
+ "D:\\",
+ "build",
+ "slave",
+ "fake_slave",
+ "build"
+ ]
+ },
+ "dynamic_paths": {
+ "checkout": null
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698