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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 'front_end/sdk/WorkerManager.js', | 180 'front_end/sdk/WorkerManager.js', |
181 'front_end/sdk/WorkerTargetManager.js', | 181 'front_end/sdk/WorkerTargetManager.js', |
182 'front_end/sdk/Workspace.js', | 182 'front_end/sdk/Workspace.js', |
183 'front_end/sdk/WorkspaceController.js', | 183 'front_end/sdk/WorkspaceController.js', |
184 ], | 184 ], |
185 'devtools_toolbox_js_files': [ | 185 'devtools_toolbox_js_files': [ |
186 'front_end/toolbox/InspectedPagePlaceholder.js', | 186 'front_end/toolbox/InspectedPagePlaceholder.js', |
187 'front_end/toolbox/MediaQueryInspector.js', | 187 'front_end/toolbox/MediaQueryInspector.js', |
188 'front_end/toolbox/OverridesUI.js', | 188 'front_end/toolbox/OverridesUI.js', |
189 'front_end/toolbox/ResponsiveDesignView.js', | 189 'front_end/toolbox/ResponsiveDesignView.js', |
| 190 'front_end/toolbox/ToolboxDelegate.js', |
190 ], | 191 ], |
191 'devtools_ui_js_files': [ | 192 'devtools_ui_js_files': [ |
192 'front_end/ui/ActionRegistry.js', | 193 'front_end/ui/ActionRegistry.js', |
193 'front_end/ui/Checkbox.js', | 194 'front_end/ui/Checkbox.js', |
194 'front_end/ui/CompletionDictionary.js', | 195 'front_end/ui/CompletionDictionary.js', |
195 'front_end/ui/Context.js', | 196 'front_end/ui/Context.js', |
196 'front_end/ui/ContextMenu.js', | 197 'front_end/ui/ContextMenu.js', |
197 'front_end/ui/DataGrid.js', | 198 'front_end/ui/DataGrid.js', |
198 'front_end/ui/Dialog.js', | 199 'front_end/ui/Dialog.js', |
199 'front_end/ui/DOMExtension.js', | 200 'front_end/ui/DOMExtension.js', |
(...skipping 30 matching lines...) Expand all Loading... |
230 ], | 231 ], |
231 'devtools_main_js_files': [ | 232 'devtools_main_js_files': [ |
232 'front_end/main/AdvancedApp.js', | 233 'front_end/main/AdvancedApp.js', |
233 'front_end/main/App.js', | 234 'front_end/main/App.js', |
234 'front_end/main/HelpScreenUntilReload.js', | 235 'front_end/main/HelpScreenUntilReload.js', |
235 'front_end/main/Main.js', | 236 'front_end/main/Main.js', |
236 'front_end/main/OverridesView.js', | 237 'front_end/main/OverridesView.js', |
237 'front_end/main/RenderingOptions.js', | 238 'front_end/main/RenderingOptions.js', |
238 'front_end/main/ScreencastApp.js', | 239 'front_end/main/ScreencastApp.js', |
239 'front_end/main/SimpleApp.js', | 240 'front_end/main/SimpleApp.js', |
| 241 'front_end/main/Toolbox.js', |
240 ], | 242 ], |
241 | 243 |
242 'devtools_module_json_files': [ | 244 'devtools_module_json_files': [ |
243 'front_end/audits/module.json', | 245 'front_end/audits/module.json', |
244 'front_end/console/module.json', | 246 'front_end/console/module.json', |
245 'front_end/devices/module.json', | 247 'front_end/devices/module.json', |
246 'front_end/documentation/module.json', | 248 'front_end/documentation/module.json', |
247 'front_end/elements/module.json', | 249 'front_end/elements/module.json', |
248 'front_end/extensions/module.json', | 250 'front_end/extensions/module.json', |
249 'front_end/layers/module.json', | 251 'front_end/layers/module.json', |
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
616 'front_end/Images/thumbHoverHoriz.png', | 618 'front_end/Images/thumbHoverHoriz.png', |
617 'front_end/Images/thumbHoverVert.png', | 619 'front_end/Images/thumbHoverVert.png', |
618 'front_end/Images/thumbVert.png', | 620 'front_end/Images/thumbVert.png', |
619 'front_end/Images/toolbarItemSelected.png', | 621 'front_end/Images/toolbarItemSelected.png', |
620 ], | 622 ], |
621 'devtools_extension_api_files': [ | 623 'devtools_extension_api_files': [ |
622 'front_end/extensions/ExtensionAPI.js', | 624 'front_end/extensions/ExtensionAPI.js', |
623 ], | 625 ], |
624 }, | 626 }, |
625 } | 627 } |
OLD | NEW |