| 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 'front_end/components/Drawer.js', | 108 'front_end/components/Drawer.js', |
| 109 'front_end/components/ExecutionContextSelector.js', | 109 'front_end/components/ExecutionContextSelector.js', |
| 110 'front_end/components/HandlerRegistry.js', | 110 'front_end/components/HandlerRegistry.js', |
| 111 'front_end/components/InspectElementModeController.js', | 111 'front_end/components/InspectElementModeController.js', |
| 112 'front_end/components/InspectorView.js', | 112 'front_end/components/InspectorView.js', |
| 113 'front_end/components/BreakpointsSidebarPaneBase.js', | 113 'front_end/components/BreakpointsSidebarPaneBase.js', |
| 114 'front_end/components/ObjectPopoverHelper.js', | 114 'front_end/components/ObjectPopoverHelper.js', |
| 115 'front_end/components/ObjectPropertiesSection.js', | 115 'front_end/components/ObjectPropertiesSection.js', |
| 116 'front_end/components/RemoteObjectPreviewFormatter.js', | 116 'front_end/components/RemoteObjectPreviewFormatter.js', |
| 117 'front_end/components/ShortcutsScreen.js', | 117 'front_end/components/ShortcutsScreen.js', |
| 118 'front_end/components/EventListenersTreeOutline.js' |
| 118 ], | 119 ], |
| 119 'devtools_host_js_files': [ | 120 'devtools_host_js_files': [ |
| 120 'front_end/host/InspectorFrontendHost.js', | 121 'front_end/host/InspectorFrontendHost.js', |
| 121 'front_end/host/Platform.js', | 122 'front_end/host/Platform.js', |
| 122 'front_end/host/ResourceLoader.js', | 123 'front_end/host/ResourceLoader.js', |
| 123 'front_end/host/UserMetrics.js', | 124 'front_end/host/UserMetrics.js', |
| 124 ], | 125 ], |
| 125 'devtools_screencast_js_files': [ | 126 'devtools_screencast_js_files': [ |
| 126 'front_end/screencast/screencastView.css', | 127 'front_end/screencast/screencastView.css', |
| 127 'front_end/screencast/ScreencastApp.js', | 128 'front_end/screencast/ScreencastApp.js', |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 'front_end/elements/AnimationTimeline.js', | 378 'front_end/elements/AnimationTimeline.js', |
| 378 'front_end/elements/AnimationsSidebarPane.js', | 379 'front_end/elements/AnimationsSidebarPane.js', |
| 379 'front_end/elements/BezierEditor.js', | 380 'front_end/elements/BezierEditor.js', |
| 380 'front_end/elements/BezierUI.js', | 381 'front_end/elements/BezierUI.js', |
| 381 'front_end/elements/ElementsBreadcrumbs.js', | 382 'front_end/elements/ElementsBreadcrumbs.js', |
| 382 'front_end/elements/ElementsPanel.js', | 383 'front_end/elements/ElementsPanel.js', |
| 383 'front_end/elements/ElementsSidebarPane.js', | 384 'front_end/elements/ElementsSidebarPane.js', |
| 384 'front_end/elements/ElementsSidebarView.js', | 385 'front_end/elements/ElementsSidebarView.js', |
| 385 'front_end/elements/ElementsTreeElement.js', | 386 'front_end/elements/ElementsTreeElement.js', |
| 386 'front_end/elements/ElementsTreeOutline.js', | 387 'front_end/elements/ElementsTreeOutline.js', |
| 387 'front_end/elements/EventListenersSidebarPane.js', | 388 'front_end/elements/DOMEventListenersSidebarPane.js', |
| 388 'front_end/elements/MetricsSidebarPane.js', | 389 'front_end/elements/MetricsSidebarPane.js', |
| 389 'front_end/elements/PlatformFontsSidebarPane.js', | 390 'front_end/elements/PlatformFontsSidebarPane.js', |
| 390 'front_end/elements/PropertiesSidebarPane.js', | 391 'front_end/elements/PropertiesSidebarPane.js', |
| 391 'front_end/elements/Spectrum.js', | 392 'front_end/elements/Spectrum.js', |
| 392 'front_end/elements/StylesPopoverHelper.js', | 393 'front_end/elements/StylesPopoverHelper.js', |
| 393 'front_end/elements/StylesSectionModel.js', | 394 'front_end/elements/StylesSectionModel.js', |
| 394 'front_end/elements/StylesSidebarPane.js', | 395 'front_end/elements/StylesSidebarPane.js', |
| 395 'front_end/elements/ComputedStyleSidebarPane.js', | 396 'front_end/elements/ComputedStyleSidebarPane.js', |
| 396 ], | 397 ], |
| 397 'devtools_extensions_js_files': [ | 398 'devtools_extensions_js_files': [ |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 740 'front_end/Images/thumbVert.png', | 741 'front_end/Images/thumbVert.png', |
| 741 'front_end/Images/toolbarItemSelected.png', | 742 'front_end/Images/toolbarItemSelected.png', |
| 742 'front_end/Images/touchCursor.png', | 743 'front_end/Images/touchCursor.png', |
| 743 'front_end/Images/touchCursor_2x.png', | 744 'front_end/Images/touchCursor_2x.png', |
| 744 ], | 745 ], |
| 745 'devtools_extension_api_files': [ | 746 'devtools_extension_api_files': [ |
| 746 'front_end/extensions/ExtensionAPI.js', | 747 'front_end/extensions/ExtensionAPI.js', |
| 747 ], | 748 ], |
| 748 }, | 749 }, |
| 749 } | 750 } |
| OLD | NEW |