| 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 25 matching lines...) Expand all Loading... |
| 36 'devtools_core_js_files': [ | 36 'devtools_core_js_files': [ |
| 37 '<@(devtools_core_base_js_files)', | 37 '<@(devtools_core_base_js_files)', |
| 38 '<@(devtools_common_js_files)', | 38 '<@(devtools_common_js_files)', |
| 39 '<@(devtools_sdk_js_files)', | 39 '<@(devtools_sdk_js_files)', |
| 40 '<@(devtools_ui_js_files)', | 40 '<@(devtools_ui_js_files)', |
| 41 '<@(devtools_components_js_files)', | 41 '<@(devtools_components_js_files)', |
| 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', | |
| 47 'front_end/ForwardedInputEventHandler.js', | 46 'front_end/ForwardedInputEventHandler.js', |
| 48 'front_end/InspectorFrontendAPI.js', | 47 'front_end/InspectorFrontendAPI.js', |
| 49 'front_end/InspectorFrontendEventSink.js', | 48 'front_end/InspectorFrontendEventSink.js', |
| 50 'front_end/InspectorFrontendHostStub.js', | 49 'front_end/InspectorFrontendHostStub.js', |
| 51 'front_end/jsdifflib.js', | 50 'front_end/jsdifflib.js', |
| 52 'front_end/ResponsiveDesignView.js', | 51 'front_end/ResponsiveDesignView.js', |
| 53 'front_end/ScreencastView.js', | 52 'front_end/ScreencastView.js', |
| 54 'front_end/SettingsScreen.js', | |
| 55 'front_end/TestController.js', | 53 'front_end/TestController.js', |
| 56 'front_end/dialog.css', | 54 'front_end/dialog.css', |
| 57 'front_end/inspector.css', | 55 'front_end/inspector.css', |
| 58 'front_end/tabbedPane.css', | 56 'front_end/tabbedPane.css', |
| 59 'front_end/inspectorSyntaxHighlight.css', | 57 'front_end/inspectorSyntaxHighlight.css', |
| 60 'front_end/popover.css', | 58 'front_end/popover.css', |
| 61 '<@(devtools_main_js_files)', | 59 '<@(devtools_main_js_files)', |
| 62 '<@(devtools_standalone_files)', | 60 '<@(devtools_standalone_files)', |
| 63 ], | 61 ], |
| 64 'devtools_common_js_files': [ | 62 'devtools_common_js_files': [ |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 'front_end/components/DockController.js', | 185 'front_end/components/DockController.js', |
| 188 'front_end/components/Drawer.js', | 186 'front_end/components/Drawer.js', |
| 189 'front_end/components/DOMBreakpointsSidebarPane.js', | 187 'front_end/components/DOMBreakpointsSidebarPane.js', |
| 190 'front_end/components/DOMPresentationUtils.js', | 188 'front_end/components/DOMPresentationUtils.js', |
| 191 'front_end/components/ExecutionContextSelector.js', | 189 'front_end/components/ExecutionContextSelector.js', |
| 192 'front_end/components/ExtensionServerProxy.js', | 190 'front_end/components/ExtensionServerProxy.js', |
| 193 'front_end/components/FilterBar.js', | 191 'front_end/components/FilterBar.js', |
| 194 'front_end/components/FilterSuggestionBuilder.js', | 192 'front_end/components/FilterSuggestionBuilder.js', |
| 195 'front_end/components/FlameChart.js', | 193 'front_end/components/FlameChart.js', |
| 196 'front_end/components/HandlerRegistry.js', | 194 'front_end/components/HandlerRegistry.js', |
| 197 'front_end/components/HelpScreen.js', | |
| 198 'front_end/components/InspectElementModeController.js', | 195 'front_end/components/InspectElementModeController.js', |
| 199 'front_end/components/InspectedPagePlaceholder.js', | 196 'front_end/components/InspectedPagePlaceholder.js', |
| 200 'front_end/components/InspectorView.js', | 197 'front_end/components/InspectorView.js', |
| 201 'front_end/components/NativeBreakpointsSidebarPane.js', | 198 'front_end/components/NativeBreakpointsSidebarPane.js', |
| 202 'front_end/components/ObjectPopoverHelper.js', | 199 'front_end/components/ObjectPopoverHelper.js', |
| 203 'front_end/components/ObjectPropertiesSection.js', | 200 'front_end/components/ObjectPropertiesSection.js', |
| 204 'front_end/components/OverviewGrid.js', | 201 'front_end/components/OverviewGrid.js', |
| 205 'front_end/components/Panel.js', | 202 'front_end/components/Panel.js', |
| 206 'front_end/components/PropertiesSection.js', | 203 'front_end/components/PropertiesSection.js', |
| 207 'front_end/components/SearchableView.js', | 204 'front_end/components/SearchableView.js', |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 'front_end/console/ConsoleViewMessage.js', | 282 'front_end/console/ConsoleViewMessage.js', |
| 286 ], | 283 ], |
| 287 'devtools_search_js_files': [ | 284 'devtools_search_js_files': [ |
| 288 'front_end/search/AdvancedSearchView.js', | 285 'front_end/search/AdvancedSearchView.js', |
| 289 'front_end/search/FileBasedSearchResultsPane.js', | 286 'front_end/search/FileBasedSearchResultsPane.js', |
| 290 'front_end/search/SourcesSearchScope.js', | 287 'front_end/search/SourcesSearchScope.js', |
| 291 ], | 288 ], |
| 292 'devtools_devices_js_files': [ | 289 'devtools_devices_js_files': [ |
| 293 'front_end/devices/DevicesView.js', | 290 'front_end/devices/DevicesView.js', |
| 294 ], | 291 ], |
| 292 'devtools_settings_js_files': [ |
| 293 'front_end/settings/EditFileSystemDialog.js', |
| 294 'front_end/settings/SettingsScreen.js', |
| 295 ], |
| 295 'devtools_elements_js_files': [ | 296 'devtools_elements_js_files': [ |
| 296 'front_end/elements/DOMSyntaxHighlighter.js', | 297 'front_end/elements/DOMSyntaxHighlighter.js', |
| 297 'front_end/elements/ElementsTreeOutline.js', | 298 'front_end/elements/ElementsTreeOutline.js', |
| 298 'front_end/elements/ElementsPanel.js', | 299 'front_end/elements/ElementsPanel.js', |
| 299 'front_end/elements/EventListenersSidebarPane.js', | 300 'front_end/elements/EventListenersSidebarPane.js', |
| 300 'front_end/elements/MetricsSidebarPane.js', | 301 'front_end/elements/MetricsSidebarPane.js', |
| 301 'front_end/elements/OverridesView.js', | 302 'front_end/elements/OverridesView.js', |
| 302 'front_end/elements/PlatformFontsSidebarPane.js', | 303 'front_end/elements/PlatformFontsSidebarPane.js', |
| 303 'front_end/elements/PropertiesSidebarPane.js', | 304 'front_end/elements/PropertiesSidebarPane.js', |
| 304 'front_end/elements/RenderingOptionsView.js', | 305 'front_end/elements/RenderingOptionsView.js', |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 558 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | 559 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
| 559 ], | 560 ], |
| 560 'devtools_script_formatter_worker_js_files': [ | 561 'devtools_script_formatter_worker_js_files': [ |
| 561 'front_end/script_formatter_worker/CSSFormatter.js', | 562 'front_end/script_formatter_worker/CSSFormatter.js', |
| 562 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 563 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
| 563 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 564 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
| 564 'front_end/common/utilities.js', | 565 'front_end/common/utilities.js', |
| 565 ], | 566 ], |
| 566 }, | 567 }, |
| 567 } | 568 } |
| OLD | NEW |