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', | |
686 'front_end/timeline/TimelineModel.js', | 685 'front_end/timeline/TimelineModel.js', |
687 'front_end/timeline/TimelinePaintProfilerView.js', | 686 'front_end/timeline/TimelinePaintProfilerView.js', |
688 'front_end/timeline/TimelinePanel.js', | 687 'front_end/timeline/TimelinePanel.js', |
689 'front_end/timeline/TimelineTreeView.js', | 688 'front_end/timeline/TimelineTreeView.js', |
690 'front_end/timeline/TimelineUIUtils.js', | 689 'front_end/timeline/TimelineUIUtils.js', |
691 'front_end/timeline/TransformController.js', | 690 'front_end/timeline/TransformController.js', |
692 ], | 691 ], |
693 'devtools_ui_lazy_js_files': [ | 692 'devtools_ui_lazy_js_files': [ |
694 'front_end/ui_lazy/dataGrid.css', | 693 'front_end/ui_lazy/dataGrid.css', |
695 'front_end/ui_lazy/filteredListWidget.css', | 694 'front_end/ui_lazy/filteredListWidget.css', |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
841 'front_end/Images/toolbarItemSelected.png', | 840 'front_end/Images/toolbarItemSelected.png', |
842 'front_end/Images/touchCursor.png', | 841 'front_end/Images/touchCursor.png', |
843 'front_end/Images/touchCursor_2x.png', | 842 'front_end/Images/touchCursor_2x.png', |
844 'front_end/Images/updateServiceWorker.svg', | 843 'front_end/Images/updateServiceWorker.svg', |
845 ], | 844 ], |
846 'devtools_extension_api_files': [ | 845 'devtools_extension_api_files': [ |
847 'front_end/extensions/ExtensionAPI.js', | 846 'front_end/extensions/ExtensionAPI.js', |
848 ], | 847 ], |
849 }, | 848 }, |
850 } | 849 } |
OLD | NEW |