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

Unified Diff: DEPS

Issue 866263005: Remove version generation approach. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 11 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') | Makefile » ('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 25a5d76231772dfacae63af7a01a360fb4976024..9cb755197adec16f77d00822993e4eaf0df218da 100644
--- a/DEPS
+++ b/DEPS
@@ -88,11 +88,6 @@ hooks = [
'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'],
},
{
- # Generate v8 version based on the last git tag.
- "pattern": ".",
- "action": ["python", "v8/build/generate_version.py"],
- },
- {
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
"pattern": ".",
"action": ["python", "v8/build/gyp_v8"],
« no previous file with comments | « .gitignore ('k') | Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698