| 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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 ], | 298 ], |
| 299 'devtools_standalone_files': [ | 299 'devtools_standalone_files': [ |
| 300 'front_end/accelerometer.css', | 300 'front_end/accelerometer.css', |
| 301 'front_end/auditsPanel.css', | 301 'front_end/auditsPanel.css', |
| 302 'front_end/breakpointsList.css', | 302 'front_end/breakpointsList.css', |
| 303 'front_end/canvasProfiler.css', | 303 'front_end/canvasProfiler.css', |
| 304 'front_end/cmdevtools.css', | 304 'front_end/cmdevtools.css', |
| 305 'front_end/dataGrid.css', | 305 'front_end/dataGrid.css', |
| 306 'front_end/devicesView.css', | 306 'front_end/devicesView.css', |
| 307 'front_end/documentationView.css', | 307 'front_end/documentationView.css', |
| 308 'front_end/elementsTreeOutline.css', |
| 308 'front_end/elementsPanel.css', | 309 'front_end/elementsPanel.css', |
| 309 'front_end/filter.css', | 310 'front_end/filter.css', |
| 310 'front_end/filteredItemSelectionDialog.css', | 311 'front_end/filteredItemSelectionDialog.css', |
| 311 'front_end/flameChart.css', | 312 'front_end/flameChart.css', |
| 312 'front_end/fontView.css', | 313 'front_end/fontView.css', |
| 313 'front_end/heapProfiler.css', | 314 'front_end/heapProfiler.css', |
| 314 'front_end/helpScreen.css', | 315 'front_end/helpScreen.css', |
| 315 'front_end/imageView.css', | 316 'front_end/imageView.css', |
| 316 'front_end/indexedDBViews.css', | 317 'front_end/indexedDBViews.css', |
| 317 'front_end/inspectorCommon.css', | 318 'front_end/inspectorCommon.css', |
| (...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 650 'front_end/Images/touchCursor.png', | 651 'front_end/Images/touchCursor.png', |
| 651 'front_end/Images/touchCursor_2x.png', | 652 'front_end/Images/touchCursor_2x.png', |
| 652 'front_end/Images/transformControls.png', | 653 'front_end/Images/transformControls.png', |
| 653 'front_end/Images/transformControls_2x.png', | 654 'front_end/Images/transformControls_2x.png', |
| 654 ], | 655 ], |
| 655 'devtools_extension_api_files': [ | 656 'devtools_extension_api_files': [ |
| 656 'front_end/extensions/ExtensionAPI.js', | 657 'front_end/extensions/ExtensionAPI.js', |
| 657 ], | 658 ], |
| 658 }, | 659 }, |
| 659 } | 660 } |
| OLD | NEW |