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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 '<@(devtools_uglify_files)', | 277 '<@(devtools_uglify_files)', |
278 ], | 278 ], |
279 'devtools_standalone_files': [ | 279 'devtools_standalone_files': [ |
280 'front_end/accelerometer.css', | 280 'front_end/accelerometer.css', |
281 'front_end/auditsPanel.css', | 281 'front_end/auditsPanel.css', |
282 'front_end/breakpointsList.css', | 282 'front_end/breakpointsList.css', |
283 'front_end/canvasProfiler.css', | 283 'front_end/canvasProfiler.css', |
284 'front_end/cmdevtools.css', | 284 'front_end/cmdevtools.css', |
285 'front_end/dataGrid.css', | 285 'front_end/dataGrid.css', |
286 'front_end/devicesView.css', | 286 'front_end/devicesView.css', |
| 287 'front_end/documentationView.css', |
287 'front_end/elementsPanel.css', | 288 'front_end/elementsPanel.css', |
288 'front_end/filter.css', | 289 'front_end/filter.css', |
289 'front_end/filteredItemSelectionDialog.css', | 290 'front_end/filteredItemSelectionDialog.css', |
290 'front_end/flameChart.css', | 291 'front_end/flameChart.css', |
291 'front_end/heapProfiler.css', | 292 'front_end/heapProfiler.css', |
292 'front_end/helpScreen.css', | 293 'front_end/helpScreen.css', |
293 'front_end/indexedDBViews.css', | 294 'front_end/indexedDBViews.css', |
294 'front_end/inspectorCommon.css', | 295 'front_end/inspectorCommon.css', |
295 'front_end/layersPanel.css', | 296 'front_end/layersPanel.css', |
296 'front_end/navigatorView.css', | 297 'front_end/navigatorView.css', |
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
615 'front_end/Images/thumbHoverHoriz.png', | 616 'front_end/Images/thumbHoverHoriz.png', |
616 'front_end/Images/thumbHoverVert.png', | 617 'front_end/Images/thumbHoverVert.png', |
617 'front_end/Images/thumbVert.png', | 618 'front_end/Images/thumbVert.png', |
618 'front_end/Images/toolbarItemSelected.png', | 619 'front_end/Images/toolbarItemSelected.png', |
619 ], | 620 ], |
620 'devtools_extension_api_files': [ | 621 'devtools_extension_api_files': [ |
621 'front_end/extensions/ExtensionAPI.js', | 622 'front_end/extensions/ExtensionAPI.js', |
622 ], | 623 ], |
623 }, | 624 }, |
624 } | 625 } |
OLD | NEW |