| 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/Linkifier.js', | 114 'front_end/components/Linkifier.js', |
| 115 'front_end/components/NetworkConditionsSelector.js', | 115 'front_end/components/NetworkConditionsSelector.js', |
| 116 'front_end/components/ObjectPopoverHelper.js', | 116 'front_end/components/ObjectPopoverHelper.js', |
| 117 'front_end/components/ObjectPropertiesSection.js', | 117 'front_end/components/ObjectPropertiesSection.js', |
| 118 'front_end/components/RemoteObjectPreviewFormatter.js', | 118 'front_end/components/RemoteObjectPreviewFormatter.js', |
| 119 'front_end/components/ShortcutsScreen.js', | 119 'front_end/components/ShortcutsScreen.js', |
| 120 'front_end/components/EventListenersUtils.js', |
| 120 'front_end/components/EventListenersView.js', | 121 'front_end/components/EventListenersView.js', |
| 121 ], | 122 ], |
| 122 'devtools_host_js_files': [ | 123 'devtools_host_js_files': [ |
| 123 'front_end/host/InspectorFrontendHostAPI.js', | 124 'front_end/host/InspectorFrontendHostAPI.js', |
| 124 'front_end/host/InspectorFrontendHost.js', | 125 'front_end/host/InspectorFrontendHost.js', |
| 125 'front_end/host/Platform.js', | 126 'front_end/host/Platform.js', |
| 126 'front_end/host/ResourceLoader.js', | 127 'front_end/host/ResourceLoader.js', |
| 127 'front_end/host/UserMetrics.js', | 128 'front_end/host/UserMetrics.js', |
| 128 ], | 129 ], |
| 129 'devtools_screencast_js_files': [ | 130 'devtools_screencast_js_files': [ |
| (...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 793 'front_end/Images/toolbarItemSelected.png', | 794 'front_end/Images/toolbarItemSelected.png', |
| 794 'front_end/Images/touchCursor.png', | 795 'front_end/Images/touchCursor.png', |
| 795 'front_end/Images/touchCursor_2x.png', | 796 'front_end/Images/touchCursor_2x.png', |
| 796 'front_end/Images/updateServiceWorker.svg', | 797 'front_end/Images/updateServiceWorker.svg', |
| 797 ], | 798 ], |
| 798 'devtools_extension_api_files': [ | 799 'devtools_extension_api_files': [ |
| 799 'front_end/extensions/ExtensionAPI.js', | 800 'front_end/extensions/ExtensionAPI.js', |
| 800 ], | 801 ], |
| 801 }, | 802 }, |
| 802 } | 803 } |
| OLD | NEW |