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

Unified Diff: Source/devtools/front_end/settings/SettingsScreen.js

Issue 458753003: Revert of DevTools: Introduce module initializers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/sdk/CSSParser.js ('k') | Source/devtools/front_end/settings/_module.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/settings/SettingsScreen.js
diff --git a/Source/devtools/front_end/settings/SettingsScreen.js b/Source/devtools/front_end/settings/SettingsScreen.js
index 2c76df2ebba885a3f62b4dea3cb22a9293b4aa23..354004e6a7431ea539e09b5e6e546618e1782c23 100644
--- a/Source/devtools/front_end/settings/SettingsScreen.js
+++ b/Source/devtools/front_end/settings/SettingsScreen.js
@@ -28,6 +28,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+importScript("EditFileSystemDialog.js");
+importScript("FrameworkBlackboxDialog.js");
+
/**
* @constructor
* @param {!function()} onHide
« no previous file with comments | « Source/devtools/front_end/sdk/CSSParser.js ('k') | Source/devtools/front_end/settings/_module.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698