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

Unified Diff: Source/devtools/scripts/frontend_modules.json

Issue 373743003: DevTools: Add support for adding source map to a script from the DevTools window. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/frontend_modules.json
diff --git a/Source/devtools/scripts/frontend_modules.json b/Source/devtools/scripts/frontend_modules.json
index b8cffc0e165161f241757b2d3587d6a8c488f032..795f9c2210a12002b0681143a5b23e918491e34d 100644
--- a/Source/devtools/scripts/frontend_modules.json
+++ b/Source/devtools/scripts/frontend_modules.json
@@ -275,6 +275,7 @@
"name": "sources",
"dependencies": ["components", "source_frame"],
"sources": [
+ "sources/AddSourceMapURLDialog.js",
"sources/BreakpointsSidebarPane.js",
"sources/CSSSourceFrame.js",
"sources/CallStackSidebarPane.js",

Powered by Google App Engine
This is Rietveld 408576698