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

Unified Diff: deps/dartium.deps/DEPS

Issue 11469030: Removed the 'touch_version.py' runhook in the DEPS file (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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 | « deps/all.deps/DEPS ('k') | deps/standalone.deps/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: deps/dartium.deps/DEPS
diff --git a/deps/dartium.deps/DEPS b/deps/dartium.deps/DEPS
index b6f78198ca34fa4550d05d23e2eaa4a794770bbb..cd127b0525b8ec959e34452de34271df6b1a3102 100644
--- a/deps/dartium.deps/DEPS
+++ b/deps/dartium.deps/DEPS
@@ -55,11 +55,4 @@ hooks[-1:-1] = [{
{
"pattern": "dart",
"action": ["python", "src/dartium_tools/generate_dart_vm_version.py"],
- },
- {
- # A change to any file causes an updated modification time for VERSION
- # so that the Dart VM version reported through the Dart C API will be
- # properly setup.
- "pattern": "dart",
- "action": ["python", "src/dart/tools/touch_version.py"],
}]
« no previous file with comments | « deps/all.deps/DEPS ('k') | deps/standalone.deps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698