OLD | NEW |
| (Empty) |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | |
2 // Use of this source code is governed by a BSD-style license that can be | |
3 // found in the LICENSE file. | |
4 | |
5 importScript("Spectrum.js"); | |
6 importScript("DOMSyntaxHighlighter.js"); | |
7 importScript("ElementsTreeOutline.js"); | |
8 importScript("EventListenersSidebarPane.js"); | |
9 importScript("MetricsSidebarPane.js"); | |
10 importScript("PlatformFontsSidebarPane.js"); | |
11 importScript("PropertiesSidebarPane.js"); | |
12 importScript("StylesSidebarPane.js"); | |
13 importScript("ElementsPanel.js"); | |
OLD | NEW |