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

Unified Diff: DEPS

Issue 855263002: Revert of Reland Auto-generate v8 version based on tags. (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 | « BUILD.gn ('k') | tools/gyp/v8.gyp » ('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 7bf4794a7cdc35d704b0a1845e828c0dbaf71366..67886bcee89a766f00061790b8287193d0eb730a 100644
--- a/DEPS
+++ b/DEPS
@@ -88,13 +88,6 @@
'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'],
},
{
- # Generate v8 version based on the last git tag.
- "pattern": ".",
- "action": ["python",
- "v8/tools/push-to-trunk/generate_version.py",
- "--hook"],
- },
- {
# 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 | « BUILD.gn ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698