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

Unified Diff: recipe_modules/depot_tools/example.expected/basic.json

Issue 1915833003: tryserver recipe_module: Add get_tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Minor things. Created 4 years, 7 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
« no previous file with comments | « recipe_modules/depot_tools/example.py ('k') | recipe_modules/depot_tools/example.expected/win.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/depot_tools/example.expected/basic.json
diff --git a/recipe_modules/depot_tools/example.expected/basic.json b/recipe_modules/depot_tools/example.expected/basic.json
new file mode 100644
index 0000000000000000000000000000000000000000..e8ad01fe629358035e58b8114ef418d24a2809e4
--- /dev/null
+++ b/recipe_modules/depot_tools/example.expected/basic.json
@@ -0,0 +1,42 @@
+[
+ {
+ "cmd": [
+ "ls",
+ "RECIPE_PACKAGE_REPO[depot_tools]/download_from_google_storage.py"
+ ],
+ "name": "download_from_google_storage"
+ },
+ {
+ "cmd": [
+ "ls",
+ "RECIPE_PACKAGE_REPO[depot_tools]/cros"
+ ],
+ "name": "cros"
+ },
+ {
+ "cmd": [
+ "ls",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gn.py"
+ ],
+ "name": "gn_py_path"
+ },
+ {
+ "cmd": [
+ "ls",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py"
+ ],
+ "name": "gsutil_py_path"
+ },
+ {
+ "cmd": [
+ "ls",
+ "RECIPE_PACKAGE_REPO[depot_tools]/ninja"
+ ],
+ "name": "ninja_path"
+ },
+ {
+ "name": "$result",
+ "recipe_result": null,
+ "status_code": 0
+ }
+]
« no previous file with comments | « recipe_modules/depot_tools/example.py ('k') | recipe_modules/depot_tools/example.expected/win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698