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

Unified Diff: third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json

Issue 1912973002: [DevTools] JSONView parsing smarter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json b/third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json
index 0a2036a0233f870c7039fd3a4e1285a1c4c903d9..4c12baa911ab616fa1b550c63de8ce28848b6e26 100644
--- a/third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json
@@ -15,7 +15,8 @@
"CSSRuleParser.js",
"HTMLFormatter.js",
"IdentityFormatter.js",
- "JavaScriptOutline.js"
+ "JavaScriptOutline.js",
+ "RelaxedJSONParser.js"
],
"skip_compilation": [
"../acorn/acorn.js",

Powered by Google App Engine
This is Rietveld 408576698