| 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 'front_end/components/DOMPresentationUtils.js', | 98 'front_end/components/DOMPresentationUtils.js', |
| 99 'front_end/components/ExecutionContextSelector.js', | 99 'front_end/components/ExecutionContextSelector.js', |
| 100 'front_end/components/ExecutionContextModel.js', | 100 'front_end/components/ExecutionContextModel.js', |
| 101 'front_end/components/HandlerRegistry.js', | 101 'front_end/components/HandlerRegistry.js', |
| 102 'front_end/components/BreakpointsSidebarPaneBase.js', | 102 'front_end/components/BreakpointsSidebarPaneBase.js', |
| 103 'front_end/components/Linkifier.js', | 103 'front_end/components/Linkifier.js', |
| 104 'front_end/components/NetworkConditionsSelector.js', | 104 'front_end/components/NetworkConditionsSelector.js', |
| 105 'front_end/components/ObjectPopoverHelper.js', | 105 'front_end/components/ObjectPopoverHelper.js', |
| 106 'front_end/components/ObjectPropertiesSection.js', | 106 'front_end/components/ObjectPropertiesSection.js', |
| 107 'front_end/components/RemoteObjectPreviewFormatter.js', | 107 'front_end/components/RemoteObjectPreviewFormatter.js', |
| 108 'front_end/components/RequestAppBannerActionDelegate.js', |
| 108 'front_end/components/ShortcutsScreen.js', | 109 'front_end/components/ShortcutsScreen.js', |
| 109 'front_end/components/EventListenersUtils.js', | 110 'front_end/components/EventListenersUtils.js', |
| 110 'front_end/components/EventListenersView.js', | 111 'front_end/components/EventListenersView.js', |
| 111 'front_end/components/Reload.js', | 112 'front_end/components/Reload.js', |
| 112 ], | 113 ], |
| 113 'devtools_host_js_files': [ | 114 'devtools_host_js_files': [ |
| 114 'front_end/host/InspectorFrontendHostAPI.js', | 115 'front_end/host/InspectorFrontendHostAPI.js', |
| 115 'front_end/host/InspectorFrontendHost.js', | 116 'front_end/host/InspectorFrontendHost.js', |
| 116 'front_end/host/Platform.js', | 117 'front_end/host/Platform.js', |
| 117 'front_end/host/ResourceLoader.js', | 118 'front_end/host/ResourceLoader.js', |
| (...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 867 'front_end/Images/toolbarItemSelected.png', | 868 'front_end/Images/toolbarItemSelected.png', |
| 868 'front_end/Images/touchCursor.png', | 869 'front_end/Images/touchCursor.png', |
| 869 'front_end/Images/touchCursor_2x.png', | 870 'front_end/Images/touchCursor_2x.png', |
| 870 'front_end/Images/updateServiceWorker.svg', | 871 'front_end/Images/updateServiceWorker.svg', |
| 871 ], | 872 ], |
| 872 'devtools_extension_api_files': [ | 873 'devtools_extension_api_files': [ |
| 873 'front_end/extensions/ExtensionAPI.js', | 874 'front_end/extensions/ExtensionAPI.js', |
| 874 ], | 875 ], |
| 875 }, | 876 }, |
| 876 } | 877 } |
| OLD | NEW |