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 23 matching lines...) Expand all Loading... |
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 # This list should contain all "autostart" modules from all apps. | 36 # This list should contain all "autostart" modules from all apps. |
37 'devtools_core_files': [ | 37 'devtools_core_files': [ |
38 '<@(devtools_bindings_js_files)', | 38 '<@(devtools_bindings_js_files)', |
39 '<@(devtools_common_js_files)', | 39 '<@(devtools_common_js_files)', |
40 '<@(devtools_components_js_files)', | 40 '<@(devtools_components_js_files)', |
41 '<@(devtools_core_base_files)', | 41 '<@(devtools_core_base_files)', |
42 '<@(devtools_host_js_files)', | 42 '<@(devtools_host_js_files)', |
43 '<@(devtools_main_js_files)', | 43 '<@(devtools_main_js_files)', |
| 44 '<@(devtools_platform_js_files)', |
44 '<@(devtools_screencast_js_files)', | 45 '<@(devtools_screencast_js_files)', |
45 '<@(devtools_sdk_js_files)', | 46 '<@(devtools_sdk_js_files)', |
46 '<@(devtools_toolbox_bootstrap_js_files)', | 47 '<@(devtools_toolbox_bootstrap_js_files)', |
47 '<@(devtools_toolbox_js_files)', | 48 '<@(devtools_toolbox_js_files)', |
48 '<@(devtools_ui_js_files)', | 49 '<@(devtools_ui_js_files)', |
49 '<@(devtools_workspace_js_files)', | 50 '<@(devtools_workspace_js_files)', |
50 '<@(devtools_core_css_files)', | 51 '<@(devtools_core_css_files)', |
51 ], | 52 ], |
52 'devtools_core_base_files': [ | 53 'devtools_core_base_files': [ |
53 'front_end/devtools.css', | 54 'front_end/devtools.css', |
(...skipping 26 matching lines...) Expand all Loading... |
80 'front_end/common/Object.js', | 81 'front_end/common/Object.js', |
81 'front_end/common/ParsedURL.js', | 82 'front_end/common/ParsedURL.js', |
82 'front_end/common/Progress.js', | 83 'front_end/common/Progress.js', |
83 'front_end/common/ResourceType.js', | 84 'front_end/common/ResourceType.js', |
84 'front_end/common/Settings.js', | 85 'front_end/common/Settings.js', |
85 'front_end/common/StaticContentProvider.js', | 86 'front_end/common/StaticContentProvider.js', |
86 'front_end/common/TextRange.js', | 87 'front_end/common/TextRange.js', |
87 'front_end/common/TextUtils.js', | 88 'front_end/common/TextUtils.js', |
88 'front_end/common/Throttler.js', | 89 'front_end/common/Throttler.js', |
89 'front_end/common/UIString.js', | 90 'front_end/common/UIString.js', |
90 'front_end/common/utilities.js', | |
91 'front_end/common/WebInspector.js', | 91 'front_end/common/WebInspector.js', |
92 ], | 92 ], |
93 'devtools_components_js_files': [ | 93 'devtools_components_js_files': [ |
94 'front_end/components/breakpointsList.css', | 94 'front_end/components/breakpointsList.css', |
95 'front_end/components/flameChart.css', | 95 'front_end/components/flameChart.css', |
96 'front_end/components/helpScreen.css', | 96 'front_end/components/helpScreen.css', |
97 'front_end/components/overviewGrid.css', | 97 'front_end/components/overviewGrid.css', |
98 'front_end/components/panelEnablerView.css', | 98 'front_end/components/panelEnablerView.css', |
99 'front_end/components/CookiesTable.js', | 99 'front_end/components/CookiesTable.js', |
100 'front_end/components/DockController.js', | 100 'front_end/components/DockController.js', |
(...skipping 14 matching lines...) Expand all Loading... |
115 'front_end/components/OverviewGrid.js', | 115 'front_end/components/OverviewGrid.js', |
116 'front_end/components/Panel.js', | 116 'front_end/components/Panel.js', |
117 'front_end/components/PropertiesSection.js', | 117 'front_end/components/PropertiesSection.js', |
118 'front_end/components/SearchableView.js', | 118 'front_end/components/SearchableView.js', |
119 'front_end/components/Section.js', | 119 'front_end/components/Section.js', |
120 'front_end/components/ShortcutsScreen.js', | 120 'front_end/components/ShortcutsScreen.js', |
121 'front_end/components/TargetsComboBoxController.js', | 121 'front_end/components/TargetsComboBoxController.js', |
122 'front_end/components/TimelineGrid.js', | 122 'front_end/components/TimelineGrid.js', |
123 ], | 123 ], |
124 'devtools_host_js_files': [ | 124 'devtools_host_js_files': [ |
125 'front_end/host/DOMExtension.js', | |
126 'front_end/host/InspectorFrontendHost.js', | 125 'front_end/host/InspectorFrontendHost.js', |
127 'front_end/host/Platform.js', | 126 'front_end/host/Platform.js', |
128 'front_end/host/ToolboxHost.js', | |
129 'front_end/host/UserMetrics.js', | 127 'front_end/host/UserMetrics.js', |
130 ], | 128 ], |
131 'devtools_screencast_js_files': [ | 129 'devtools_screencast_js_files': [ |
132 'front_end/screencast/screencastView.css', | 130 'front_end/screencast/screencastView.css', |
133 'front_end/screencast/ScreencastView.js', | 131 'front_end/screencast/ScreencastView.js', |
134 ], | 132 ], |
135 'devtools_sdk_js_files': [ | 133 'devtools_sdk_js_files': [ |
136 'front_end/sdk/AnimationModel.js', | 134 'front_end/sdk/AnimationModel.js', |
137 'front_end/sdk/ApplicationCacheModel.js', | 135 'front_end/sdk/ApplicationCacheModel.js', |
138 'front_end/sdk/BlackboxSupport.js', | 136 'front_end/sdk/BlackboxSupport.js', |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 'front_end/bindings/NetworkWorkspaceBinding.js', | 197 'front_end/bindings/NetworkWorkspaceBinding.js', |
200 'front_end/bindings/PresentationConsoleMessageHelper.js', | 198 'front_end/bindings/PresentationConsoleMessageHelper.js', |
201 'front_end/bindings/ResourceScriptMapping.js', | 199 'front_end/bindings/ResourceScriptMapping.js', |
202 'front_end/bindings/ResourceUtils.js', | 200 'front_end/bindings/ResourceUtils.js', |
203 'front_end/bindings/SASSSourceMapping.js', | 201 'front_end/bindings/SASSSourceMapping.js', |
204 'front_end/bindings/ScriptSnippetModel.js', | 202 'front_end/bindings/ScriptSnippetModel.js', |
205 'front_end/bindings/StylesSourceMapping.js', | 203 'front_end/bindings/StylesSourceMapping.js', |
206 'front_end/bindings/TempFile.js', | 204 'front_end/bindings/TempFile.js', |
207 'front_end/bindings/WorkspaceController.js', | 205 'front_end/bindings/WorkspaceController.js', |
208 ], | 206 ], |
| 207 'devtools_platform_js_files': [ |
| 208 'front_end/platform/DOMExtension.js', |
| 209 'front_end/platform/Promise.js', |
| 210 'front_end/platform/utilities.js', |
| 211 ], |
209 'devtools_toolbox_bootstrap_js_files': [ | 212 'devtools_toolbox_bootstrap_js_files': [ |
210 'front_end/toolbox_bootstrap/Toolbox.js', | 213 'front_end/toolbox_bootstrap/Toolbox.js', |
211 ], | 214 ], |
212 'devtools_toolbox_js_files': [ | 215 'devtools_toolbox_js_files': [ |
213 'front_end/toolbox/responsiveDesignView.css', | 216 'front_end/toolbox/responsiveDesignView.css', |
214 'front_end/toolbox/InspectedPagePlaceholder.js', | 217 'front_end/toolbox/InspectedPagePlaceholder.js', |
215 'front_end/toolbox/MediaQueryInspector.js', | 218 'front_end/toolbox/MediaQueryInspector.js', |
216 'front_end/toolbox/OverridesUI.js', | 219 'front_end/toolbox/OverridesUI.js', |
217 'front_end/toolbox/ResponsiveDesignView.js', | 220 'front_end/toolbox/ResponsiveDesignView.js', |
218 ], | 221 ], |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 'front_end/extensions/ExtensionView.js', | 370 'front_end/extensions/ExtensionView.js', |
368 '<@(devtools_extension_api_files)', | 371 '<@(devtools_extension_api_files)', |
369 ], | 372 ], |
370 'devtools_promises_js_files': [ | 373 'devtools_promises_js_files': [ |
371 'front_end/promises/promisePane.css', | 374 'front_end/promises/promisePane.css', |
372 'front_end/promises/PromisePane.js', | 375 'front_end/promises/PromisePane.js', |
373 ], | 376 ], |
374 'devtools_heap_snapshot_worker_js_files': [ | 377 'devtools_heap_snapshot_worker_js_files': [ |
375 'front_end/common/TextUtils.js', | 378 'front_end/common/TextUtils.js', |
376 'front_end/common/UIString.js', | 379 'front_end/common/UIString.js', |
377 'front_end/common/utilities.js', | |
378 'front_end/heap_snapshot_worker/AllocationProfile.js', | 380 'front_end/heap_snapshot_worker/AllocationProfile.js', |
379 'front_end/heap_snapshot_worker/HeapSnapshot.js', | 381 'front_end/heap_snapshot_worker/HeapSnapshot.js', |
380 'front_end/heap_snapshot_worker/HeapSnapshotLoader.js', | 382 'front_end/heap_snapshot_worker/HeapSnapshotLoader.js', |
381 'front_end/heap_snapshot_worker/HeapSnapshotWorker.js', | 383 'front_end/heap_snapshot_worker/HeapSnapshotWorker.js', |
382 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js', | 384 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js', |
383 'front_end/heap_snapshot_worker/JSHeapSnapshot.js', | 385 'front_end/heap_snapshot_worker/JSHeapSnapshot.js', |
| 386 'front_end/platform/Promise.js', |
| 387 'front_end/platform/utilities.js', |
384 'front_end/profiler/HeapSnapshotCommon.js', | 388 'front_end/profiler/HeapSnapshotCommon.js', |
385 ], | 389 ], |
386 'devtools_layers_js_files': [ | 390 'devtools_layers_js_files': [ |
387 'front_end/layers/LayerPaintProfilerView.js', | 391 'front_end/layers/LayerPaintProfilerView.js', |
388 'front_end/layers/LayersPanel.js', | 392 'front_end/layers/LayersPanel.js', |
389 ], | 393 ], |
390 'devtools_network_js_files': [ | 394 'devtools_network_js_files': [ |
391 'front_end/network/networkLogView.css', | 395 'front_end/network/networkLogView.css', |
392 'front_end/network/networkPanel.css', | 396 'front_end/network/networkPanel.css', |
393 'front_end/network/requestCookiesView.css', | 397 'front_end/network/requestCookiesView.css', |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
439 'front_end/resources/IndexedDBViews.js', | 443 'front_end/resources/IndexedDBViews.js', |
440 'front_end/resources/ResourcesPanel.js', | 444 'front_end/resources/ResourcesPanel.js', |
441 ], | 445 ], |
442 'devtools_script_formatter_worker_js_files': [ | 446 'devtools_script_formatter_worker_js_files': [ |
443 'front_end/cm/css.js', | 447 'front_end/cm/css.js', |
444 'front_end/cm/headlesscodemirror.js', | 448 'front_end/cm/headlesscodemirror.js', |
445 'front_end/cm/htmlmixed.js', | 449 'front_end/cm/htmlmixed.js', |
446 'front_end/cm/javascript.js', | 450 'front_end/cm/javascript.js', |
447 'front_end/cm/xml.js', | 451 'front_end/cm/xml.js', |
448 'front_end/common/WebInspector.js', | 452 'front_end/common/WebInspector.js', |
449 'front_end/common/utilities.js', | 453 'front_end/platform/Promise.js', |
| 454 'front_end/platform/utilities.js', |
450 'front_end/script_formatter_worker/CSSFormatter.js', | 455 'front_end/script_formatter_worker/CSSFormatter.js', |
451 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 456 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
452 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 457 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
453 ], | 458 ], |
454 'devtools_settings_js_files': [ | 459 'devtools_settings_js_files': [ |
455 'front_end/settings/EditFileSystemDialog.js', | 460 'front_end/settings/EditFileSystemDialog.js', |
456 'front_end/settings/FrameworkBlackboxDialog.js', | 461 'front_end/settings/FrameworkBlackboxDialog.js', |
457 'front_end/settings/SettingsScreen.js', | 462 'front_end/settings/SettingsScreen.js', |
458 ], | 463 ], |
459 'devtools_source_frame_js_files': [ | 464 'devtools_source_frame_js_files': [ |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
658 'front_end/Images/touchCursor.png', | 663 'front_end/Images/touchCursor.png', |
659 'front_end/Images/touchCursor_2x.png', | 664 'front_end/Images/touchCursor_2x.png', |
660 'front_end/Images/transformControls.png', | 665 'front_end/Images/transformControls.png', |
661 'front_end/Images/transformControls_2x.png', | 666 'front_end/Images/transformControls_2x.png', |
662 ], | 667 ], |
663 'devtools_extension_api_files': [ | 668 'devtools_extension_api_files': [ |
664 'front_end/extensions/ExtensionAPI.js', | 669 'front_end/extensions/ExtensionAPI.js', |
665 ], | 670 ], |
666 }, | 671 }, |
667 } | 672 } |
OLD | NEW |