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

Unified Diff: Source/devtools/front_end/sources/SourcesPanel.js

Issue 366633002: DevTools: Move jsdifflib to "sources", extract "toolbox" module (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove trailing whitespace in jsdifflib.js Created 6 years, 6 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/jsdifflib.js ('k') | Source/devtools/front_end/sources/jsdifflib.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sources/SourcesPanel.js
diff --git a/Source/devtools/front_end/sources/SourcesPanel.js b/Source/devtools/front_end/sources/SourcesPanel.js
index 8c90399ddd1c6a53b2eb134a92ba0a1a00e177b8..066e54474591bd68447637bfdebbb1aa6c25e686 100644
--- a/Source/devtools/front_end/sources/SourcesPanel.js
+++ b/Source/devtools/front_end/sources/SourcesPanel.js
@@ -24,6 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+importScript("jsdifflib.js")
importScript("Placard.js");
importScript("BreakpointsSidebarPane.js");
importScript("CallStackSidebarPane.js");
« no previous file with comments | « Source/devtools/front_end/jsdifflib.js ('k') | Source/devtools/front_end/sources/jsdifflib.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698