| 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 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 'front_end/network/RequestHTMLView.js', | 445 'front_end/network/RequestHTMLView.js', |
| 446 'front_end/network/RequestJSONView.js', | 446 'front_end/network/RequestJSONView.js', |
| 447 'front_end/network/RequestPreviewView.js', | 447 'front_end/network/RequestPreviewView.js', |
| 448 'front_end/network/RequestResponseView.js', | 448 'front_end/network/RequestResponseView.js', |
| 449 'front_end/network/RequestTimingView.js', | 449 'front_end/network/RequestTimingView.js', |
| 450 'front_end/network/RequestView.js', | 450 'front_end/network/RequestView.js', |
| 451 'front_end/network/ResourceWebSocketFrameView.js', | 451 'front_end/network/ResourceWebSocketFrameView.js', |
| 452 'front_end/network/XMLView.js', | 452 'front_end/network/XMLView.js', |
| 453 ], | 453 ], |
| 454 'devtools_profiler_js_files': [ | 454 'devtools_profiler_js_files': [ |
| 455 'front_end/profiler/canvasProfiler.css', | |
| 456 'front_end/profiler/heapProfiler.css', | 455 'front_end/profiler/heapProfiler.css', |
| 457 'front_end/profiler/profilesPanel.css', | 456 'front_end/profiler/profilesPanel.css', |
| 458 'front_end/profiler/CanvasProfileView.js', | |
| 459 'front_end/profiler/CanvasReplayStateView.js', | |
| 460 'front_end/profiler/CPUProfileBottomUpDataGrid.js', | 457 'front_end/profiler/CPUProfileBottomUpDataGrid.js', |
| 461 'front_end/profiler/CPUProfileDataGrid.js', | 458 'front_end/profiler/CPUProfileDataGrid.js', |
| 462 'front_end/profiler/CPUProfileFlameChart.js', | 459 'front_end/profiler/CPUProfileFlameChart.js', |
| 463 'front_end/profiler/CPUProfileTopDownDataGrid.js', | 460 'front_end/profiler/CPUProfileTopDownDataGrid.js', |
| 464 'front_end/profiler/CPUProfileView.js', | 461 'front_end/profiler/CPUProfileView.js', |
| 465 'front_end/profiler/HeapSnapshotCommon.js', | 462 'front_end/profiler/HeapSnapshotCommon.js', |
| 466 'front_end/profiler/HeapSnapshotDataGrids.js', | 463 'front_end/profiler/HeapSnapshotDataGrids.js', |
| 467 'front_end/profiler/HeapSnapshotGridNodes.js', | 464 'front_end/profiler/HeapSnapshotGridNodes.js', |
| 468 'front_end/profiler/HeapSnapshotProxy.js', | 465 'front_end/profiler/HeapSnapshotProxy.js', |
| 469 'front_end/profiler/HeapSnapshotView.js', | 466 'front_end/profiler/HeapSnapshotView.js', |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 741 'front_end/Images/thumbVert.png', | 738 'front_end/Images/thumbVert.png', |
| 742 'front_end/Images/toolbarItemSelected.png', | 739 'front_end/Images/toolbarItemSelected.png', |
| 743 'front_end/Images/touchCursor.png', | 740 'front_end/Images/touchCursor.png', |
| 744 'front_end/Images/touchCursor_2x.png', | 741 'front_end/Images/touchCursor_2x.png', |
| 745 ], | 742 ], |
| 746 'devtools_extension_api_files': [ | 743 'devtools_extension_api_files': [ |
| 747 'front_end/extensions/ExtensionAPI.js', | 744 'front_end/extensions/ExtensionAPI.js', |
| 748 ], | 745 ], |
| 749 }, | 746 }, |
| 750 } | 747 } |
| OLD | NEW |