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

Unified Diff: Source/devtools/scripts/compile_frontend.py

Issue 23484056: [DevTools] Renaming Scripts panel to Sources panel (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Modified missed files Created 7 years, 3 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/front_end/sourcesPanel.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/scripts/compile_frontend.py
diff --git a/Source/devtools/scripts/compile_frontend.py b/Source/devtools/scripts/compile_frontend.py
index e0ae3d2879cc43ae7fdf5c6b73e8e8f93a19ed11..6aeb69a5cc9cb77d2ad3b4f6d30938fbeb55afc7 100755
--- a/Source/devtools/scripts/compile_frontend.py
+++ b/Source/devtools/scripts/compile_frontend.py
@@ -262,10 +262,10 @@ modules = [
"NavigatorView.js",
"RevisionHistoryView.js",
"ScopeChainSidebarPane.js",
- "ScriptsNavigator.js",
- "ScriptsPanel.js",
- "ScriptsPanelDescriptor.js",
- "ScriptsSearchScope.js",
+ "SourcesNavigator.js",
+ "SourcesPanel.js",
+ "SourcesPanelDescriptor.js",
+ "SourcesSearchScope.js",
"StyleSheetOutlineDialog.js",
"TabbedEditorContainer.js",
"UISourceCodeFrame.js",
@@ -398,7 +398,7 @@ allowed_import_statements_files = [
"ElementsPanel.js",
"ResourcesPanel.js",
"NetworkPanel.js",
- "ScriptsPanel.js",
+ "SourcesPanel.js",
"TimelinePanel.js",
"ProfilesPanel.js",
"AuditsPanel.js",
« no previous file with comments | « Source/devtools/front_end/sourcesPanel.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698