| 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 664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 675 'front_end/timeline/LayerViewHost.js', | 675 'front_end/timeline/LayerViewHost.js', |
| 676 'front_end/timeline/Layers3DView.js', | 676 'front_end/timeline/Layers3DView.js', |
| 677 'front_end/timeline/MemoryCountersGraph.js', | 677 'front_end/timeline/MemoryCountersGraph.js', |
| 678 'front_end/timeline/PaintProfilerView.js', | 678 'front_end/timeline/PaintProfilerView.js', |
| 679 'front_end/timeline/TimelineEventOverview.js', | 679 'front_end/timeline/TimelineEventOverview.js', |
| 680 'front_end/timeline/TimelineFlameChart.js', | 680 'front_end/timeline/TimelineFlameChart.js', |
| 681 'front_end/timeline/TimelineFrameModel.js', | 681 'front_end/timeline/TimelineFrameModel.js', |
| 682 'front_end/timeline/TimelineIRModel.js', | 682 'front_end/timeline/TimelineIRModel.js', |
| 683 'front_end/timeline/TimelineJSProfile.js', | 683 'front_end/timeline/TimelineJSProfile.js', |
| 684 'front_end/timeline/TimelineLayersView.js', | 684 'front_end/timeline/TimelineLayersView.js', |
| 685 'front_end/timeline/TimelineLoader.js', |
| 685 'front_end/timeline/TimelineModel.js', | 686 'front_end/timeline/TimelineModel.js', |
| 686 'front_end/timeline/TimelinePaintProfilerView.js', | 687 'front_end/timeline/TimelinePaintProfilerView.js', |
| 687 'front_end/timeline/TimelinePanel.js', | 688 'front_end/timeline/TimelinePanel.js', |
| 688 'front_end/timeline/TimelineTreeView.js', | 689 'front_end/timeline/TimelineTreeView.js', |
| 689 'front_end/timeline/TimelineUIUtils.js', | 690 'front_end/timeline/TimelineUIUtils.js', |
| 690 'front_end/timeline/TransformController.js', | 691 'front_end/timeline/TransformController.js', |
| 691 ], | 692 ], |
| 692 'devtools_ui_lazy_js_files': [ | 693 'devtools_ui_lazy_js_files': [ |
| 693 'front_end/ui_lazy/dataGrid.css', | 694 'front_end/ui_lazy/dataGrid.css', |
| 694 'front_end/ui_lazy/filteredListWidget.css', | 695 'front_end/ui_lazy/filteredListWidget.css', |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 840 'front_end/Images/toolbarItemSelected.png', | 841 'front_end/Images/toolbarItemSelected.png', |
| 841 'front_end/Images/touchCursor.png', | 842 'front_end/Images/touchCursor.png', |
| 842 'front_end/Images/touchCursor_2x.png', | 843 'front_end/Images/touchCursor_2x.png', |
| 843 'front_end/Images/updateServiceWorker.svg', | 844 'front_end/Images/updateServiceWorker.svg', |
| 844 ], | 845 ], |
| 845 'devtools_extension_api_files': [ | 846 'devtools_extension_api_files': [ |
| 846 'front_end/extensions/ExtensionAPI.js', | 847 'front_end/extensions/ExtensionAPI.js', |
| 847 ], | 848 ], |
| 848 }, | 849 }, |
| 849 } | 850 } |
| OLD | NEW |