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

Unified Diff: recipes/blink.py

Issue 825133002: Speculative fix for build on windows build bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: expected_root Created 6 years 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 | « recipes/android.py ('k') | recipes/ios.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipes/blink.py
diff --git a/recipes/blink.py b/recipes/blink.py
index b453f5d6be4ac96159fcf57748b359c1735f2d80..aa6084454a73a0b54e0155ebbb5a10299f8f1f82 100644
--- a/recipes/blink.py
+++ b/recipes/blink.py
@@ -30,6 +30,10 @@ class Blink(recipe_util.Recipe):
},
}
+ @staticmethod
+ def expected_root(_props):
+ return ''
+
def main(argv=None):
return Blink().handle_args(argv)
« no previous file with comments | « recipes/android.py ('k') | recipes/ios.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698