Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//third_party/WebKit/public/public_features.gni") | 6 import("//third_party/WebKit/public/public_features.gni") |
| 7 import("//third_party/WebKit/Source/core/core.gni") | 7 import("//third_party/WebKit/Source/core/core.gni") |
| 8 | 8 |
| 9 all_devtools_files = [ | 9 all_devtools_files = [ |
| 10 "front_end/accessibility/AccessibilityModel.js", | 10 "front_end/accessibility/AccessibilityModel.js", |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 111 "front_end/common/TextUtils.js", | 111 "front_end/common/TextUtils.js", |
| 112 "front_end/common/Throttler.js", | 112 "front_end/common/Throttler.js", |
| 113 "front_end/common/Trie.js", | 113 "front_end/common/Trie.js", |
| 114 "front_end/common/UIString.js", | 114 "front_end/common/UIString.js", |
| 115 "front_end/common/Worker.js", | 115 "front_end/common/Worker.js", |
| 116 "front_end/components_lazy/CookiesTable.js", | 116 "front_end/components_lazy/CookiesTable.js", |
| 117 "front_end/components_lazy/filmStripDialog.css", | 117 "front_end/components_lazy/filmStripDialog.css", |
| 118 "front_end/components_lazy/FilmStripModel.js", | 118 "front_end/components_lazy/FilmStripModel.js", |
| 119 "front_end/components_lazy/filmStripView.css", | 119 "front_end/components_lazy/filmStripView.css", |
| 120 "front_end/components_lazy/FilmStripView.js", | 120 "front_end/components_lazy/FilmStripView.js", |
| 121 "front_end/components_lazy/GCActionDelegate.js", | |
| 122 "front_end/components_lazy/LineLevelProfile.js", | |
| 123 "front_end/components_lazy/module.json", | 121 "front_end/components_lazy/module.json", |
| 124 "front_end/components/breakpointsList.css", | 122 "front_end/components/breakpointsList.css", |
| 125 "front_end/components/BreakpointsSidebarPaneBase.js", | 123 "front_end/components/BreakpointsSidebarPaneBase.js", |
| 126 "front_end/components/customPreviewSection.css", | 124 "front_end/components/customPreviewSection.css", |
| 127 "front_end/components/CustomPreviewSection.js", | 125 "front_end/components/CustomPreviewSection.js", |
| 128 "front_end/components/DataSaverInfobar.js", | 126 "front_end/components/DataSaverInfobar.js", |
| 129 "front_end/components/DockController.js", | 127 "front_end/components/DockController.js", |
| 130 "front_end/components/DOMBreakpointsSidebarPane.js", | 128 "front_end/components/DOMBreakpointsSidebarPane.js", |
| 131 "front_end/components/DOMPresentationUtils.js", | 129 "front_end/components/DOMPresentationUtils.js", |
| 132 "front_end/components/domUtils.css", | 130 "front_end/components/domUtils.css", |
| 133 "front_end/components/EventListenersUtils.js", | 131 "front_end/components/EventListenersUtils.js", |
| 134 "front_end/components/eventListenersView.css", | 132 "front_end/components/eventListenersView.css", |
| 135 "front_end/components/EventListenersView.js", | 133 "front_end/components/EventListenersView.js", |
| 136 "front_end/components/ExecutionContextSelector.js", | 134 "front_end/components/ExecutionContextSelector.js", |
| 137 "front_end/components/JavaScriptAutocomplete.js", | 135 "front_end/components/JavaScriptAutocomplete.js", |
| 138 "front_end/components/Linkifier.js", | 136 "front_end/components/Linkifier.js", |
| 139 "front_end/components/module.json", | 137 "front_end/components/module.json", |
| 140 "front_end/components/NetworkConditionsSelector.js", | 138 "front_end/components/NetworkConditionsSelector.js", |
| 141 "front_end/components/networkConditionsSettingsTab.css", | 139 "front_end/components/networkConditionsSettingsTab.css", |
| 142 "front_end/components/ObjectPopoverHelper.js", | 140 "front_end/components/ObjectPopoverHelper.js", |
| 143 "front_end/components/objectPropertiesSection.css", | 141 "front_end/components/objectPropertiesSection.css", |
| 144 "front_end/components/ObjectPropertiesSection.js", | 142 "front_end/components/ObjectPropertiesSection.js", |
| 145 "front_end/components/objectValue.css", | 143 "front_end/components/objectValue.css", |
| 146 "front_end/components/Reload.js", | 144 "front_end/components/Reload.js", |
| 147 "front_end/components/RemoteObjectPreviewFormatter.js", | 145 "front_end/components/RemoteObjectPreviewFormatter.js", |
| 148 "front_end/components/RequestAppBannerActionDelegate.js", | |
| 149 "front_end/components/ShortcutsScreen.js", | 146 "front_end/components/ShortcutsScreen.js", |
| 150 "front_end/components/spectrum.css", | 147 "front_end/components/spectrum.css", |
| 151 "front_end/components/Spectrum.js", | 148 "front_end/components/Spectrum.js", |
| 152 "front_end/console/ConsoleContextSelector.js", | 149 "front_end/console/ConsoleContextSelector.js", |
| 153 "front_end/console/ConsolePanel.js", | 150 "front_end/console/ConsolePanel.js", |
| 154 "front_end/console/ConsolePrompt.js", | 151 "front_end/console/ConsolePrompt.js", |
| 155 "front_end/console/consoleView.css", | 152 "front_end/console/consoleView.css", |
| 156 "front_end/console/ConsoleView.js", | 153 "front_end/console/ConsoleView.js", |
| 157 "front_end/console/ConsoleViewMessage.js", | 154 "front_end/console/ConsoleViewMessage.js", |
| 158 "front_end/console/ConsoleViewport.js", | 155 "front_end/console/ConsoleViewport.js", |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 262 "front_end/layer_viewer/LayerViewHost.js", | 259 "front_end/layer_viewer/LayerViewHost.js", |
| 263 "front_end/layer_viewer/module.json", | 260 "front_end/layer_viewer/module.json", |
| 264 "front_end/layer_viewer/paintProfiler.css", | 261 "front_end/layer_viewer/paintProfiler.css", |
| 265 "front_end/layer_viewer/PaintProfilerView.js", | 262 "front_end/layer_viewer/PaintProfilerView.js", |
| 266 "front_end/layer_viewer/TransformController.js", | 263 "front_end/layer_viewer/TransformController.js", |
| 267 "front_end/layers/LayerPaintProfilerView.js", | 264 "front_end/layers/LayerPaintProfilerView.js", |
| 268 "front_end/layers/LayersPanel.js", | 265 "front_end/layers/LayersPanel.js", |
| 269 "front_end/layers/LayerTreeModel.js", | 266 "front_end/layers/LayerTreeModel.js", |
| 270 "front_end/layers/module.json", | 267 "front_end/layers/module.json", |
| 271 "front_end/main/errorWarningCounter.css", | 268 "front_end/main/errorWarningCounter.css", |
| 269 "front_end/main/GCActionDelegate.js", | |
| 272 "front_end/main/Main.js", | 270 "front_end/main/Main.js", |
| 273 "front_end/main/module.json", | 271 "front_end/main/module.json", |
| 274 "front_end/main/OverlayController.js", | 272 "front_end/main/OverlayController.js", |
| 275 "front_end/main/remoteDebuggingTerminatedScreen.css", | 273 "front_end/main/remoteDebuggingTerminatedScreen.css", |
| 276 "front_end/main/renderingOptions.css", | 274 "front_end/main/renderingOptions.css", |
| 277 "front_end/main/RenderingOptions.js", | 275 "front_end/main/RenderingOptions.js", |
| 276 "front_end/main/RequestAppBannerActionDelegate.js", | |
| 278 "front_end/main/SimpleApp.js", | 277 "front_end/main/SimpleApp.js", |
| 279 "front_end/main/targetCrashedScreen.css", | 278 "front_end/main/targetCrashedScreen.css", |
| 280 "front_end/network/blockedURLsPane.css", | 279 "front_end/network/blockedURLsPane.css", |
| 281 "front_end/network/BlockedURLsPane.js", | 280 "front_end/network/BlockedURLsPane.js", |
| 282 "front_end/network/eventSourceMessagesView.css", | 281 "front_end/network/eventSourceMessagesView.css", |
| 283 "front_end/network/EventSourceMessagesView.js", | 282 "front_end/network/EventSourceMessagesView.js", |
| 284 "front_end/network/FilterSuggestionBuilder.js", | 283 "front_end/network/FilterSuggestionBuilder.js", |
| 285 "front_end/network/HARWriter.js", | 284 "front_end/network/HARWriter.js", |
| 286 "front_end/network/JSONView.js", | 285 "front_end/network/JSONView.js", |
| 287 "front_end/network/module.json", | 286 "front_end/network/module.json", |
| (...skipping 19 matching lines...) Expand all Loading... | |
| 307 "front_end/network/RequestHTMLView.js", | 306 "front_end/network/RequestHTMLView.js", |
| 308 "front_end/network/RequestPreviewView.js", | 307 "front_end/network/RequestPreviewView.js", |
| 309 "front_end/network/RequestResponseView.js", | 308 "front_end/network/RequestResponseView.js", |
| 310 "front_end/network/RequestTimingView.js", | 309 "front_end/network/RequestTimingView.js", |
| 311 "front_end/network/RequestView.js", | 310 "front_end/network/RequestView.js", |
| 312 "front_end/network/ResourceWebSocketFrameView.js", | 311 "front_end/network/ResourceWebSocketFrameView.js", |
| 313 "front_end/network/webSocketFrameView.css", | 312 "front_end/network/webSocketFrameView.css", |
| 314 "front_end/network/xmlTree.css", | 313 "front_end/network/xmlTree.css", |
| 315 "front_end/network/xmlView.css", | 314 "front_end/network/xmlView.css", |
| 316 "front_end/network/XMLView.js", | 315 "front_end/network/XMLView.js", |
| 316 "front_end/perf_ui/LineLevelProfile.js", | |
| 317 "front_end/persistence/Automapping.js", | 317 "front_end/persistence/Automapping.js", |
| 318 "front_end/persistence/DefaultMapping.js", | 318 "front_end/persistence/DefaultMapping.js", |
| 319 "front_end/persistence/FileSystemWorkspaceBinding.js", | 319 "front_end/persistence/FileSystemWorkspaceBinding.js", |
| 320 "front_end/persistence/Persistence.js", | 320 "front_end/persistence/Persistence.js", |
| 321 "front_end/persistence/PersistenceUtils.js", | 321 "front_end/persistence/PersistenceUtils.js", |
| 322 "front_end/platform/module.json", | 322 "front_end/platform/module.json", |
| 323 "front_end/platform/utilities.js", | 323 "front_end/platform/utilities.js", |
| 324 "front_end/profiler/BottomUpProfileDataGrid.js", | 324 "front_end/profiler/BottomUpProfileDataGrid.js", |
| 325 "front_end/profiler/CPUProfileFlameChart.js", | 325 "front_end/profiler/CPUProfileFlameChart.js", |
| 326 "front_end/profiler/CPUProfileView.js", | 326 "front_end/profiler/CPUProfileView.js", |
| 327 "front_end/profiler/heapProfiler.css", | 327 "front_end/profiler/heapProfiler.css", |
| 328 "front_end/profiler/HeapProfileView.js", | 328 "front_end/profiler/HeapProfileView.js", |
| 329 "front_end/profiler/HeapSnapshotCommon.js", | 329 "front_end/profiler/HeapSnapshotCommon.js", |
| 330 "front_end/profiler/HeapSnapshotDataGrids.js", | 330 "front_end/profiler/HeapSnapshotDataGrids.js", |
| 331 "front_end/profiler/HeapSnapshotGridNodes.js", | 331 "front_end/profiler/HeapSnapshotGridNodes.js", |
| 332 "front_end/profiler/HeapSnapshotProxy.js", | 332 "front_end/profiler/HeapSnapshotProxy.js", |
| 333 "front_end/profiler/HeapSnapshotView.js", | 333 "front_end/profiler/HeapSnapshotView.js", |
| 334 "front_end/profiler/module.json", | 334 "front_end/profiler/module.json", |
| 335 "front_end/profiler/ProfileDataGrid.js", | 335 "front_end/profiler/ProfileDataGrid.js", |
| 336 "front_end/profiler/ProfileLauncherView.js", | 336 "front_end/profiler/ProfileLauncherView.js", |
| 337 "front_end/profiler/profilesPanel.css", | 337 "front_end/profiler/profilesPanel.css", |
| 338 "front_end/profiler/ProfilesPanel.js", | 338 "front_end/profiler/ProfilesPanel.js", |
| 339 "front_end/profiler/profilesSidebarTree.css", | 339 "front_end/profiler/profilesSidebarTree.css", |
| 340 "front_end/profiler/ProfileTypeRegistry.js", | 340 "front_end/profiler/ProfileTypeRegistry.js", |
| 341 "front_end/profiler/ProfileView.js", | 341 "front_end/profiler/ProfileView.js", |
| 342 "front_end/profiler/TargetsComboBoxController.js", | 342 "front_end/profiler/TargetsComboBoxController.js", |
| 343 "front_end/profiler/TopDownProfileDataGrid.js", | 343 "front_end/profiler/TopDownProfileDataGrid.js", |
| 344 "front_end/protocol/InspectorBackend.js", | 344 "front_end/protocol/InspectorBackend.js", |
| 345 "front_end/quick_open/CommandMenu.js", | |
| 346 "front_end/quick_open/filteredListWidget.css", | |
| 347 "front_end/quick_open/FilteredListWidget.js", | |
| 345 "front_end/resources/ApplicationCacheItemsView.js", | 348 "front_end/resources/ApplicationCacheItemsView.js", |
| 346 "front_end/resources/appManifestView.css", | 349 "front_end/resources/appManifestView.css", |
| 347 "front_end/resources/AppManifestView.js", | 350 "front_end/resources/AppManifestView.js", |
| 348 "front_end/resources/clearStorageView.css", | 351 "front_end/resources/clearStorageView.css", |
| 349 "front_end/resources/ClearStorageView.js", | 352 "front_end/resources/ClearStorageView.js", |
| 350 "front_end/resources/CookieItemsView.js", | 353 "front_end/resources/CookieItemsView.js", |
| 351 "front_end/resources/DatabaseModel.js", | 354 "front_end/resources/DatabaseModel.js", |
| 352 "front_end/resources/DatabaseQueryView.js", | 355 "front_end/resources/DatabaseQueryView.js", |
| 353 "front_end/resources/DatabaseTableView.js", | 356 "front_end/resources/DatabaseTableView.js", |
| 354 "front_end/resources/DOMStorageItemsView.js", | 357 "front_end/resources/DOMStorageItemsView.js", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 434 "front_end/shell/TestShell.js", | 437 "front_end/shell/TestShell.js", |
| 435 "front_end/snippets/module.json", | 438 "front_end/snippets/module.json", |
| 436 "front_end/snippets/ScriptSnippetModel.js", | 439 "front_end/snippets/ScriptSnippetModel.js", |
| 437 "front_end/snippets/SnippetStorage.js", | 440 "front_end/snippets/SnippetStorage.js", |
| 438 "front_end/source_frame/fontView.css", | 441 "front_end/source_frame/fontView.css", |
| 439 "front_end/source_frame/FontView.js", | 442 "front_end/source_frame/FontView.js", |
| 440 "front_end/source_frame/imageView.css", | 443 "front_end/source_frame/imageView.css", |
| 441 "front_end/source_frame/ImageView.js", | 444 "front_end/source_frame/ImageView.js", |
| 442 "front_end/source_frame/module.json", | 445 "front_end/source_frame/module.json", |
| 443 "front_end/source_frame/ResourceSourceFrame.js", | 446 "front_end/source_frame/ResourceSourceFrame.js", |
| 447 "front_end/source_frame/SourceCodeDiff.js", | |
| 444 "front_end/source_frame/SourceFrame.js", | 448 "front_end/source_frame/SourceFrame.js", |
| 445 "front_end/source_frame/SourcesTextEditor.js", | 449 "front_end/source_frame/SourcesTextEditor.js", |
| 450 "front_end/source_frame/UISourceCodeFrame.js", | |
| 446 "front_end/sources/AddSourceMapURLDialog.js", | 451 "front_end/sources/AddSourceMapURLDialog.js", |
| 447 "front_end/sources/AdvancedSearchView.js", | 452 "front_end/sources/AdvancedSearchView.js", |
| 448 "front_end/sources/CallStackSidebarPane.js", | 453 "front_end/sources/CallStackSidebarPane.js", |
| 449 "front_end/sources/CSSSourceFrame.js", | 454 "front_end/sources/CSSSourceFrame.js", |
| 455 "front_end/sources/dialog.css", | |
|
pfeldman
2017/01/09 19:29:48
Why is this guy getting here?
chenwilliam
2017/01/09 22:49:15
Please see response to other comment.
| |
| 450 "front_end/sources/EditingLocationHistoryManager.js", | 456 "front_end/sources/EditingLocationHistoryManager.js", |
| 451 "front_end/sources/eventListenerBreakpoints.css", | 457 "front_end/sources/eventListenerBreakpoints.css", |
| 452 "front_end/sources/EventListenerBreakpointsSidebarPane.js", | 458 "front_end/sources/EventListenerBreakpointsSidebarPane.js", |
| 453 "front_end/sources/fileBasedSearchResultsPane.css", | 459 "front_end/sources/fileBasedSearchResultsPane.css", |
| 454 "front_end/sources/FileBasedSearchResultsPane.js", | 460 "front_end/sources/FileBasedSearchResultsPane.js", |
| 455 "front_end/sources/FilePathScoreFunction.js", | 461 "front_end/sources/FilePathScoreFunction.js", |
| 456 "front_end/sources/FilteredUISourceCodeListDelegate.js", | 462 "front_end/sources/FilteredUISourceCodeListDelegate.js", |
| 457 "front_end/sources/InplaceFormatterEditorAction.js", | 463 "front_end/sources/InplaceFormatterEditorAction.js", |
| 458 "front_end/sources/JavaScriptBreakpointsSidebarPane.js", | 464 "front_end/sources/JavaScriptBreakpointsSidebarPane.js", |
| 459 "front_end/sources/JavaScriptCompiler.js", | 465 "front_end/sources/JavaScriptCompiler.js", |
| 460 "front_end/sources/JavaScriptOutlineDialog.js", | 466 "front_end/sources/JavaScriptOutlineDialog.js", |
| 461 "front_end/sources/JavaScriptSourceFrame.js", | 467 "front_end/sources/JavaScriptSourceFrame.js", |
| 462 "front_end/sources/module.json", | 468 "front_end/sources/module.json", |
| 463 "front_end/sources/navigatorTree.css", | 469 "front_end/sources/navigatorTree.css", |
| 464 "front_end/sources/navigatorView.css", | 470 "front_end/sources/navigatorView.css", |
| 465 "front_end/sources/NavigatorView.js", | 471 "front_end/sources/NavigatorView.js", |
| 466 "front_end/sources/ObjectEventListenersSidebarPane.js", | 472 "front_end/sources/ObjectEventListenersSidebarPane.js", |
| 467 "front_end/sources/OpenResourceDialog.js", | 473 "front_end/sources/OpenResourceDialog.js", |
| 468 "front_end/sources/revisionHistory.css", | 474 "front_end/sources/revisionHistory.css", |
| 469 "front_end/sources/RevisionHistoryView.js", | 475 "front_end/sources/RevisionHistoryView.js", |
| 470 "front_end/sources/ScopeChainSidebarPane.js", | 476 "front_end/sources/ScopeChainSidebarPane.js", |
| 471 "front_end/sources/ScriptFormatter.js", | 477 "front_end/sources/ScriptFormatter.js", |
| 472 "front_end/sources/ScriptFormatterEditorAction.js", | 478 "front_end/sources/ScriptFormatterEditorAction.js", |
| 473 "front_end/sources/serviceWorkersSidebar.css", | 479 "front_end/sources/serviceWorkersSidebar.css", |
| 474 "front_end/sources/SimpleHistoryManager.js", | 480 "front_end/sources/SimpleHistoryManager.js", |
| 475 "front_end/sources/SourceCodeDiff.js", | |
| 476 "front_end/sources/SourceMapNamesResolver.js", | 481 "front_end/sources/SourceMapNamesResolver.js", |
| 477 "front_end/sources/SourcesNavigator.js", | 482 "front_end/sources/SourcesNavigator.js", |
| 478 "front_end/sources/sourcesPanel.css", | 483 "front_end/sources/sourcesPanel.css", |
| 479 "front_end/sources/SourcesPanel.js", | 484 "front_end/sources/SourcesPanel.js", |
| 480 "front_end/sources/sourcesSearch.css", | 485 "front_end/sources/sourcesSearch.css", |
| 481 "front_end/sources/SourcesSearchScope.js", | 486 "front_end/sources/SourcesSearchScope.js", |
| 482 "front_end/sources/sourcesView.css", | 487 "front_end/sources/sourcesView.css", |
| 483 "front_end/sources/SourcesView.js", | 488 "front_end/sources/SourcesView.js", |
| 484 "front_end/sources/StyleSheetOutlineDialog.js", | 489 "front_end/sources/StyleSheetOutlineDialog.js", |
| 485 "front_end/sources/TabbedEditorContainer.js", | 490 "front_end/sources/TabbedEditorContainer.js", |
| 486 "front_end/sources/ThreadsSidebarPane.js", | 491 "front_end/sources/ThreadsSidebarPane.js", |
| 487 "front_end/sources/uiList.css", | 492 "front_end/sources/uiList.css", |
| 488 "front_end/sources/UIList.js", | 493 "front_end/sources/UIList.js", |
| 489 "front_end/sources/UISourceCodeFrame.js", | |
| 490 "front_end/sources/WatchExpressionsSidebarPane.js", | 494 "front_end/sources/WatchExpressionsSidebarPane.js", |
| 491 "front_end/sources/WorkspaceMappingTip.js", | 495 "front_end/sources/WorkspaceMappingTip.js", |
| 492 "front_end/sources/XHRBreakpointsSidebarPane.js", | 496 "front_end/sources/XHRBreakpointsSidebarPane.js", |
| 493 "front_end/terminal/terminal.css", | 497 "front_end/terminal/terminal.css", |
| 494 "front_end/terminal/TerminalWidget.js", | 498 "front_end/terminal/TerminalWidget.js", |
| 495 "front_end/terminal/xterm.js/addons/fit/fit.js", | 499 "front_end/terminal/xterm.js/addons/fit/fit.js", |
| 496 "front_end/terminal/xterm.js/build/xterm.css", | 500 "front_end/terminal/xterm.js/build/xterm.css", |
| 497 "front_end/terminal/xterm.js/build/xterm.js", | 501 "front_end/terminal/xterm.js/build/xterm.js", |
| 498 "front_end/test_runner/module.json", | 502 "front_end/test_runner/module.json", |
| 499 "front_end/test_runner/TestRunner.js", | 503 "front_end/test_runner/TestRunner.js", |
| (...skipping 28 matching lines...) Expand all Loading... | |
| 528 "front_end/timeline/timelinePanel.css", | 532 "front_end/timeline/timelinePanel.css", |
| 529 "front_end/timeline/TimelinePanel.js", | 533 "front_end/timeline/TimelinePanel.js", |
| 530 "front_end/timeline/timelineStatusDialog.css", | 534 "front_end/timeline/timelineStatusDialog.css", |
| 531 "front_end/timeline/TimelineTreeView.js", | 535 "front_end/timeline/TimelineTreeView.js", |
| 532 "front_end/timeline/TimelineUIUtils.js", | 536 "front_end/timeline/TimelineUIUtils.js", |
| 533 "front_end/toolbox_bootstrap/module.json", | 537 "front_end/toolbox_bootstrap/module.json", |
| 534 "front_end/toolbox_bootstrap/Toolbox.js", | 538 "front_end/toolbox_bootstrap/Toolbox.js", |
| 535 "front_end/toolbox.js", | 539 "front_end/toolbox.js", |
| 536 "front_end/toolbox.json", | 540 "front_end/toolbox.json", |
| 537 "front_end/ui_lazy/ChartViewport.js", | 541 "front_end/ui_lazy/ChartViewport.js", |
| 538 "front_end/ui_lazy/CommandMenu.js", | |
| 539 "front_end/ui_lazy/dataGrid.css", | 542 "front_end/ui_lazy/dataGrid.css", |
| 540 "front_end/ui_lazy/DataGrid.js", | 543 "front_end/ui_lazy/DataGrid.js", |
| 541 "front_end/ui_lazy/dialog.css", | |
| 542 "front_end/ui_lazy/filteredListWidget.css", | |
| 543 "front_end/ui_lazy/FilteredListWidget.js", | |
| 544 "front_end/ui_lazy/flameChart.css", | 544 "front_end/ui_lazy/flameChart.css", |
| 545 "front_end/ui_lazy/FlameChart.js", | 545 "front_end/ui_lazy/FlameChart.js", |
| 546 "front_end/ui_lazy/module.json", | 546 "front_end/ui_lazy/module.json", |
| 547 "front_end/ui_lazy/overviewGrid.css", | 547 "front_end/ui_lazy/overviewGrid.css", |
| 548 "front_end/ui_lazy/OverviewGrid.js", | 548 "front_end/ui_lazy/OverviewGrid.js", |
| 549 "front_end/ui_lazy/pieChart.css", | 549 "front_end/ui_lazy/pieChart.css", |
| 550 "front_end/ui_lazy/PieChart.js", | 550 "front_end/ui_lazy/PieChart.js", |
| 551 "front_end/ui_lazy/ShowMoreDataGridNode.js", | 551 "front_end/ui_lazy/ShowMoreDataGridNode.js", |
| 552 "front_end/ui_lazy/SortableDataGrid.js", | 552 "front_end/ui_lazy/SortableDataGrid.js", |
| 553 "front_end/ui_lazy/timelineGrid.css", | 553 "front_end/ui_lazy/timelineGrid.css", |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 796 "$resources_out_dir/cm/cm_module.js", | 796 "$resources_out_dir/cm/cm_module.js", |
| 797 "$resources_out_dir/components_lazy/components_lazy_module.js", | 797 "$resources_out_dir/components_lazy/components_lazy_module.js", |
| 798 "$resources_out_dir/console/console_module.js", | 798 "$resources_out_dir/console/console_module.js", |
| 799 "$resources_out_dir/css_tracker/css_tracker_module.js", | 799 "$resources_out_dir/css_tracker/css_tracker_module.js", |
| 800 "$resources_out_dir/devices/devices_module.js", | 800 "$resources_out_dir/devices/devices_module.js", |
| 801 "$resources_out_dir/diff/diff_module.js", | 801 "$resources_out_dir/diff/diff_module.js", |
| 802 "$resources_out_dir/elements/elements_module.js", | 802 "$resources_out_dir/elements/elements_module.js", |
| 803 "$resources_out_dir/layer_viewer/layer_viewer_module.js", | 803 "$resources_out_dir/layer_viewer/layer_viewer_module.js", |
| 804 "$resources_out_dir/layers/layers_module.js", | 804 "$resources_out_dir/layers/layers_module.js", |
| 805 "$resources_out_dir/network/network_module.js", | 805 "$resources_out_dir/network/network_module.js", |
| 806 "$resources_out_dir/perf_ui/perf_ui_module.js", | |
| 806 "$resources_out_dir/profiler/profiler_module.js", | 807 "$resources_out_dir/profiler/profiler_module.js", |
| 808 "$resources_out_dir/quick_open/quick_open_module.js", | |
| 807 "$resources_out_dir/resources/resources_module.js", | 809 "$resources_out_dir/resources/resources_module.js", |
| 808 "$resources_out_dir/sass/sass_module.js", | 810 "$resources_out_dir/sass/sass_module.js", |
| 809 "$resources_out_dir/security/security_module.js", | 811 "$resources_out_dir/security/security_module.js", |
| 810 "$resources_out_dir/settings/settings_module.js", | 812 "$resources_out_dir/settings/settings_module.js", |
| 811 "$resources_out_dir/snippets/snippets_module.js", | 813 "$resources_out_dir/snippets/snippets_module.js", |
| 812 "$resources_out_dir/source_frame/source_frame_module.js", | 814 "$resources_out_dir/source_frame/source_frame_module.js", |
| 813 "$resources_out_dir/sources/sources_module.js", | 815 "$resources_out_dir/sources/sources_module.js", |
| 814 "$resources_out_dir/terminal/terminal_module.js", | 816 "$resources_out_dir/terminal/terminal_module.js", |
| 815 "$resources_out_dir/text_editor/text_editor_module.js", | 817 "$resources_out_dir/text_editor/text_editor_module.js", |
| 816 "$resources_out_dir/timeline_model/timeline_model_module.js", | 818 "$resources_out_dir/timeline_model/timeline_model_module.js", |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1055 ".eslintrc.js", | 1057 ".eslintrc.js", |
| 1056 "devtools-node-modules/", | 1058 "devtools-node-modules/", |
| 1057 "front_end/", | 1059 "front_end/", |
| 1058 "scripts/buildbot/run_eslint.py", | 1060 "scripts/buildbot/run_eslint.py", |
| 1059 "scripts/local_node/", | 1061 "scripts/local_node/", |
| 1060 "//testing/scripts/common.py", | 1062 "//testing/scripts/common.py", |
| 1061 "//testing/scripts/run_devtools_check.py", | 1063 "//testing/scripts/run_devtools_check.py", |
| 1062 "//testing/xvfb.py", | 1064 "//testing/xvfb.py", |
| 1063 ] | 1065 ] |
| 1064 } | 1066 } |
| OLD | NEW |