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)', | |
45 '<@(devtools_screencast_js_files)', | 44 '<@(devtools_screencast_js_files)', |
46 '<@(devtools_sdk_js_files)', | 45 '<@(devtools_sdk_js_files)', |
47 '<@(devtools_toolbox_bootstrap_js_files)', | 46 '<@(devtools_toolbox_bootstrap_js_files)', |
48 '<@(devtools_toolbox_js_files)', | 47 '<@(devtools_toolbox_js_files)', |
49 '<@(devtools_ui_js_files)', | 48 '<@(devtools_ui_js_files)', |
50 '<@(devtools_workspace_js_files)', | 49 '<@(devtools_workspace_js_files)', |
51 '<@(devtools_core_css_files)', | 50 '<@(devtools_core_css_files)', |
52 ], | 51 ], |
53 'devtools_core_base_files': [ | 52 'devtools_core_base_files': [ |
54 'front_end/devtools.css', | 53 'front_end/devtools.css', |
(...skipping 26 matching lines...) Expand all Loading... |
81 'front_end/common/Object.js', | 80 'front_end/common/Object.js', |
82 'front_end/common/ParsedURL.js', | 81 'front_end/common/ParsedURL.js', |
83 'front_end/common/Progress.js', | 82 'front_end/common/Progress.js', |
84 'front_end/common/ResourceType.js', | 83 'front_end/common/ResourceType.js', |
85 'front_end/common/Settings.js', | 84 'front_end/common/Settings.js', |
86 'front_end/common/StaticContentProvider.js', | 85 'front_end/common/StaticContentProvider.js', |
87 'front_end/common/TextRange.js', | 86 'front_end/common/TextRange.js', |
88 'front_end/common/TextUtils.js', | 87 'front_end/common/TextUtils.js', |
89 'front_end/common/Throttler.js', | 88 'front_end/common/Throttler.js', |
90 'front_end/common/UIString.js', | 89 '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', |
125 'front_end/host/InspectorFrontendHost.js', | 126 'front_end/host/InspectorFrontendHost.js', |
126 'front_end/host/Platform.js', | 127 'front_end/host/Platform.js', |
| 128 'front_end/host/ToolboxHost.js', |
127 'front_end/host/UserMetrics.js', | 129 'front_end/host/UserMetrics.js', |
128 ], | 130 ], |
129 'devtools_screencast_js_files': [ | 131 'devtools_screencast_js_files': [ |
130 'front_end/screencast/screencastView.css', | 132 'front_end/screencast/screencastView.css', |
131 'front_end/screencast/ScreencastView.js', | 133 'front_end/screencast/ScreencastView.js', |
132 ], | 134 ], |
133 'devtools_sdk_js_files': [ | 135 'devtools_sdk_js_files': [ |
134 'front_end/sdk/AnimationModel.js', | 136 'front_end/sdk/AnimationModel.js', |
135 'front_end/sdk/ApplicationCacheModel.js', | 137 'front_end/sdk/ApplicationCacheModel.js', |
136 'front_end/sdk/BlackboxSupport.js', | 138 'front_end/sdk/BlackboxSupport.js', |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 'front_end/bindings/NetworkWorkspaceBinding.js', | 199 'front_end/bindings/NetworkWorkspaceBinding.js', |
198 'front_end/bindings/PresentationConsoleMessageHelper.js', | 200 'front_end/bindings/PresentationConsoleMessageHelper.js', |
199 'front_end/bindings/ResourceScriptMapping.js', | 201 'front_end/bindings/ResourceScriptMapping.js', |
200 'front_end/bindings/ResourceUtils.js', | 202 'front_end/bindings/ResourceUtils.js', |
201 'front_end/bindings/SASSSourceMapping.js', | 203 'front_end/bindings/SASSSourceMapping.js', |
202 'front_end/bindings/ScriptSnippetModel.js', | 204 'front_end/bindings/ScriptSnippetModel.js', |
203 'front_end/bindings/StylesSourceMapping.js', | 205 'front_end/bindings/StylesSourceMapping.js', |
204 'front_end/bindings/TempFile.js', | 206 'front_end/bindings/TempFile.js', |
205 'front_end/bindings/WorkspaceController.js', | 207 'front_end/bindings/WorkspaceController.js', |
206 ], | 208 ], |
207 'devtools_platform_js_files': [ | |
208 'front_end/platform/DOMExtension.js', | |
209 'front_end/platform/Promise.js', | |
210 'front_end/platform/utilities.js', | |
211 ], | |
212 'devtools_toolbox_bootstrap_js_files': [ | 209 'devtools_toolbox_bootstrap_js_files': [ |
213 'front_end/toolbox_bootstrap/Toolbox.js', | 210 'front_end/toolbox_bootstrap/Toolbox.js', |
214 ], | 211 ], |
215 'devtools_toolbox_js_files': [ | 212 'devtools_toolbox_js_files': [ |
216 'front_end/toolbox/responsiveDesignView.css', | 213 'front_end/toolbox/responsiveDesignView.css', |
217 'front_end/toolbox/InspectedPagePlaceholder.js', | 214 'front_end/toolbox/InspectedPagePlaceholder.js', |
218 'front_end/toolbox/MediaQueryInspector.js', | 215 'front_end/toolbox/MediaQueryInspector.js', |
219 'front_end/toolbox/OverridesUI.js', | 216 'front_end/toolbox/OverridesUI.js', |
220 'front_end/toolbox/ResponsiveDesignView.js', | 217 'front_end/toolbox/ResponsiveDesignView.js', |
221 ], | 218 ], |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 'front_end/extensions/ExtensionView.js', | 366 'front_end/extensions/ExtensionView.js', |
370 '<@(devtools_extension_api_files)', | 367 '<@(devtools_extension_api_files)', |
371 ], | 368 ], |
372 'devtools_promises_js_files': [ | 369 'devtools_promises_js_files': [ |
373 'front_end/promises/promisePane.css', | 370 'front_end/promises/promisePane.css', |
374 'front_end/promises/PromisePane.js', | 371 'front_end/promises/PromisePane.js', |
375 ], | 372 ], |
376 'devtools_heap_snapshot_worker_js_files': [ | 373 'devtools_heap_snapshot_worker_js_files': [ |
377 'front_end/common/TextUtils.js', | 374 'front_end/common/TextUtils.js', |
378 'front_end/common/UIString.js', | 375 'front_end/common/UIString.js', |
| 376 'front_end/common/utilities.js', |
379 'front_end/heap_snapshot_worker/AllocationProfile.js', | 377 'front_end/heap_snapshot_worker/AllocationProfile.js', |
380 'front_end/heap_snapshot_worker/HeapSnapshot.js', | 378 'front_end/heap_snapshot_worker/HeapSnapshot.js', |
381 'front_end/heap_snapshot_worker/HeapSnapshotLoader.js', | 379 'front_end/heap_snapshot_worker/HeapSnapshotLoader.js', |
382 'front_end/heap_snapshot_worker/HeapSnapshotWorker.js', | 380 'front_end/heap_snapshot_worker/HeapSnapshotWorker.js', |
383 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js', | 381 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js', |
384 'front_end/heap_snapshot_worker/JSHeapSnapshot.js', | 382 'front_end/heap_snapshot_worker/JSHeapSnapshot.js', |
385 'front_end/platform/Promise.js', | |
386 'front_end/platform/utilities.js', | |
387 'front_end/profiler/HeapSnapshotCommon.js', | 383 'front_end/profiler/HeapSnapshotCommon.js', |
388 ], | 384 ], |
389 'devtools_layers_js_files': [ | 385 'devtools_layers_js_files': [ |
390 'front_end/layers/LayerPaintProfilerView.js', | 386 'front_end/layers/LayerPaintProfilerView.js', |
391 'front_end/layers/LayersPanel.js', | 387 'front_end/layers/LayersPanel.js', |
392 ], | 388 ], |
393 'devtools_network_js_files': [ | 389 'devtools_network_js_files': [ |
394 'front_end/network/networkLogView.css', | 390 'front_end/network/networkLogView.css', |
395 'front_end/network/networkPanel.css', | 391 'front_end/network/networkPanel.css', |
396 'front_end/network/requestCookiesView.css', | 392 'front_end/network/requestCookiesView.css', |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
442 'front_end/resources/IndexedDBViews.js', | 438 'front_end/resources/IndexedDBViews.js', |
443 'front_end/resources/ResourcesPanel.js', | 439 'front_end/resources/ResourcesPanel.js', |
444 ], | 440 ], |
445 'devtools_script_formatter_worker_js_files': [ | 441 'devtools_script_formatter_worker_js_files': [ |
446 'front_end/cm/css.js', | 442 'front_end/cm/css.js', |
447 'front_end/cm/headlesscodemirror.js', | 443 'front_end/cm/headlesscodemirror.js', |
448 'front_end/cm/htmlmixed.js', | 444 'front_end/cm/htmlmixed.js', |
449 'front_end/cm/javascript.js', | 445 'front_end/cm/javascript.js', |
450 'front_end/cm/xml.js', | 446 'front_end/cm/xml.js', |
451 'front_end/common/WebInspector.js', | 447 'front_end/common/WebInspector.js', |
452 'front_end/platform/Promise.js', | 448 'front_end/common/utilities.js', |
453 'front_end/platform/utilities.js', | |
454 'front_end/script_formatter_worker/CSSFormatter.js', | 449 'front_end/script_formatter_worker/CSSFormatter.js', |
455 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 450 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
456 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 451 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
457 ], | 452 ], |
458 'devtools_settings_js_files': [ | 453 'devtools_settings_js_files': [ |
459 'front_end/settings/EditFileSystemDialog.js', | 454 'front_end/settings/EditFileSystemDialog.js', |
460 'front_end/settings/FrameworkBlackboxDialog.js', | 455 'front_end/settings/FrameworkBlackboxDialog.js', |
461 'front_end/settings/SettingsScreen.js', | 456 'front_end/settings/SettingsScreen.js', |
462 ], | 457 ], |
463 'devtools_source_frame_js_files': [ | 458 'devtools_source_frame_js_files': [ |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
662 'front_end/Images/touchCursor.png', | 657 'front_end/Images/touchCursor.png', |
663 'front_end/Images/touchCursor_2x.png', | 658 'front_end/Images/touchCursor_2x.png', |
664 'front_end/Images/transformControls.png', | 659 'front_end/Images/transformControls.png', |
665 'front_end/Images/transformControls_2x.png', | 660 'front_end/Images/transformControls_2x.png', |
666 ], | 661 ], |
667 'devtools_extension_api_files': [ | 662 'devtools_extension_api_files': [ |
668 'front_end/extensions/ExtensionAPI.js', | 663 'front_end/extensions/ExtensionAPI.js', |
669 ], | 664 ], |
670 }, | 665 }, |
671 } | 666 } |
OLD | NEW |