| 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 abd0e4fc73c4b094f182b2005b9a7e8c1c8cfffb..3449ce7420437e198d36950cdfc540fdda55f392 100644
|
| --- a/third_party/WebKit/Source/devtools/devtools.gypi
|
| +++ b/third_party/WebKit/Source/devtools/devtools.gypi
|
| @@ -512,6 +512,7 @@
|
| 'front_end/network/EventSourceMessagesView.js',
|
| 'front_end/network/FilterSuggestionBuilder.js',
|
| 'front_end/network/HARWriter.js',
|
| + 'front_end/network/JSONView.js',
|
| 'front_end/network/NetworkConfigView.js',
|
| 'front_end/network/NetworkDataGridNode.js',
|
| 'front_end/network/NetworkItemView.js',
|
| @@ -522,7 +523,6 @@
|
| 'front_end/network/RequestCookiesView.js',
|
| 'front_end/network/RequestHeadersView.js',
|
| 'front_end/network/RequestHTMLView.js',
|
| - 'front_end/network/RequestJSONView.js',
|
| 'front_end/network/RequestPreviewView.js',
|
| 'front_end/network/RequestResponseView.js',
|
| 'front_end/network/RequestTimingView.js',
|
|
|