| 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 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 458 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js', | 458 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js', |
| 459 'front_end/heap_snapshot_worker/JSHeapSnapshot.js', | 459 'front_end/heap_snapshot_worker/JSHeapSnapshot.js', |
| 460 'front_end/platform/utilities.js', | 460 'front_end/platform/utilities.js', |
| 461 'front_end/profiler/HeapSnapshotCommon.js', | 461 'front_end/profiler/HeapSnapshotCommon.js', |
| 462 ], | 462 ], |
| 463 'devtools_layers_js_files': [ | 463 'devtools_layers_js_files': [ |
| 464 'front_end/layers/LayerPaintProfilerView.js', | 464 'front_end/layers/LayerPaintProfilerView.js', |
| 465 'front_end/layers/LayersPanel.js', | 465 'front_end/layers/LayersPanel.js', |
| 466 ], | 466 ], |
| 467 'devtools_network_js_files': [ | 467 'devtools_network_js_files': [ |
| 468 'front_end/network/blockedURLsPane.css', |
| 468 'front_end/network/eventSourceMessagesView.css', | 469 'front_end/network/eventSourceMessagesView.css', |
| 469 'front_end/network/networkLogView.css', | 470 'front_end/network/networkLogView.css', |
| 470 'front_end/network/networkPanel.css', | 471 'front_end/network/networkPanel.css', |
| 471 'front_end/network/requestCookiesView.css', | 472 'front_end/network/requestCookiesView.css', |
| 472 'front_end/network/requestHeadersView.css', | 473 'front_end/network/requestHeadersView.css', |
| 473 'front_end/network/webSocketFrameView.css', | 474 'front_end/network/webSocketFrameView.css', |
| 474 'front_end/network/xmlView.css', | 475 'front_end/network/xmlView.css', |
| 476 'front_end/network/BlockedURLsPane.js', |
| 475 'front_end/network/EventSourceMessagesView.js', | 477 'front_end/network/EventSourceMessagesView.js', |
| 476 'front_end/network/FilterSuggestionBuilder.js', | 478 'front_end/network/FilterSuggestionBuilder.js', |
| 477 'front_end/network/HARWriter.js', | 479 'front_end/network/HARWriter.js', |
| 478 'front_end/network/NetworkDataGridNode.js', | 480 'front_end/network/NetworkDataGridNode.js', |
| 479 'front_end/network/NetworkItemView.js', | 481 'front_end/network/NetworkItemView.js', |
| 480 'front_end/network/NetworkLogView.js', | 482 'front_end/network/NetworkLogView.js', |
| 481 'front_end/network/NetworkOverview.js', | 483 'front_end/network/NetworkOverview.js', |
| 482 'front_end/network/NetworkPanel.js', | 484 'front_end/network/NetworkPanel.js', |
| 483 'front_end/network/NetworkTimeCalculator.js', | 485 'front_end/network/NetworkTimeCalculator.js', |
| 484 'front_end/network/RequestCookiesView.js', | 486 'front_end/network/RequestCookiesView.js', |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 793 'front_end/Images/toolbarItemSelected.png', | 795 'front_end/Images/toolbarItemSelected.png', |
| 794 'front_end/Images/touchCursor.png', | 796 'front_end/Images/touchCursor.png', |
| 795 'front_end/Images/touchCursor_2x.png', | 797 'front_end/Images/touchCursor_2x.png', |
| 796 'front_end/Images/updateServiceWorker.svg', | 798 'front_end/Images/updateServiceWorker.svg', |
| 797 ], | 799 ], |
| 798 'devtools_extension_api_files': [ | 800 'devtools_extension_api_files': [ |
| 799 'front_end/extensions/ExtensionAPI.js', | 801 'front_end/extensions/ExtensionAPI.js', |
| 800 ], | 802 ], |
| 801 }, | 803 }, |
| 802 } | 804 } |
| OLD | NEW |