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

Unified Diff: scripts/slave/recipes/v8/auto_roll_v8_deps.py

Issue 2436983002: V8: Skip inspector_protocol from being auto-rolled into V8 (Closed)
Patch Set: Created 4 years, 2 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: scripts/slave/recipes/v8/auto_roll_v8_deps.py
diff --git a/scripts/slave/recipes/v8/auto_roll_v8_deps.py b/scripts/slave/recipes/v8/auto_roll_v8_deps.py
index 87a00004cc280462b52015fc733d29bebf56babe..a8366df3058efb53d1b13c4b8426e475e5275609 100644
--- a/scripts/slave/recipes/v8/auto_roll_v8_deps.py
+++ b/scripts/slave/recipes/v8/auto_roll_v8_deps.py
@@ -33,6 +33,7 @@ BLACKLIST = [
'test/mozilla/data',
'test/simdjs/data',
'test/test262/data',
+ 'third_party/WebKit/Source/platform/inspector_protocol',
]
def GetDEPS(api, name, repo):
« 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