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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
400 'front_end/layers/LayersPanel.js', | 400 'front_end/layers/LayersPanel.js', |
401 ], | 401 ], |
402 'devtools_network_js_files': [ | 402 'devtools_network_js_files': [ |
403 'front_end/network/networkLogView.css', | 403 'front_end/network/networkLogView.css', |
404 'front_end/network/networkPanel.css', | 404 'front_end/network/networkPanel.css', |
405 'front_end/network/requestCookiesView.css', | 405 'front_end/network/requestCookiesView.css', |
406 'front_end/network/requestHeadersView.css', | 406 'front_end/network/requestHeadersView.css', |
407 'front_end/network/webSocketFrameView.css', | 407 'front_end/network/webSocketFrameView.css', |
408 'front_end/network/FilterSuggestionBuilder.js', | 408 'front_end/network/FilterSuggestionBuilder.js', |
409 'front_end/network/NetworkItemView.js', | 409 'front_end/network/NetworkItemView.js', |
410 'front_end/network/NetworkDataGridNode.js', | |
411 'front_end/network/NetworkLogView.js', | |
412 'front_end/network/NetworkPanel.js', | 410 'front_end/network/NetworkPanel.js', |
413 'front_end/network/RequestCookiesView.js', | 411 'front_end/network/RequestCookiesView.js', |
414 'front_end/network/RequestHeadersView.js', | 412 'front_end/network/RequestHeadersView.js', |
415 'front_end/network/RequestHTMLView.js', | 413 'front_end/network/RequestHTMLView.js', |
416 'front_end/network/RequestJSONView.js', | 414 'front_end/network/RequestJSONView.js', |
417 'front_end/network/RequestPreviewView.js', | 415 'front_end/network/RequestPreviewView.js', |
418 'front_end/network/RequestResponseView.js', | 416 'front_end/network/RequestResponseView.js', |
419 'front_end/network/RequestTimingView.js', | 417 'front_end/network/RequestTimingView.js', |
420 'front_end/network/RequestView.js', | 418 'front_end/network/RequestView.js', |
421 'front_end/network/ResourceWebSocketFrameView.js', | 419 'front_end/network/ResourceWebSocketFrameView.js', |
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
670 'front_end/Images/touchCursor.png', | 668 'front_end/Images/touchCursor.png', |
671 'front_end/Images/touchCursor_2x.png', | 669 'front_end/Images/touchCursor_2x.png', |
672 'front_end/Images/transformControls.png', | 670 'front_end/Images/transformControls.png', |
673 'front_end/Images/transformControls_2x.png', | 671 'front_end/Images/transformControls_2x.png', |
674 ], | 672 ], |
675 'devtools_extension_api_files': [ | 673 'devtools_extension_api_files': [ |
676 'front_end/extensions/ExtensionAPI.js', | 674 'front_end/extensions/ExtensionAPI.js', |
677 ], | 675 ], |
678 }, | 676 }, |
679 } | 677 } |
OLD | NEW |