| 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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 'front_end/sources/XHRBreakpointsSidebarPane.js', | 570 'front_end/sources/XHRBreakpointsSidebarPane.js', |
| 571 ], | 571 ], |
| 572 'devtools_snippets_js_files': [ | 572 'devtools_snippets_js_files': [ |
| 573 'front_end/snippets/ScriptSnippetModel.js', | 573 'front_end/snippets/ScriptSnippetModel.js', |
| 574 'front_end/snippets/SnippetStorage.js', | 574 'front_end/snippets/SnippetStorage.js', |
| 575 ], | 575 ], |
| 576 'devtools_temp_storage_shared_worker_js_files': [ | 576 'devtools_temp_storage_shared_worker_js_files': [ |
| 577 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | 577 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
| 578 ], | 578 ], |
| 579 'devtools_timeline_js_files': [ | 579 'devtools_timeline_js_files': [ |
| 580 'front_end/timeline/invalidationsTree.css', |
| 580 'front_end/timeline/timelinePanel.css', | 581 'front_end/timeline/timelinePanel.css', |
| 581 'front_end/timeline/CountersGraph.js', | 582 'front_end/timeline/CountersGraph.js', |
| 582 'front_end/timeline/LayerDetailsView.js', | 583 'front_end/timeline/LayerDetailsView.js', |
| 583 'front_end/timeline/LayerTreeOutline.js', | 584 'front_end/timeline/LayerTreeOutline.js', |
| 584 'front_end/timeline/LayerViewHost.js', | 585 'front_end/timeline/LayerViewHost.js', |
| 585 'front_end/timeline/Layers3DView.js', | 586 'front_end/timeline/Layers3DView.js', |
| 586 'front_end/timeline/MemoryCountersGraph.js', | 587 'front_end/timeline/MemoryCountersGraph.js', |
| 587 'front_end/timeline/PaintProfilerView.js', | 588 'front_end/timeline/PaintProfilerView.js', |
| 588 'front_end/timeline/TimelineEventOverview.js', | 589 'front_end/timeline/TimelineEventOverview.js', |
| 589 'front_end/timeline/TimelineFlameChart.js', | 590 'front_end/timeline/TimelineFlameChart.js', |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 738 'front_end/Images/thumbVert.png', | 739 'front_end/Images/thumbVert.png', |
| 739 'front_end/Images/toolbarItemSelected.png', | 740 'front_end/Images/toolbarItemSelected.png', |
| 740 'front_end/Images/touchCursor.png', | 741 'front_end/Images/touchCursor.png', |
| 741 'front_end/Images/touchCursor_2x.png', | 742 'front_end/Images/touchCursor_2x.png', |
| 742 ], | 743 ], |
| 743 'devtools_extension_api_files': [ | 744 'devtools_extension_api_files': [ |
| 744 'front_end/extensions/ExtensionAPI.js', | 745 'front_end/extensions/ExtensionAPI.js', |
| 745 ], | 746 ], |
| 746 }, | 747 }, |
| 747 } | 748 } |
| OLD | NEW |