| 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 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 554 'front_end/network/xmlView.css', | 554 'front_end/network/xmlView.css', |
| 555 'front_end/network/BlockedURLsPane.js', | 555 'front_end/network/BlockedURLsPane.js', |
| 556 'front_end/network/EventSourceMessagesView.js', | 556 'front_end/network/EventSourceMessagesView.js', |
| 557 'front_end/network/FilterSuggestionBuilder.js', | 557 'front_end/network/FilterSuggestionBuilder.js', |
| 558 'front_end/network/HARWriter.js', | 558 'front_end/network/HARWriter.js', |
| 559 'front_end/network/JSONView.js', | 559 'front_end/network/JSONView.js', |
| 560 'front_end/network/NetworkConfigView.js', | 560 'front_end/network/NetworkConfigView.js', |
| 561 'front_end/network/NetworkDataGridNode.js', | 561 'front_end/network/NetworkDataGridNode.js', |
| 562 'front_end/network/NetworkItemView.js', | 562 'front_end/network/NetworkItemView.js', |
| 563 'front_end/network/NetworkLogView.js', | 563 'front_end/network/NetworkLogView.js', |
| 564 'front_end/network/NetworkLogViewColumns.js', |
| 564 'front_end/network/NetworkOverview.js', | 565 'front_end/network/NetworkOverview.js', |
| 565 'front_end/network/NetworkPanel.js', | 566 'front_end/network/NetworkPanel.js', |
| 566 'front_end/network/NetworkTimeCalculator.js', | 567 'front_end/network/NetworkTimeCalculator.js', |
| 567 'front_end/network/RequestCookiesView.js', | 568 'front_end/network/RequestCookiesView.js', |
| 568 'front_end/network/RequestHeadersView.js', | 569 'front_end/network/RequestHeadersView.js', |
| 569 'front_end/network/RequestHTMLView.js', | 570 'front_end/network/RequestHTMLView.js', |
| 570 'front_end/network/RequestPreviewView.js', | 571 'front_end/network/RequestPreviewView.js', |
| 571 'front_end/network/RequestResponseView.js', | 572 'front_end/network/RequestResponseView.js', |
| 572 'front_end/network/RequestTimingView.js', | 573 'front_end/network/RequestTimingView.js', |
| 573 'front_end/network/RequestView.js', | 574 'front_end/network/RequestView.js', |
| (...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 899 'front_end/Images/toolbarResizerVertical.png', | 900 'front_end/Images/toolbarResizerVertical.png', |
| 900 'front_end/Images/toolbarItemSelected.png', | 901 'front_end/Images/toolbarItemSelected.png', |
| 901 'front_end/Images/touchCursor.png', | 902 'front_end/Images/touchCursor.png', |
| 902 'front_end/Images/touchCursor_2x.png', | 903 'front_end/Images/touchCursor_2x.png', |
| 903 ], | 904 ], |
| 904 'devtools_extension_api_files': [ | 905 'devtools_extension_api_files': [ |
| 905 'front_end/extensions/ExtensionAPI.js', | 906 'front_end/extensions/ExtensionAPI.js', |
| 906 ], | 907 ], |
| 907 }, | 908 }, |
| 908 } | 909 } |
| OLD | NEW |