| 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 'front_end/toolbox/InspectedPagePlaceholder.js', | 216 'front_end/toolbox/InspectedPagePlaceholder.js', |
| 217 'front_end/toolbox/MediaQueryInspector.js', | 217 'front_end/toolbox/MediaQueryInspector.js', |
| 218 'front_end/toolbox/OverridesUI.js', | 218 'front_end/toolbox/OverridesUI.js', |
| 219 'front_end/toolbox/ResponsiveDesignView.js', | 219 'front_end/toolbox/ResponsiveDesignView.js', |
| 220 ], | 220 ], |
| 221 'devtools_main_js_files': [ | 221 'devtools_main_js_files': [ |
| 222 'front_end/main/AdvancedApp.js', | 222 'front_end/main/AdvancedApp.js', |
| 223 'front_end/main/App.js', | 223 'front_end/main/App.js', |
| 224 'front_end/main/HelpScreenUntilReload.js', | 224 'front_end/main/HelpScreenUntilReload.js', |
| 225 'front_end/main/OverridesView.js', | 225 'front_end/main/OverridesView.js', |
| 226 'front_end/main/RenderingOptions.js', |
| 226 'front_end/main/ScreencastApp.js', | 227 'front_end/main/ScreencastApp.js', |
| 227 'front_end/main/SimpleApp.js', | 228 'front_end/main/SimpleApp.js', |
| 228 'front_end/main/Main.js', | 229 'front_end/main/Main.js', |
| 229 ], | 230 ], |
| 230 'devtools_module_json_files': [ | 231 'devtools_module_json_files': [ |
| 231 'front_end/audits/module.json', | 232 'front_end/audits/module.json', |
| 232 'front_end/console/module.json', | 233 'front_end/console/module.json', |
| 233 'front_end/devices/module.json', | 234 'front_end/devices/module.json', |
| 234 'front_end/elements/module.json', | 235 'front_end/elements/module.json', |
| 235 'front_end/extensions/module.json', | 236 'front_end/extensions/module.json', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 'front_end/settings/SettingsScreen.js', | 298 'front_end/settings/SettingsScreen.js', |
| 298 ], | 299 ], |
| 299 'devtools_elements_js_files': [ | 300 'devtools_elements_js_files': [ |
| 300 'front_end/elements/DOMSyntaxHighlighter.js', | 301 'front_end/elements/DOMSyntaxHighlighter.js', |
| 301 'front_end/elements/ElementsTreeOutline.js', | 302 'front_end/elements/ElementsTreeOutline.js', |
| 302 'front_end/elements/ElementsPanel.js', | 303 'front_end/elements/ElementsPanel.js', |
| 303 'front_end/elements/EventListenersSidebarPane.js', | 304 'front_end/elements/EventListenersSidebarPane.js', |
| 304 'front_end/elements/MetricsSidebarPane.js', | 305 'front_end/elements/MetricsSidebarPane.js', |
| 305 'front_end/elements/PlatformFontsSidebarPane.js', | 306 'front_end/elements/PlatformFontsSidebarPane.js', |
| 306 'front_end/elements/PropertiesSidebarPane.js', | 307 'front_end/elements/PropertiesSidebarPane.js', |
| 307 'front_end/elements/RenderingOptionsView.js', | |
| 308 'front_end/elements/Spectrum.js', | 308 'front_end/elements/Spectrum.js', |
| 309 'front_end/elements/StylesSidebarPane.js', | 309 'front_end/elements/StylesSidebarPane.js', |
| 310 ], | 310 ], |
| 311 'devtools_extensions_js_files': [ | 311 'devtools_extensions_js_files': [ |
| 312 'front_end/extensions/ExtensionAuditCategory.js', | 312 'front_end/extensions/ExtensionAuditCategory.js', |
| 313 'front_end/extensions/ExtensionPanel.js', | 313 'front_end/extensions/ExtensionPanel.js', |
| 314 'front_end/extensions/ExtensionRegistryStub.js', | 314 'front_end/extensions/ExtensionRegistryStub.js', |
| 315 'front_end/extensions/ExtensionServer.js', | 315 'front_end/extensions/ExtensionServer.js', |
| 316 'front_end/extensions/ExtensionView.js', | 316 'front_end/extensions/ExtensionView.js', |
| 317 '<@(devtools_extension_api_files)', | 317 '<@(devtools_extension_api_files)', |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 568 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | 568 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
| 569 ], | 569 ], |
| 570 'devtools_script_formatter_worker_js_files': [ | 570 'devtools_script_formatter_worker_js_files': [ |
| 571 'front_end/script_formatter_worker/CSSFormatter.js', | 571 'front_end/script_formatter_worker/CSSFormatter.js', |
| 572 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 572 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
| 573 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 573 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
| 574 'front_end/common/utilities.js', | 574 'front_end/common/utilities.js', |
| 575 ], | 575 ], |
| 576 }, | 576 }, |
| 577 } | 577 } |
| OLD | NEW |