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

Unified Diff: Tools/Scripts/webkitpy/style/checker_unittest.py

Issue 202763006: DevTools: Rename inspector.js -> Main.js to follow the type name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 | « Source/devtools/scripts/generate_devtools_html.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/style/checker_unittest.py
diff --git a/Tools/Scripts/webkitpy/style/checker_unittest.py b/Tools/Scripts/webkitpy/style/checker_unittest.py
index 1c588732051dc0b6e45c271d91ddeb3f394e5ae2..4fd7a0779345ab6b5aa3f641b5cfa6d0deca09d3 100644
--- a/Tools/Scripts/webkitpy/style/checker_unittest.py
+++ b/Tools/Scripts/webkitpy/style/checker_unittest.py
@@ -474,7 +474,7 @@ class CheckerDispatcherDispatchTest(unittest.TestCase):
"foo.txt",
"foo.xhtml",
"foo.y",
- os.path.join("Source", "WebCore", "inspector", "front-end", "inspector.js"),
+ os.path.join("Source", "WebCore", "inspector", "front-end", "Main.js"),
os.path.join("Tools", "Scripts", "check-webkit-style"),
]
« no previous file with comments | « Source/devtools/scripts/generate_devtools_html.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698