| 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 'front_end/toolbox_bootstrap/Toolbox.js', | 205 'front_end/toolbox_bootstrap/Toolbox.js', |
| 206 ], | 206 ], |
| 207 'devtools_toolbox_js_files': [ | 207 'devtools_toolbox_js_files': [ |
| 208 'front_end/toolbox/responsiveDesignView.css', | 208 'front_end/toolbox/responsiveDesignView.css', |
| 209 'front_end/toolbox/InspectedPagePlaceholder.js', | 209 'front_end/toolbox/InspectedPagePlaceholder.js', |
| 210 'front_end/toolbox/MediaQueryInspector.js', | 210 'front_end/toolbox/MediaQueryInspector.js', |
| 211 'front_end/toolbox/OverridesUI.js', | 211 'front_end/toolbox/OverridesUI.js', |
| 212 'front_end/toolbox/ResponsiveDesignView.js', | 212 'front_end/toolbox/ResponsiveDesignView.js', |
| 213 ], | 213 ], |
| 214 'devtools_ui_js_files': [ | 214 'devtools_ui_js_files': [ |
| 215 'front_end/ui/checkboxTextLabel.css', |
| 215 'front_end/ui/dataGrid.css', | 216 'front_end/ui/dataGrid.css', |
| 216 'front_end/ui/filter.css', | 217 'front_end/ui/filter.css', |
| 217 'front_end/ui/flameChart.css', | 218 'front_end/ui/flameChart.css', |
| 218 'front_end/ui/helpScreen.css', | 219 'front_end/ui/helpScreen.css', |
| 219 'front_end/ui/overviewGrid.css', | 220 'front_end/ui/overviewGrid.css', |
| 220 'front_end/ui/panelEnablerView.css', | 221 'front_end/ui/panelEnablerView.css', |
| 221 'front_end/ui/pieChart.css', | 222 'front_end/ui/pieChart.css', |
| 222 'front_end/ui/progressIndicator.css', | 223 'front_end/ui/progressIndicator.css', |
| 223 'front_end/ui/radioButton.css', | 224 'front_end/ui/radioButton.css', |
| 224 'front_end/ui/searchableView.css', | 225 'front_end/ui/searchableView.css', |
| (...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 677 'front_end/Images/thumbVert.png', | 678 'front_end/Images/thumbVert.png', |
| 678 'front_end/Images/toolbarItemSelected.png', | 679 'front_end/Images/toolbarItemSelected.png', |
| 679 'front_end/Images/touchCursor.png', | 680 'front_end/Images/touchCursor.png', |
| 680 'front_end/Images/touchCursor_2x.png', | 681 'front_end/Images/touchCursor_2x.png', |
| 681 ], | 682 ], |
| 682 'devtools_extension_api_files': [ | 683 'devtools_extension_api_files': [ |
| 683 'front_end/extensions/ExtensionAPI.js', | 684 'front_end/extensions/ExtensionAPI.js', |
| 684 ], | 685 ], |
| 685 }, | 686 }, |
| 686 } | 687 } |
| OLD | NEW |