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

Unified Diff: DEPS

Issue 2187533002: skia_commit_hash.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-07-29 (Friday) 14:04:15 EDT Created 4 years, 5 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 | content/browser/gpu/gpu_internals_ui.cc » ('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 4d8102e946852cdd1cf376f772d6451fb20d14e7..71c365dc310eb00c098165d9054ffdaf8579810a 100644
--- a/DEPS
+++ b/DEPS
@@ -762,6 +762,15 @@ hooks = [
'-s', 'src/third_party/WebKit',
'-o', 'src/build/util/LASTCHANGE.blink'],
},
+ {
+ # Update skia_commit_hash.h.
+ 'name': 'lastchange_skia',
+ 'pattern': '.',
+ 'action': ['python', 'src/build/util/lastchange.py',
+ '-m', 'SKIA_COMMIT_HASH',
+ '-s', 'src/third_party/skia',
+ '--header', 'src/skia/ext/skia_commit_hash.h'],
+ },
# Pull GN binaries. This needs to be before running GYP below.
{
'name': 'gn_win',
« no previous file with comments | « no previous file | content/browser/gpu/gpu_internals_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698