Rename BlackboxManager.js to IgnoreListManager.js
This patch replaces unwelcoming language with better terms.
Bug: 1152082
Design doc: http://doc/1UnwKLgjYPDsLsYCBh9LKiaPN6Aq2XLKvt4Ak3FT7J3k
Change-Id: I6a42ef748f2b8e15c05b607ef7a4431948e116c9
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2584971
Commit-Queue: Wolfgang Beyer <[email protected]>
Reviewed-by: Paul Lewis <[email protected]>
diff --git a/front_end/bindings/BUILD.gn b/front_end/bindings/BUILD.gn
index 6ef4987..b78c3bc 100644
--- a/front_end/bindings/BUILD.gn
+++ b/front_end/bindings/BUILD.gn
@@ -7,7 +7,6 @@
devtools_module("bindings") {
sources = [
- "BlackboxManager.js",
"BreakpointManager.js",
"CSSWorkspaceBinding.js",
"CompilerScriptMapping.js",
@@ -16,6 +15,7 @@
"DebuggerWorkspaceBinding.js",
"DefaultScriptMapping.js",
"FileUtils.js",
+ "IgnoreListManager.js",
"LiveLocation.js",
"NetworkProject.js",
"PresentationConsoleMessageHelper.js",