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

Unified Diff: third_party/WebKit/Source/devtools/devtools.gypi

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/devtools.gypi
diff --git a/third_party/WebKit/Source/devtools/devtools.gypi b/third_party/WebKit/Source/devtools/devtools.gypi
index a519b7349f14fdca823a9afd8038bd239d3fccb6..7292a58f281fd7f1c90d3de2b172a5bbf573a6eb 100644
--- a/third_party/WebKit/Source/devtools/devtools.gypi
+++ b/third_party/WebKit/Source/devtools/devtools.gypi
@@ -620,6 +620,7 @@
'front_end/formatter_worker/IdentityFormatter.js',
'front_end/formatter_worker/JavaScriptOutline.js',
'front_end/formatter_worker/FormatterWorker.js',
+ 'front_end/formatter_worker/RelaxedJSONParser.js',
],
'devtools_settings_js_files': [
'front_end/settings/editFileSystemView.css',

Powered by Google App Engine
This is Rietveld 408576698