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

Unified Diff: deps/standalone.deps/DEPS

Issue 26212004: standalone.deps: Change gyp generation to make "./tools/build.py runtime" work (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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
« dart/tools/generate_projects.py ('K') | « dart/tools/gyp_dart.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: deps/standalone.deps/DEPS
diff --git a/deps/standalone.deps/DEPS b/deps/standalone.deps/DEPS
index 1928d15a83d6691a30ac51e258010889a01d9e0b..40d680fd4f760f88f17842625a0f11619ae0c673 100644
--- a/deps/standalone.deps/DEPS
+++ b/deps/standalone.deps/DEPS
@@ -51,6 +51,6 @@ deps_os = {
hooks = [
{
"pattern": ".",
- "action": ["python", "dart/tools/generate_projects.py", "runtime"],
+ "action": ["python", "dart/tools/gyp_dart.py", "runtime"],
},
]
« dart/tools/generate_projects.py ('K') | « dart/tools/gyp_dart.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698