| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 ], | 42 ], |
| 43 'devtools_core_base_js_files': [ | 43 'devtools_core_base_js_files': [ |
| 44 'front_end/inspector.html', | 44 'front_end/inspector.html', |
| 45 'front_end/Tests.js', | 45 'front_end/Tests.js', |
| 46 'front_end/EditFileSystemDialog.js', | 46 'front_end/EditFileSystemDialog.js', |
| 47 'front_end/ForwardedInputEventHandler.js', | 47 'front_end/ForwardedInputEventHandler.js', |
| 48 'front_end/InspectorFrontendAPI.js', | 48 'front_end/InspectorFrontendAPI.js', |
| 49 'front_end/InspectorFrontendEventSink.js', | 49 'front_end/InspectorFrontendEventSink.js', |
| 50 'front_end/InspectorFrontendHostStub.js', | 50 'front_end/InspectorFrontendHostStub.js', |
| 51 'front_end/jsdifflib.js', | 51 'front_end/jsdifflib.js', |
| 52 'front_end/ResponsiveDesignView.js', | |
| 53 'front_end/ScreencastView.js', | 52 'front_end/ScreencastView.js', |
| 54 'front_end/SettingsScreen.js', | 53 'front_end/SettingsScreen.js', |
| 55 'front_end/TestController.js', | 54 'front_end/TestController.js', |
| 56 'front_end/dialog.css', | 55 'front_end/dialog.css', |
| 57 'front_end/inspector.css', | 56 'front_end/inspector.css', |
| 58 'front_end/tabbedPane.css', | 57 'front_end/tabbedPane.css', |
| 59 'front_end/inspectorSyntaxHighlight.css', | 58 'front_end/inspectorSyntaxHighlight.css', |
| 60 'front_end/popover.css', | 59 'front_end/popover.css', |
| 61 '<@(devtools_main_js_files)', | 60 '<@(devtools_main_js_files)', |
| 62 '<@(devtools_standalone_files)', | 61 '<@(devtools_standalone_files)', |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 'front_end/components/ObjectPopoverHelper.js', | 200 'front_end/components/ObjectPopoverHelper.js', |
| 202 'front_end/components/ObjectPropertiesSection.js', | 201 'front_end/components/ObjectPropertiesSection.js', |
| 203 'front_end/components/OverviewGrid.js', | 202 'front_end/components/OverviewGrid.js', |
| 204 'front_end/components/Panel.js', | 203 'front_end/components/Panel.js', |
| 205 'front_end/components/PropertiesSection.js', | 204 'front_end/components/PropertiesSection.js', |
| 206 'front_end/components/SearchableView.js', | 205 'front_end/components/SearchableView.js', |
| 207 'front_end/components/Section.js', | 206 'front_end/components/Section.js', |
| 208 'front_end/components/SettingsUI.js', | 207 'front_end/components/SettingsUI.js', |
| 209 'front_end/components/ShortcutsScreen.js', | 208 'front_end/components/ShortcutsScreen.js', |
| 210 'front_end/components/TimelineGrid.js', | 209 'front_end/components/TimelineGrid.js', |
| 210 'front_end/components/Toolbox.js', |
| 211 'front_end/components/WorkerFrontendManager.js', | 211 'front_end/components/WorkerFrontendManager.js', |
| 212 ], | 212 ], |
| 213 'devtools_toolbox_js_files': [ |
| 214 'front_end/toolbox/ResponsiveDesignView.js', |
| 215 ], |
| 213 'devtools_main_js_files': [ | 216 'devtools_main_js_files': [ |
| 214 'front_end/main/HelpScreenUntilReload.js', | 217 'front_end/main/HelpScreenUntilReload.js', |
| 215 'front_end/main/Main.js', | 218 'front_end/main/Main.js', |
| 216 ], | 219 ], |
| 217 'devtools_module_json_files': [ | 220 'devtools_module_json_files': [ |
| 218 'front_end/audits/module.json', | 221 'front_end/audits/module.json', |
| 219 'front_end/components/module.json', | 222 'front_end/components/module.json', |
| 220 'front_end/console/module.json', | 223 'front_end/console/module.json', |
| 221 'front_end/devices/module.json', | 224 'front_end/devices/module.json', |
| 222 'front_end/elements/module.json', | 225 'front_end/elements/module.json', |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 550 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | 553 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
| 551 ], | 554 ], |
| 552 'devtools_script_formatter_worker_js_files': [ | 555 'devtools_script_formatter_worker_js_files': [ |
| 553 'front_end/script_formatter_worker/CSSFormatter.js', | 556 'front_end/script_formatter_worker/CSSFormatter.js', |
| 554 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 557 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
| 555 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 558 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
| 556 'front_end/common/utilities.js', | 559 'front_end/common/utilities.js', |
| 557 ], | 560 ], |
| 558 }, | 561 }, |
| 559 } | 562 } |
| OLD | NEW |