| 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 21 matching lines...) Expand all Loading... |
| 32 'variables': { | 32 'variables': { |
| 33 # If debug_devtools is set to 1, JavaScript files for DevTools are | 33 # If debug_devtools is set to 1, JavaScript files for DevTools are |
| 34 # stored as is. Otherwise, a concatenated file is stored. | 34 # stored as is. Otherwise, a concatenated file is stored. |
| 35 'debug_devtools%': 0, | 35 'debug_devtools%': 0, |
| 36 'devtools_core_js_files': [ | 36 'devtools_core_js_files': [ |
| 37 '<@(devtools_core_base_files)', | 37 '<@(devtools_core_base_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 '<@(devtools_toolbox_js_files)', |
| 42 ], | 43 ], |
| 43 'devtools_core_base_files': [ | 44 'devtools_core_base_files': [ |
| 44 'front_end/inspector.html', | 45 'front_end/inspector.html', |
| 45 'front_end/Tests.js', | 46 'front_end/Tests.js', |
| 46 'front_end/InspectorFrontendAPI.js', | 47 'front_end/InspectorFrontendAPI.js', |
| 47 'front_end/InspectorFrontendEventSink.js', | 48 'front_end/InspectorFrontendEventSink.js', |
| 48 'front_end/InspectorFrontendHostStub.js', | 49 'front_end/InspectorFrontendHostStub.js', |
| 49 'front_end/jsdifflib.js', | |
| 50 'front_end/MediaQueryInspector.js', | |
| 51 'front_end/ResponsiveDesignView.js', | |
| 52 'front_end/ScreencastView.js', | 50 'front_end/ScreencastView.js', |
| 53 'front_end/TestController.js', | 51 'front_end/TestController.js', |
| 54 'front_end/dialog.css', | 52 'front_end/dialog.css', |
| 55 'front_end/inspector.css', | 53 'front_end/inspector.css', |
| 56 'front_end/tabbedPane.css', | 54 'front_end/tabbedPane.css', |
| 57 'front_end/inspectorSyntaxHighlight.css', | 55 'front_end/inspectorSyntaxHighlight.css', |
| 58 'front_end/popover.css', | 56 'front_end/popover.css', |
| 59 '<@(devtools_main_js_files)', | 57 '<@(devtools_main_js_files)', |
| 60 '<@(devtools_standalone_files)', | 58 '<@(devtools_standalone_files)', |
| 61 ], | 59 ], |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 'front_end/components/DOMBreakpointsSidebarPane.js', | 188 'front_end/components/DOMBreakpointsSidebarPane.js', |
| 191 'front_end/components/DOMPresentationUtils.js', | 189 'front_end/components/DOMPresentationUtils.js', |
| 192 'front_end/components/ExecutionContextSelector.js', | 190 'front_end/components/ExecutionContextSelector.js', |
| 193 'front_end/components/ExtensionServerProxy.js', | 191 'front_end/components/ExtensionServerProxy.js', |
| 194 'front_end/components/FilterBar.js', | 192 'front_end/components/FilterBar.js', |
| 195 'front_end/components/FilterSuggestionBuilder.js', | 193 'front_end/components/FilterSuggestionBuilder.js', |
| 196 'front_end/components/FlameChart.js', | 194 'front_end/components/FlameChart.js', |
| 197 'front_end/components/HandlerRegistry.js', | 195 'front_end/components/HandlerRegistry.js', |
| 198 'front_end/components/HelpScreen.js', | 196 'front_end/components/HelpScreen.js', |
| 199 'front_end/components/InspectElementModeController.js', | 197 'front_end/components/InspectElementModeController.js', |
| 200 'front_end/components/InspectedPagePlaceholder.js', | |
| 201 'front_end/components/InspectorView.js', | 198 'front_end/components/InspectorView.js', |
| 202 'front_end/components/NativeBreakpointsSidebarPane.js', | 199 'front_end/components/NativeBreakpointsSidebarPane.js', |
| 203 'front_end/components/ObjectPopoverHelper.js', | 200 'front_end/components/ObjectPopoverHelper.js', |
| 204 'front_end/components/ObjectPropertiesSection.js', | 201 'front_end/components/ObjectPropertiesSection.js', |
| 205 'front_end/components/OverviewGrid.js', | 202 'front_end/components/OverviewGrid.js', |
| 206 'front_end/components/Panel.js', | 203 'front_end/components/Panel.js', |
| 207 'front_end/components/PropertiesSection.js', | 204 'front_end/components/PropertiesSection.js', |
| 208 'front_end/components/SearchableView.js', | 205 'front_end/components/SearchableView.js', |
| 209 'front_end/components/Section.js', | 206 'front_end/components/Section.js', |
| 210 'front_end/components/ShortcutsScreen.js', | 207 'front_end/components/ShortcutsScreen.js', |
| 211 'front_end/components/TimelineGrid.js', | 208 'front_end/components/TimelineGrid.js', |
| 212 'front_end/components/WorkerFrontendManager.js', | 209 'front_end/components/WorkerFrontendManager.js', |
| 213 ], | 210 ], |
| 211 'devtools_toolbox_js_files': [ |
| 212 'front_end/toolbox/InspectedPagePlaceholder.js', |
| 213 'front_end/toolbox/MediaQueryInspector.js', |
| 214 'front_end/toolbox/ResponsiveDesignView.js', |
| 215 ], |
| 214 'devtools_main_js_files': [ | 216 'devtools_main_js_files': [ |
| 215 'front_end/main/AdvancedApp.js', | 217 'front_end/main/AdvancedApp.js', |
| 216 'front_end/main/App.js', | 218 'front_end/main/App.js', |
| 217 'front_end/main/HelpScreenUntilReload.js', | 219 'front_end/main/HelpScreenUntilReload.js', |
| 218 'front_end/main/ScreencastApp.js', | 220 'front_end/main/ScreencastApp.js', |
| 219 'front_end/main/SimpleApp.js', | 221 'front_end/main/SimpleApp.js', |
| 220 'front_end/main/Main.js', | 222 'front_end/main/Main.js', |
| 221 ], | 223 ], |
| 222 'devtools_module_json_files': [ | 224 'devtools_module_json_files': [ |
| 223 'front_end/audits/module.json', | 225 'front_end/audits/module.json', |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 ], | 357 ], |
| 356 'devtools_sources_js_files': [ | 358 'devtools_sources_js_files': [ |
| 357 'front_end/sources/BreakpointsSidebarPane.js', | 359 'front_end/sources/BreakpointsSidebarPane.js', |
| 358 'front_end/sources/CSSSourceFrame.js', | 360 'front_end/sources/CSSSourceFrame.js', |
| 359 'front_end/sources/CallStackSidebarPane.js', | 361 'front_end/sources/CallStackSidebarPane.js', |
| 360 'front_end/sources/EditingLocationHistoryManager.js', | 362 'front_end/sources/EditingLocationHistoryManager.js', |
| 361 'front_end/sources/FilePathScoreFunction.js', | 363 'front_end/sources/FilePathScoreFunction.js', |
| 362 'front_end/sources/FilteredItemSelectionDialog.js', | 364 'front_end/sources/FilteredItemSelectionDialog.js', |
| 363 'front_end/sources/InplaceFormatterEditorAction.js', | 365 'front_end/sources/InplaceFormatterEditorAction.js', |
| 364 'front_end/sources/JavaScriptSourceFrame.js', | 366 'front_end/sources/JavaScriptSourceFrame.js', |
| 367 'front_end/sources/jsdifflib.js', |
| 365 'front_end/sources/NavigatorView.js', | 368 'front_end/sources/NavigatorView.js', |
| 366 'front_end/sources/Placard.js', | 369 'front_end/sources/Placard.js', |
| 367 'front_end/sources/RevisionHistoryView.js', | 370 'front_end/sources/RevisionHistoryView.js', |
| 368 'front_end/sources/ScopeChainSidebarPane.js', | 371 'front_end/sources/ScopeChainSidebarPane.js', |
| 369 'front_end/sources/ScriptFormatter.js', | 372 'front_end/sources/ScriptFormatter.js', |
| 370 'front_end/sources/ScriptFormatterEditorAction.js', | 373 'front_end/sources/ScriptFormatterEditorAction.js', |
| 371 'front_end/sources/SimpleHistoryManager.js', | 374 'front_end/sources/SimpleHistoryManager.js', |
| 372 'front_end/sources/SourcesNavigator.js', | 375 'front_end/sources/SourcesNavigator.js', |
| 373 'front_end/sources/SourcesPanel.js', | 376 'front_end/sources/SourcesPanel.js', |
| 374 'front_end/sources/SourcesView.js', | 377 'front_end/sources/SourcesView.js', |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 567 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | 570 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
| 568 ], | 571 ], |
| 569 'devtools_script_formatter_worker_js_files': [ | 572 'devtools_script_formatter_worker_js_files': [ |
| 570 'front_end/script_formatter_worker/CSSFormatter.js', | 573 'front_end/script_formatter_worker/CSSFormatter.js', |
| 571 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 574 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
| 572 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 575 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
| 573 'front_end/common/utilities.js', | 576 'front_end/common/utilities.js', |
| 574 ], | 577 ], |
| 575 }, | 578 }, |
| 576 } | 579 } |
| OLD | NEW |