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

Unified Diff: Source/devtools/scripts/generate_devtools_html.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/frontend_modules.json ('k') | Tools/Scripts/webkitpy/style/checker_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/scripts/generate_devtools_html.py
diff --git a/Source/devtools/scripts/generate_devtools_html.py b/Source/devtools/scripts/generate_devtools_html.py
old mode 100644
new mode 100755
index a5cf3abc697c1338d6134d08cd3e9733b8fff5f1..32a5cb0fe066e16a7e5b790f922de1a9a1ac4cf7
--- a/Source/devtools/scripts/generate_devtools_html.py
+++ b/Source/devtools/scripts/generate_devtools_html.py
@@ -51,7 +51,7 @@ def write_devtools_html(inspector_file, devtools_file, debug):
continue
if '</head>' in line and not debug:
devtools_file.write(generate_include_tag("inspector.css"))
- devtools_file.write(generate_include_tag("inspector.js"))
+ devtools_file.write(generate_include_tag("Main.js"))
devtools_file.write(line)
if '<head>' in line:
devtools_file.write(generate_include_tag("buildSystemOnly.js"))
« no previous file with comments | « Source/devtools/scripts/frontend_modules.json ('k') | Tools/Scripts/webkitpy/style/checker_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698