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

Unified Diff: DEPS

Issue 932993003: Download the dart sdk into third_party/. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Use dev url. Created 5 years, 10 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 | « .gitignore ('k') | tools/dart/update.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index a12af1d349cab52bf3d94ce3469ba10f8c51e606..bb154988cf3f24fd09cf02ab0210272a0fd2c306 100644
--- a/DEPS
+++ b/DEPS
@@ -235,6 +235,12 @@ hooks = [
'action': ['python', 'src/tools/clang/scripts/update.py', '--if-needed'],
},
{
+ # Pull dart sdk if needed
+ 'name': 'dart',
+ 'pattern': '.',
+ 'action': ['python', 'src/tools/dart/update.py'],
+ },
+ {
# Update the Windows toolchain if necessary.
'name': 'win_toolchain',
'pattern': '.',
« no previous file with comments | « .gitignore ('k') | tools/dart/update.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698