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

Unified Diff: DEPS

Issue 1725103002: Do gyp_dart after downloading from cloud storage (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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 | « no previous file | no next file » | 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 274afa0857f0e8b524091569ee2e2189cc345bc2..38ccb518da537ddbbaa97640e54a506984659343 100644
--- a/DEPS
+++ b/DEPS
@@ -292,10 +292,6 @@ deps_os = {
# without the runtime being available.
hooks = [
{
- "pattern": ".",
- "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"],
- },
- {
'name': 'd8_testing_binaries',
'pattern': '.',
'action': [
@@ -429,4 +425,8 @@ hooks = [
Var('dart_root') + "/third_party/clang.tar.gz.sha1",
],
},
+ {
+ "pattern": ".",
+ "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"],
+ },
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698