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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 'front_end/components/HandlerRegistry.js', | 106 'front_end/components/HandlerRegistry.js', |
107 'front_end/components/InspectElementModeController.js', | 107 'front_end/components/InspectElementModeController.js', |
108 'front_end/components/InspectorView.js', | 108 'front_end/components/InspectorView.js', |
109 'front_end/components/NativeBreakpointsSidebarPane.js', | 109 'front_end/components/NativeBreakpointsSidebarPane.js', |
110 'front_end/components/ObjectPopoverHelper.js', | 110 'front_end/components/ObjectPopoverHelper.js', |
111 'front_end/components/ObjectPropertiesSection.js', | 111 'front_end/components/ObjectPropertiesSection.js', |
112 'front_end/components/ShortcutsScreen.js', | 112 'front_end/components/ShortcutsScreen.js', |
113 'front_end/components/TargetsComboBoxController.js', | 113 'front_end/components/TargetsComboBoxController.js', |
114 ], | 114 ], |
115 'devtools_host_js_files': [ | 115 'devtools_host_js_files': [ |
116 'front_end/host/InspectorAppHost.js', | |
117 'front_end/host/InspectorFrontendHost.js', | 116 'front_end/host/InspectorFrontendHost.js', |
118 'front_end/host/Platform.js', | 117 'front_end/host/Platform.js', |
119 'front_end/host/UserMetrics.js', | 118 'front_end/host/UserMetrics.js', |
120 ], | 119 ], |
121 'devtools_screencast_js_files': [ | 120 'devtools_screencast_js_files': [ |
122 'front_end/screencast/screencastView.css', | 121 'front_end/screencast/screencastView.css', |
123 'front_end/screencast/ScreencastView.js', | 122 'front_end/screencast/ScreencastView.js', |
124 ], | 123 ], |
125 'devtools_sdk_js_files': [ | 124 'devtools_sdk_js_files': [ |
126 'front_end/sdk/AnimationModel.js', | 125 'front_end/sdk/AnimationModel.js', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
190 'front_end/bindings/ResourceScriptMapping.js', | 189 'front_end/bindings/ResourceScriptMapping.js', |
191 'front_end/bindings/ResourceUtils.js', | 190 'front_end/bindings/ResourceUtils.js', |
192 'front_end/bindings/SASSSourceMapping.js', | 191 'front_end/bindings/SASSSourceMapping.js', |
193 'front_end/bindings/ScriptSnippetModel.js', | 192 'front_end/bindings/ScriptSnippetModel.js', |
194 'front_end/bindings/StylesSourceMapping.js', | 193 'front_end/bindings/StylesSourceMapping.js', |
195 'front_end/bindings/TempFile.js', | 194 'front_end/bindings/TempFile.js', |
196 'front_end/bindings/WorkspaceController.js', | 195 'front_end/bindings/WorkspaceController.js', |
197 ], | 196 ], |
198 'devtools_devtools_app_js_files': [ | 197 'devtools_devtools_app_js_files': [ |
199 'front_end/devtools_app/DevToolsApp.js', | 198 'front_end/devtools_app/DevToolsApp.js', |
| 199 'front_end/devtools_app/UITests.js', |
200 ], | 200 ], |
201 'devtools_platform_js_files': [ | 201 'devtools_platform_js_files': [ |
202 'front_end/platform/DOMExtension.js', | 202 'front_end/platform/DOMExtension.js', |
203 'front_end/platform/Promise.js', | 203 'front_end/platform/Promise.js', |
204 'front_end/platform/utilities.js', | 204 'front_end/platform/utilities.js', |
205 ], | 205 ], |
206 'devtools_toolbox_bootstrap_js_files': [ | 206 'devtools_toolbox_bootstrap_js_files': [ |
207 'front_end/toolbox_bootstrap/Toolbox.js', | 207 'front_end/toolbox_bootstrap/Toolbox.js', |
208 ], | 208 ], |
209 'devtools_toolbox_js_files': [ | 209 'devtools_toolbox_js_files': [ |
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
668 'front_end/Images/touchCursor.png', | 668 'front_end/Images/touchCursor.png', |
669 'front_end/Images/touchCursor_2x.png', | 669 'front_end/Images/touchCursor_2x.png', |
670 'front_end/Images/transformControls.png', | 670 'front_end/Images/transformControls.png', |
671 'front_end/Images/transformControls_2x.png', | 671 'front_end/Images/transformControls_2x.png', |
672 ], | 672 ], |
673 'devtools_extension_api_files': [ | 673 'devtools_extension_api_files': [ |
674 'front_end/extensions/ExtensionAPI.js', | 674 'front_end/extensions/ExtensionAPI.js', |
675 ], | 675 ], |
676 }, | 676 }, |
677 } | 677 } |
OLD | NEW |