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

Unified Diff: app.py

Issue 169163005: Cache current V8 sheriff. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/chromium-build.git@master
Patch Set: Created 6 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app.py
diff --git a/app.py b/app.py
index b988164b4565728c2c9dd8d17e2f41dfb848447d..9c2a4f1ee1ec824d28b4eac48d297d5cee287352 100644
--- a/app.py
+++ b/app.py
@@ -532,6 +532,7 @@ def console_handler(unquoted_localpath, remoteurl, page_data=None):
'sheriff_memory',
'sheriff_nacl',
'sheriff_perf',
+ 'sheriff_v8',
'sheriff_webkit',
]
for sheriff_file in sheriff_files:
@@ -1081,6 +1082,11 @@ URLS = [
'maxage': 15*60, # 15 mins
},
{
+ 'remoteurl': 'http://build.chromium.org/p/chromium/sheriff_v8.js',
+ 'localpath': 'chromium/sheriff_v8.js',
+ 'maxage': 15*60, # 15 mins
+ },
+ {
'remoteurl': 'http://build.chromium.org/p/chromium/sheriff_webkit.js',
'localpath': 'chromium/sheriff_webkit.js',
'maxage': 15*60, # 15 mins
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698