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

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

Issue 283063003: DevTools: Implement extension-based status bar buttons (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix setting-based buttons initialization logic Created 6 years, 7 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
Index: Source/devtools/scripts/compile_frontend.py
diff --git a/Source/devtools/scripts/compile_frontend.py b/Source/devtools/scripts/compile_frontend.py
index e3143f5dbad485ac354aa7cef61f952bf94cff34..66e98a00d3b9a26afca7f3ab95ef5f2ac4ea2931 100755
--- a/Source/devtools/scripts/compile_frontend.py
+++ b/Source/devtools/scripts/compile_frontend.py
@@ -75,6 +75,7 @@ allowed_import_statements_files = [
"elements/ElementsPanel.js",
"resources/ResourcesPanel.js",
"network/NetworkPanel.js",
+ "settings/SettingsScreen.js",
"sources/SourcesPanel.js",
"timeline/TimelinePanel.js",
"profiler/ProfilesPanel.js",

Powered by Google App Engine
This is Rietveld 408576698