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

Unified Diff: DEPS

Issue 2400493002: Select GN build with an environment variable (Closed)
Patch Set: Created 4 years, 2 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 | tools/build.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 839adc8becc2613dfbde4068ab4d71a384784250..b037a5d90592228836f06b0c7416eadac2bbd034 100644
--- a/DEPS
+++ b/DEPS
@@ -569,6 +569,6 @@ hooks = [
},
{
"pattern": ".",
- "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"],
+ "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"],
},
]
« no previous file with comments | « no previous file | tools/build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698