| 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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 443 'devtools_elements_js_files': [ | 443 'devtools_elements_js_files': [ |
| 444 'front_end/elements/bezierEditor.css', | 444 'front_end/elements/bezierEditor.css', |
| 445 'front_end/elements/breadcrumbs.css', | 445 'front_end/elements/breadcrumbs.css', |
| 446 'front_end/elements/computedStyleSidebarPane.css', | 446 'front_end/elements/computedStyleSidebarPane.css', |
| 447 'front_end/elements/elementsPanel.css', | 447 'front_end/elements/elementsPanel.css', |
| 448 'front_end/elements/elementsTreeOutline.css', | 448 'front_end/elements/elementsTreeOutline.css', |
| 449 'front_end/elements/platformFontsWidget.css', | 449 'front_end/elements/platformFontsWidget.css', |
| 450 'front_end/elements/BezierEditor.js', | 450 'front_end/elements/BezierEditor.js', |
| 451 'front_end/elements/BezierUI.js', | 451 'front_end/elements/BezierUI.js', |
| 452 'front_end/elements/ClassesPaneWidget.js', | 452 'front_end/elements/ClassesPaneWidget.js', |
| 453 'front_end/elements/ComputedStyleModel.js', |
| 453 'front_end/elements/ElementsBreadcrumbs.js', | 454 'front_end/elements/ElementsBreadcrumbs.js', |
| 454 'front_end/elements/ElementsPanel.js', | 455 'front_end/elements/ElementsPanel.js', |
| 455 'front_end/elements/ElementsSidebarPane.js', | 456 'front_end/elements/ElementsSidebarPane.js', |
| 456 'front_end/elements/ElementsSidebarView.js', | 457 'front_end/elements/ElementsSidebarView.js', |
| 457 'front_end/elements/ElementsTreeElement.js', | 458 'front_end/elements/ElementsTreeElement.js', |
| 458 'front_end/elements/ElementsTreeElementHighlighter.js', | 459 'front_end/elements/ElementsTreeElementHighlighter.js', |
| 459 'front_end/elements/ElementsTreeOutline.js', | 460 'front_end/elements/ElementsTreeOutline.js', |
| 460 'front_end/elements/ElementStatePaneWidget.js', | 461 'front_end/elements/ElementStatePaneWidget.js', |
| 461 'front_end/elements/SharedSidebarModel.js', | |
| 462 'front_end/elements/EventListenersWidget.js', | 462 'front_end/elements/EventListenersWidget.js', |
| 463 'front_end/elements/InspectElementModeController.js', | 463 'front_end/elements/InspectElementModeController.js', |
| 464 'front_end/elements/MetricsSidebarPane.js', | 464 'front_end/elements/MetricsSidebarPane.js', |
| 465 'front_end/elements/PlatformFontsWidget.js', | 465 'front_end/elements/PlatformFontsWidget.js', |
| 466 'front_end/elements/PropertiesWidget.js', | 466 'front_end/elements/PropertiesWidget.js', |
| 467 'front_end/elements/PropertyChangeHighlighter.js', | 467 'front_end/elements/PropertyChangeHighlighter.js', |
| 468 'front_end/elements/StylesPopoverHelper.js', | 468 'front_end/elements/StylesPopoverHelper.js', |
| 469 'front_end/elements/StylesSidebarPane.js', | 469 'front_end/elements/StylesSidebarPane.js', |
| 470 'front_end/elements/ComputedStyleWidget.js', | 470 'front_end/elements/ComputedStyleWidget.js', |
| 471 ], | 471 ], |
| (...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 899 'front_end/Images/toolbarResizerVertical.png', | 899 'front_end/Images/toolbarResizerVertical.png', |
| 900 'front_end/Images/toolbarItemSelected.png', | 900 'front_end/Images/toolbarItemSelected.png', |
| 901 'front_end/Images/touchCursor.png', | 901 'front_end/Images/touchCursor.png', |
| 902 'front_end/Images/touchCursor_2x.png', | 902 'front_end/Images/touchCursor_2x.png', |
| 903 ], | 903 ], |
| 904 'devtools_extension_api_files': [ | 904 'devtools_extension_api_files': [ |
| 905 'front_end/extensions/ExtensionAPI.js', | 905 'front_end/extensions/ExtensionAPI.js', |
| 906 ], | 906 ], |
| 907 }, | 907 }, |
| 908 } | 908 } |
| OLD | NEW |