OLD | NEW |
1 # | 1 # |
2 # Copyright (C) 2013 Google Inc. All rights reserved. | 2 # Copyright (C) 2013 Google Inc. All rights reserved. |
3 # | 3 # |
4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
6 # met: | 6 # met: |
7 # | 7 # |
8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
505 'front_end/network/networkLogView.css', | 505 'front_end/network/networkLogView.css', |
506 'front_end/network/networkPanel.css', | 506 'front_end/network/networkPanel.css', |
507 'front_end/network/requestCookiesView.css', | 507 'front_end/network/requestCookiesView.css', |
508 'front_end/network/requestHeadersView.css', | 508 'front_end/network/requestHeadersView.css', |
509 'front_end/network/webSocketFrameView.css', | 509 'front_end/network/webSocketFrameView.css', |
510 'front_end/network/xmlView.css', | 510 'front_end/network/xmlView.css', |
511 'front_end/network/BlockedURLsPane.js', | 511 'front_end/network/BlockedURLsPane.js', |
512 'front_end/network/EventSourceMessagesView.js', | 512 'front_end/network/EventSourceMessagesView.js', |
513 'front_end/network/FilterSuggestionBuilder.js', | 513 'front_end/network/FilterSuggestionBuilder.js', |
514 'front_end/network/HARWriter.js', | 514 'front_end/network/HARWriter.js', |
| 515 'front_end/network/JSONView.js', |
515 'front_end/network/NetworkConfigView.js', | 516 'front_end/network/NetworkConfigView.js', |
516 'front_end/network/NetworkDataGridNode.js', | 517 'front_end/network/NetworkDataGridNode.js', |
517 'front_end/network/NetworkItemView.js', | 518 'front_end/network/NetworkItemView.js', |
518 'front_end/network/NetworkLogView.js', | 519 'front_end/network/NetworkLogView.js', |
519 'front_end/network/NetworkOverview.js', | 520 'front_end/network/NetworkOverview.js', |
520 'front_end/network/NetworkPanel.js', | 521 'front_end/network/NetworkPanel.js', |
521 'front_end/network/NetworkTimeCalculator.js', | 522 'front_end/network/NetworkTimeCalculator.js', |
522 'front_end/network/RequestCookiesView.js', | 523 'front_end/network/RequestCookiesView.js', |
523 'front_end/network/RequestHeadersView.js', | 524 'front_end/network/RequestHeadersView.js', |
524 'front_end/network/RequestHTMLView.js', | 525 'front_end/network/RequestHTMLView.js', |
525 'front_end/network/RequestJSONView.js', | |
526 'front_end/network/RequestPreviewView.js', | 526 'front_end/network/RequestPreviewView.js', |
527 'front_end/network/RequestResponseView.js', | 527 'front_end/network/RequestResponseView.js', |
528 'front_end/network/RequestTimingView.js', | 528 'front_end/network/RequestTimingView.js', |
529 'front_end/network/RequestView.js', | 529 'front_end/network/RequestView.js', |
530 'front_end/network/ResourceWebSocketFrameView.js', | 530 'front_end/network/ResourceWebSocketFrameView.js', |
531 'front_end/network/XMLView.js', | 531 'front_end/network/XMLView.js', |
532 ], | 532 ], |
533 'devtools_profiler_js_files': [ | 533 'devtools_profiler_js_files': [ |
534 'front_end/profiler/heapProfiler.css', | 534 'front_end/profiler/heapProfiler.css', |
535 'front_end/profiler/profilesPanel.css', | 535 'front_end/profiler/profilesPanel.css', |
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
837 'front_end/Images/toolbarItemSelected.png', | 837 'front_end/Images/toolbarItemSelected.png', |
838 'front_end/Images/touchCursor.png', | 838 'front_end/Images/touchCursor.png', |
839 'front_end/Images/touchCursor_2x.png', | 839 'front_end/Images/touchCursor_2x.png', |
840 'front_end/Images/updateServiceWorker.svg', | 840 'front_end/Images/updateServiceWorker.svg', |
841 ], | 841 ], |
842 'devtools_extension_api_files': [ | 842 'devtools_extension_api_files': [ |
843 'front_end/extensions/ExtensionAPI.js', | 843 'front_end/extensions/ExtensionAPI.js', |
844 ], | 844 ], |
845 }, | 845 }, |
846 } | 846 } |
OLD | NEW |