Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Side by Side Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2608043002: DevTools: extract modules (with extensions) (Closed)
Patch Set: fixes Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 "front_end/common/Text.js", 110 "front_end/common/Text.js",
111 "front_end/common/TextDictionary.js", 111 "front_end/common/TextDictionary.js",
112 "front_end/common/TextRange.js", 112 "front_end/common/TextRange.js",
113 "front_end/common/TextUtils.js", 113 "front_end/common/TextUtils.js",
114 "front_end/common/TextUtils.js", 114 "front_end/common/TextUtils.js",
115 "front_end/common/Throttler.js", 115 "front_end/common/Throttler.js",
116 "front_end/common/Trie.js", 116 "front_end/common/Trie.js",
117 "front_end/common/UIString.js", 117 "front_end/common/UIString.js",
118 "front_end/common/UIString.js", 118 "front_end/common/UIString.js",
119 "front_end/common/Worker.js", 119 "front_end/common/Worker.js",
120 "front_end/components_lazy/CookiesTable.js",
121 "front_end/components_lazy/filmStripDialog.css",
122 "front_end/components_lazy/FilmStripModel.js",
123 "front_end/components_lazy/filmStripView.css",
124 "front_end/components_lazy/FilmStripView.js",
125 "front_end/components_lazy/GCActionDelegate.js",
126 "front_end/components_lazy/LineLevelProfile.js",
127 "front_end/components_lazy/module.json",
128 "front_end/components/breakpointsList.css", 120 "front_end/components/breakpointsList.css",
129 "front_end/components/BreakpointsSidebarPaneBase.js", 121 "front_end/components/BreakpointsSidebarPaneBase.js",
130 "front_end/components/customPreviewSection.css", 122 "front_end/components/customPreviewSection.css",
131 "front_end/components/CustomPreviewSection.js", 123 "front_end/components/CustomPreviewSection.js",
132 "front_end/components/DataSaverInfobar.js",
133 "front_end/components/DockController.js", 124 "front_end/components/DockController.js",
134 "front_end/components/DOMBreakpointsSidebarPane.js", 125 "front_end/components/DOMBreakpointsSidebarPane.js",
135 "front_end/components/DOMPresentationUtils.js", 126 "front_end/components/DOMPresentationUtils.js",
136 "front_end/components/domUtils.css", 127 "front_end/components/domUtils.css",
137 "front_end/components/EventListenersUtils.js", 128 "front_end/components/filmStripDialog.css",
138 "front_end/components/eventListenersView.css", 129 "front_end/components/filmStripView.css",
139 "front_end/components/EventListenersView.js", 130 "front_end/components/FilmStripView.js",
140 "front_end/components/ExecutionContextSelector.js",
141 "front_end/components/JavaScriptAutocomplete.js", 131 "front_end/components/JavaScriptAutocomplete.js",
142 "front_end/components/Linkifier.js", 132 "front_end/components/Linkifier.js",
143 "front_end/components/module.json", 133 "front_end/components/module.json",
144 "front_end/components/NetworkConditionsSelector.js", 134 "front_end/components/NetworkConditionsSelector.js",
145 "front_end/components/networkConditionsSettingsTab.css", 135 "front_end/components/networkConditionsSettingsTab.css",
146 "front_end/components/ObjectPopoverHelper.js", 136 "front_end/components/ObjectPopoverHelper.js",
147 "front_end/components/objectPropertiesSection.css", 137 "front_end/components/objectPropertiesSection.css",
148 "front_end/components/ObjectPropertiesSection.js", 138 "front_end/components/ObjectPropertiesSection.js",
149 "front_end/components/objectValue.css", 139 "front_end/components/objectValue.css",
150 "front_end/components/Reload.js",
151 "front_end/components/RemoteObjectPreviewFormatter.js", 140 "front_end/components/RemoteObjectPreviewFormatter.js",
152 "front_end/components/RequestAppBannerActionDelegate.js",
153 "front_end/components/ShortcutsScreen.js",
154 "front_end/components/spectrum.css",
155 "front_end/components/Spectrum.js",
156 "front_end/console/ConsoleContextSelector.js", 141 "front_end/console/ConsoleContextSelector.js",
157 "front_end/console/ConsolePanel.js", 142 "front_end/console/ConsolePanel.js",
158 "front_end/console/ConsolePrompt.js", 143 "front_end/console/ConsolePrompt.js",
159 "front_end/console/consoleView.css", 144 "front_end/console/consoleView.css",
160 "front_end/console/ConsoleView.js", 145 "front_end/console/ConsoleView.js",
161 "front_end/console/ConsoleViewMessage.js", 146 "front_end/console/ConsoleViewMessage.js",
162 "front_end/console/ConsoleViewport.js", 147 "front_end/console/ConsoleViewport.js",
163 "front_end/console/module.json", 148 "front_end/console/module.json",
149 "front_end/cookie_table/CookiesTable.js",
164 "front_end/css_tracker/cssTrackerView.css", 150 "front_end/css_tracker/cssTrackerView.css",
165 "front_end/css_tracker/CSSTrackerView.js", 151 "front_end/css_tracker/CSSTrackerView.js",
166 "front_end/css_tracker/module.json", 152 "front_end/css_tracker/module.json",
167 "front_end/css_tracker/unusedRulesTree.css", 153 "front_end/css_tracker/unusedRulesTree.css",
154 "front_end/data_grid/dataGrid.css",
155 "front_end/data_grid/DataGrid.js",
156 "front_end/data_grid/ShowMoreDataGridNode.js",
157 "front_end/data_grid/SortableDataGrid.js",
158 "front_end/data_grid/ViewportDataGrid.js",
168 "front_end/devices/devicesView.css", 159 "front_end/devices/devicesView.css",
169 "front_end/devices/DevicesView.js", 160 "front_end/devices/DevicesView.js",
170 "front_end/devices/module.json", 161 "front_end/devices/module.json",
171 "front_end/diff/diff_match_patch.js", 162 "front_end/diff/diff_match_patch.js",
172 "front_end/diff/Diff.js", 163 "front_end/diff/Diff.js",
173 "front_end/diff/module.json", 164 "front_end/diff/module.json",
174 "front_end/elements/breadcrumbs.css", 165 "front_end/elements/breadcrumbs.css",
175 "front_end/elements/ClassesPaneWidget.js", 166 "front_end/elements/ClassesPaneWidget.js",
176 "front_end/elements/ColorSwatchPopoverIcon.js", 167 "front_end/elements/ColorSwatchPopoverIcon.js",
177 "front_end/elements/ComputedStyleModel.js", 168 "front_end/elements/ComputedStyleModel.js",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 "front_end/heap_snapshot_worker/HeapSnapshotLoader.js", 241 "front_end/heap_snapshot_worker/HeapSnapshotLoader.js",
251 "front_end/heap_snapshot_worker/HeapSnapshotWorker.js", 242 "front_end/heap_snapshot_worker/HeapSnapshotWorker.js",
252 "front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js", 243 "front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js",
253 "front_end/heap_snapshot_worker/module.json", 244 "front_end/heap_snapshot_worker/module.json",
254 "front_end/host/InspectorFrontendHost.js", 245 "front_end/host/InspectorFrontendHost.js",
255 "front_end/host/InspectorFrontendHostAPI.js", 246 "front_end/host/InspectorFrontendHostAPI.js",
256 "front_end/host/module.json", 247 "front_end/host/module.json",
257 "front_end/host/Platform.js", 248 "front_end/host/Platform.js",
258 "front_end/host/ResourceLoader.js", 249 "front_end/host/ResourceLoader.js",
259 "front_end/host/UserMetrics.js", 250 "front_end/host/UserMetrics.js",
251 "front_end/inline_editor/bezierEditor.css",
252 "front_end/inline_editor/BezierEditor.js",
253 "front_end/inline_editor/bezierSwatch.css",
254 "front_end/inline_editor/BezierUI.js",
255 "front_end/inline_editor/colorSwatch.css",
256 "front_end/inline_editor/ColorSwatch.js",
257 "front_end/inline_editor/cssShadowEditor.css",
258 "front_end/inline_editor/CSSShadowEditor.js",
259 "front_end/inline_editor/cssShadowSwatch.css",
260 "front_end/inline_editor/SwatchPopoverHelper.js",
260 "front_end/inspector.js", 261 "front_end/inspector.js",
261 "front_end/inspector.json", 262 "front_end/inspector.json",
263 "front_end/js_ui/EventListenersUtils.js",
264 "front_end/js_ui/eventListenersView.css",
265 "front_end/js_ui/EventListenersView.js",
262 "front_end/layer_viewer/layerDetailsView.css", 266 "front_end/layer_viewer/layerDetailsView.css",
263 "front_end/layer_viewer/LayerDetailsView.js", 267 "front_end/layer_viewer/LayerDetailsView.js",
264 "front_end/layer_viewer/layers3DView.css", 268 "front_end/layer_viewer/layers3DView.css",
265 "front_end/layer_viewer/Layers3DView.js", 269 "front_end/layer_viewer/Layers3DView.js",
266 "front_end/layer_viewer/LayerTreeOutline.js", 270 "front_end/layer_viewer/LayerTreeOutline.js",
267 "front_end/layer_viewer/LayerViewHost.js", 271 "front_end/layer_viewer/LayerViewHost.js",
268 "front_end/layer_viewer/module.json", 272 "front_end/layer_viewer/module.json",
269 "front_end/layer_viewer/paintProfiler.css", 273 "front_end/layer_viewer/paintProfiler.css",
270 "front_end/layer_viewer/PaintProfilerView.js", 274 "front_end/layer_viewer/PaintProfilerView.js",
271 "front_end/layer_viewer/TransformController.js", 275 "front_end/layer_viewer/TransformController.js",
272 "front_end/layers/LayerPaintProfilerView.js", 276 "front_end/layers/LayerPaintProfilerView.js",
273 "front_end/layers/LayersPanel.js", 277 "front_end/layers/LayersPanel.js",
274 "front_end/layers/LayerTreeModel.js", 278 "front_end/layers/LayerTreeModel.js",
275 "front_end/layers/module.json", 279 "front_end/layers/module.json",
280 "front_end/main/DataSaverInfobar.js",
276 "front_end/main/errorWarningCounter.css", 281 "front_end/main/errorWarningCounter.css",
282 "front_end/main/ExecutionContextSelector.js",
283 "front_end/main/GCActionDelegate.js",
277 "front_end/main/Main.js", 284 "front_end/main/Main.js",
278 "front_end/main/module.json", 285 "front_end/main/module.json",
279 "front_end/main/OverlayController.js", 286 "front_end/main/OverlayController.js",
287 "front_end/main/Reload.js",
280 "front_end/main/remoteDebuggingTerminatedScreen.css", 288 "front_end/main/remoteDebuggingTerminatedScreen.css",
281 "front_end/main/renderingOptions.css", 289 "front_end/main/renderingOptions.css",
282 "front_end/main/RenderingOptions.js", 290 "front_end/main/RenderingOptions.js",
291 "front_end/main/RequestAppBannerActionDelegate.js",
283 "front_end/main/SimpleApp.js", 292 "front_end/main/SimpleApp.js",
284 "front_end/main/targetCrashedScreen.css", 293 "front_end/main/targetCrashedScreen.css",
285 "front_end/network/blockedURLsPane.css", 294 "front_end/network/blockedURLsPane.css",
286 "front_end/network/BlockedURLsPane.js", 295 "front_end/network/BlockedURLsPane.js",
287 "front_end/network/eventSourceMessagesView.css", 296 "front_end/network/eventSourceMessagesView.css",
288 "front_end/network/EventSourceMessagesView.js", 297 "front_end/network/EventSourceMessagesView.js",
289 "front_end/network/FilterSuggestionBuilder.js", 298 "front_end/network/FilterSuggestionBuilder.js",
290 "front_end/network/HARWriter.js", 299 "front_end/network/HARWriter.js",
291 "front_end/network/JSONView.js", 300 "front_end/network/JSONView.js",
292 "front_end/network/module.json", 301 "front_end/network/module.json",
(...skipping 19 matching lines...) Expand all
312 "front_end/network/RequestHTMLView.js", 321 "front_end/network/RequestHTMLView.js",
313 "front_end/network/RequestPreviewView.js", 322 "front_end/network/RequestPreviewView.js",
314 "front_end/network/RequestResponseView.js", 323 "front_end/network/RequestResponseView.js",
315 "front_end/network/RequestTimingView.js", 324 "front_end/network/RequestTimingView.js",
316 "front_end/network/RequestView.js", 325 "front_end/network/RequestView.js",
317 "front_end/network/ResourceWebSocketFrameView.js", 326 "front_end/network/ResourceWebSocketFrameView.js",
318 "front_end/network/webSocketFrameView.css", 327 "front_end/network/webSocketFrameView.css",
319 "front_end/network/xmlTree.css", 328 "front_end/network/xmlTree.css",
320 "front_end/network/xmlView.css", 329 "front_end/network/xmlView.css",
321 "front_end/network/XMLView.js", 330 "front_end/network/XMLView.js",
331 "front_end/perf_ui/ChartViewport.js",
332 "front_end/perf_ui/flameChart.css",
333 "front_end/perf_ui/FlameChart.js",
334 "front_end/perf_ui/LineLevelProfile.js",
335 "front_end/perf_ui/overviewGrid.css",
336 "front_end/perf_ui/OverviewGrid.js",
337 "front_end/perf_ui/pieChart.css",
338 "front_end/perf_ui/PieChart.js",
339 "front_end/perf_ui/timelineGrid.css",
340 "front_end/perf_ui/TimelineGrid.js",
341 "front_end/perf_ui/TimelineOverviewPane.js",
322 "front_end/persistence/Automapping.js", 342 "front_end/persistence/Automapping.js",
323 "front_end/persistence/DefaultMapping.js", 343 "front_end/persistence/DefaultMapping.js",
324 "front_end/persistence/FileSystemWorkspaceBinding.js", 344 "front_end/persistence/FileSystemWorkspaceBinding.js",
325 "front_end/persistence/Persistence.js", 345 "front_end/persistence/Persistence.js",
326 "front_end/persistence/PersistenceUtils.js", 346 "front_end/persistence/PersistenceUtils.js",
327 "front_end/platform/DOMExtension.js", 347 "front_end/platform/DOMExtension.js",
328 "front_end/platform/module.json", 348 "front_end/platform/module.json",
329 "front_end/platform/utilities.js", 349 "front_end/platform/utilities.js",
330 "front_end/platform/utilities.js", 350 "front_end/platform/utilities.js",
331 "front_end/platform/utilities.js", 351 "front_end/platform/utilities.js",
(...skipping 12 matching lines...) Expand all
344 "front_end/profiler/ProfileDataGrid.js", 364 "front_end/profiler/ProfileDataGrid.js",
345 "front_end/profiler/ProfileLauncherView.js", 365 "front_end/profiler/ProfileLauncherView.js",
346 "front_end/profiler/profilesPanel.css", 366 "front_end/profiler/profilesPanel.css",
347 "front_end/profiler/ProfilesPanel.js", 367 "front_end/profiler/ProfilesPanel.js",
348 "front_end/profiler/profilesSidebarTree.css", 368 "front_end/profiler/profilesSidebarTree.css",
349 "front_end/profiler/ProfileTypeRegistry.js", 369 "front_end/profiler/ProfileTypeRegistry.js",
350 "front_end/profiler/ProfileView.js", 370 "front_end/profiler/ProfileView.js",
351 "front_end/profiler/TargetsComboBoxController.js", 371 "front_end/profiler/TargetsComboBoxController.js",
352 "front_end/profiler/TopDownProfileDataGrid.js", 372 "front_end/profiler/TopDownProfileDataGrid.js",
353 "front_end/protocol/InspectorBackend.js", 373 "front_end/protocol/InspectorBackend.js",
374 "front_end/quick_open/CommandMenu.js",
375 "front_end/quick_open/filteredListWidget.css",
376 "front_end/quick_open/FilteredListWidget.js",
354 "front_end/resources/ApplicationCacheItemsView.js", 377 "front_end/resources/ApplicationCacheItemsView.js",
355 "front_end/resources/appManifestView.css", 378 "front_end/resources/appManifestView.css",
356 "front_end/resources/AppManifestView.js", 379 "front_end/resources/AppManifestView.js",
357 "front_end/resources/clearStorageView.css", 380 "front_end/resources/clearStorageView.css",
358 "front_end/resources/ClearStorageView.js", 381 "front_end/resources/ClearStorageView.js",
359 "front_end/resources/CookieItemsView.js", 382 "front_end/resources/CookieItemsView.js",
360 "front_end/resources/DatabaseModel.js", 383 "front_end/resources/DatabaseModel.js",
361 "front_end/resources/DatabaseQueryView.js", 384 "front_end/resources/DatabaseQueryView.js",
362 "front_end/resources/DatabaseTableView.js", 385 "front_end/resources/DatabaseTableView.js",
363 "front_end/resources/DOMStorageItemsView.js", 386 "front_end/resources/DOMStorageItemsView.js",
(...skipping 30 matching lines...) Expand all
394 "front_end/sdk/CSSMatchedStyles.js", 417 "front_end/sdk/CSSMatchedStyles.js",
395 "front_end/sdk/CSSMedia.js", 418 "front_end/sdk/CSSMedia.js",
396 "front_end/sdk/CSSMetadata.js", 419 "front_end/sdk/CSSMetadata.js",
397 "front_end/sdk/CSSModel.js", 420 "front_end/sdk/CSSModel.js",
398 "front_end/sdk/CSSProperty.js", 421 "front_end/sdk/CSSProperty.js",
399 "front_end/sdk/CSSRule.js", 422 "front_end/sdk/CSSRule.js",
400 "front_end/sdk/CSSStyleDeclaration.js", 423 "front_end/sdk/CSSStyleDeclaration.js",
401 "front_end/sdk/CSSStyleSheetHeader.js", 424 "front_end/sdk/CSSStyleSheetHeader.js",
402 "front_end/sdk/DebuggerModel.js", 425 "front_end/sdk/DebuggerModel.js",
403 "front_end/sdk/DOMModel.js", 426 "front_end/sdk/DOMModel.js",
427 "front_end/sdk/FilmStripModel.js",
404 "front_end/sdk/HAREntry.js", 428 "front_end/sdk/HAREntry.js",
405 "front_end/sdk/HeapProfilerModel.js", 429 "front_end/sdk/HeapProfilerModel.js",
406 "front_end/sdk/LayerTreeBase.js", 430 "front_end/sdk/LayerTreeBase.js",
407 "front_end/sdk/module.json", 431 "front_end/sdk/module.json",
408 "front_end/sdk/NetworkLog.js", 432 "front_end/sdk/NetworkLog.js",
409 "front_end/sdk/NetworkManager.js", 433 "front_end/sdk/NetworkManager.js",
410 "front_end/sdk/NetworkRequest.js", 434 "front_end/sdk/NetworkRequest.js",
411 "front_end/sdk/PaintProfiler.js", 435 "front_end/sdk/PaintProfiler.js",
412 "front_end/sdk/ProfileTreeModel.js", 436 "front_end/sdk/ProfileTreeModel.js",
413 "front_end/sdk/RemoteObject.js", 437 "front_end/sdk/RemoteObject.js",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 "front_end/source_frame/imageView.css", 473 "front_end/source_frame/imageView.css",
450 "front_end/source_frame/ImageView.js", 474 "front_end/source_frame/ImageView.js",
451 "front_end/source_frame/module.json", 475 "front_end/source_frame/module.json",
452 "front_end/source_frame/ResourceSourceFrame.js", 476 "front_end/source_frame/ResourceSourceFrame.js",
453 "front_end/source_frame/SourceFrame.js", 477 "front_end/source_frame/SourceFrame.js",
454 "front_end/source_frame/SourcesTextEditor.js", 478 "front_end/source_frame/SourcesTextEditor.js",
455 "front_end/sources/AddSourceMapURLDialog.js", 479 "front_end/sources/AddSourceMapURLDialog.js",
456 "front_end/sources/AdvancedSearchView.js", 480 "front_end/sources/AdvancedSearchView.js",
457 "front_end/sources/CallStackSidebarPane.js", 481 "front_end/sources/CallStackSidebarPane.js",
458 "front_end/sources/CSSSourceFrame.js", 482 "front_end/sources/CSSSourceFrame.js",
483 "front_end/sources/dialog.css",
459 "front_end/sources/EditingLocationHistoryManager.js", 484 "front_end/sources/EditingLocationHistoryManager.js",
460 "front_end/sources/eventListenerBreakpoints.css", 485 "front_end/sources/eventListenerBreakpoints.css",
461 "front_end/sources/EventListenerBreakpointsSidebarPane.js", 486 "front_end/sources/EventListenerBreakpointsSidebarPane.js",
462 "front_end/sources/fileBasedSearchResultsPane.css", 487 "front_end/sources/fileBasedSearchResultsPane.css",
463 "front_end/sources/FileBasedSearchResultsPane.js", 488 "front_end/sources/FileBasedSearchResultsPane.js",
464 "front_end/sources/FilePathScoreFunction.js", 489 "front_end/sources/FilePathScoreFunction.js",
465 "front_end/sources/FilteredUISourceCodeListDelegate.js", 490 "front_end/sources/FilteredUISourceCodeListDelegate.js",
466 "front_end/sources/InplaceFormatterEditorAction.js", 491 "front_end/sources/InplaceFormatterEditorAction.js",
467 "front_end/sources/JavaScriptBreakpointsSidebarPane.js", 492 "front_end/sources/JavaScriptBreakpointsSidebarPane.js",
468 "front_end/sources/JavaScriptCompiler.js", 493 "front_end/sources/JavaScriptCompiler.js",
(...skipping 23 matching lines...) Expand all
492 "front_end/sources/SourcesView.js", 517 "front_end/sources/SourcesView.js",
493 "front_end/sources/StyleSheetOutlineDialog.js", 518 "front_end/sources/StyleSheetOutlineDialog.js",
494 "front_end/sources/TabbedEditorContainer.js", 519 "front_end/sources/TabbedEditorContainer.js",
495 "front_end/sources/ThreadsSidebarPane.js", 520 "front_end/sources/ThreadsSidebarPane.js",
496 "front_end/sources/uiList.css", 521 "front_end/sources/uiList.css",
497 "front_end/sources/UIList.js", 522 "front_end/sources/UIList.js",
498 "front_end/sources/UISourceCodeFrame.js", 523 "front_end/sources/UISourceCodeFrame.js",
499 "front_end/sources/WatchExpressionsSidebarPane.js", 524 "front_end/sources/WatchExpressionsSidebarPane.js",
500 "front_end/sources/WorkspaceMappingTip.js", 525 "front_end/sources/WorkspaceMappingTip.js",
501 "front_end/sources/XHRBreakpointsSidebarPane.js", 526 "front_end/sources/XHRBreakpointsSidebarPane.js",
527 "front_end/spectrum/spectrum.css",
528 "front_end/spectrum/Spectrum.js",
502 "front_end/terminal/terminal.css", 529 "front_end/terminal/terminal.css",
503 "front_end/terminal/TerminalWidget.js", 530 "front_end/terminal/TerminalWidget.js",
504 "front_end/terminal/xterm.js/addons/fit/fit.js", 531 "front_end/terminal/xterm.js/addons/fit/fit.js",
505 "front_end/terminal/xterm.js/build/xterm.css", 532 "front_end/terminal/xterm.js/build/xterm.css",
506 "front_end/terminal/xterm.js/build/xterm.js", 533 "front_end/terminal/xterm.js/build/xterm.js",
507 "front_end/test_runner/module.json", 534 "front_end/test_runner/module.json",
508 "front_end/test_runner/TestRunner.js", 535 "front_end/test_runner/TestRunner.js",
509 "front_end/text_editor/cmdevtools.css", 536 "front_end/text_editor/cmdevtools.css",
510 "front_end/text_editor/CodeMirrorTextEditor.js", 537 "front_end/text_editor/CodeMirrorTextEditor.js",
511 "front_end/text_editor/CodeMirrorUtils.js", 538 "front_end/text_editor/CodeMirrorUtils.js",
(...skipping 24 matching lines...) Expand all
536 "front_end/timeline/TimelinePaintProfilerView.js", 563 "front_end/timeline/TimelinePaintProfilerView.js",
537 "front_end/timeline/timelinePanel.css", 564 "front_end/timeline/timelinePanel.css",
538 "front_end/timeline/TimelinePanel.js", 565 "front_end/timeline/TimelinePanel.js",
539 "front_end/timeline/timelineStatusDialog.css", 566 "front_end/timeline/timelineStatusDialog.css",
540 "front_end/timeline/TimelineTreeView.js", 567 "front_end/timeline/TimelineTreeView.js",
541 "front_end/timeline/TimelineUIUtils.js", 568 "front_end/timeline/TimelineUIUtils.js",
542 "front_end/toolbox_bootstrap/module.json", 569 "front_end/toolbox_bootstrap/module.json",
543 "front_end/toolbox_bootstrap/Toolbox.js", 570 "front_end/toolbox_bootstrap/Toolbox.js",
544 "front_end/toolbox.js", 571 "front_end/toolbox.js",
545 "front_end/toolbox.json", 572 "front_end/toolbox.json",
546 "front_end/ui_lazy/ChartViewport.js",
547 "front_end/ui_lazy/CommandMenu.js",
548 "front_end/ui_lazy/dataGrid.css",
549 "front_end/ui_lazy/DataGrid.js",
550 "front_end/ui_lazy/dialog.css",
551 "front_end/ui_lazy/filteredListWidget.css",
552 "front_end/ui_lazy/FilteredListWidget.js",
553 "front_end/ui_lazy/flameChart.css",
554 "front_end/ui_lazy/FlameChart.js",
555 "front_end/ui_lazy/module.json",
556 "front_end/ui_lazy/overviewGrid.css",
557 "front_end/ui_lazy/OverviewGrid.js",
558 "front_end/ui_lazy/pieChart.css",
559 "front_end/ui_lazy/PieChart.js",
560 "front_end/ui_lazy/ShowMoreDataGridNode.js",
561 "front_end/ui_lazy/SortableDataGrid.js",
562 "front_end/ui_lazy/timelineGrid.css",
563 "front_end/ui_lazy/TimelineGrid.js",
564 "front_end/ui_lazy/TimelineOverviewPane.js",
565 "front_end/ui_lazy/ViewportDataGrid.js",
566 "front_end/ui/ActionRegistry.js", 573 "front_end/ui/ActionRegistry.js",
567 "front_end/ui/bezierEditor.css",
568 "front_end/ui/BezierEditor.js",
569 "front_end/ui/bezierSwatch.css",
570 "front_end/ui/BezierUI.js",
571 "front_end/ui/checkboxTextLabel.css", 574 "front_end/ui/checkboxTextLabel.css",
572 "front_end/ui/closeButton.css", 575 "front_end/ui/closeButton.css",
573 "front_end/ui/colorSwatch.css",
574 "front_end/ui/ColorSwatch.js",
575 "front_end/ui/Context.js", 576 "front_end/ui/Context.js",
576 "front_end/ui/ContextMenu.js", 577 "front_end/ui/ContextMenu.js",
577 "front_end/ui/cssShadowEditor.css",
578 "front_end/ui/CSSShadowEditor.js",
579 "front_end/ui/cssShadowSwatch.css",
580 "front_end/ui/dialog.css", 578 "front_end/ui/dialog.css",
581 "front_end/ui/Dialog.js", 579 "front_end/ui/Dialog.js",
582 "front_end/ui/DOMSyntaxHighlighter.js", 580 "front_end/ui/DOMSyntaxHighlighter.js",
583 "front_end/ui/DropDownMenu.js", 581 "front_end/ui/DropDownMenu.js",
584 "front_end/ui/dropTarget.css", 582 "front_end/ui/dropTarget.css",
585 "front_end/ui/DropTarget.js", 583 "front_end/ui/DropTarget.js",
586 "front_end/ui/emptyWidget.css", 584 "front_end/ui/emptyWidget.css",
587 "front_end/ui/EmptyWidget.js", 585 "front_end/ui/EmptyWidget.js",
588 "front_end/ui/filter.css", 586 "front_end/ui/filter.css",
589 "front_end/ui/FilterBar.js", 587 "front_end/ui/FilterBar.js",
(...skipping 23 matching lines...) Expand all
613 "front_end/ui/radioButton.css", 611 "front_end/ui/radioButton.css",
614 "front_end/ui/reportView.css", 612 "front_end/ui/reportView.css",
615 "front_end/ui/ReportView.js", 613 "front_end/ui/ReportView.js",
616 "front_end/ui/ResizerWidget.js", 614 "front_end/ui/ResizerWidget.js",
617 "front_end/ui/rootView.css", 615 "front_end/ui/rootView.css",
618 "front_end/ui/RootView.js", 616 "front_end/ui/RootView.js",
619 "front_end/ui/searchableView.css", 617 "front_end/ui/searchableView.css",
620 "front_end/ui/SearchableView.js", 618 "front_end/ui/SearchableView.js",
621 "front_end/ui/SettingsUI.js", 619 "front_end/ui/SettingsUI.js",
622 "front_end/ui/ShortcutRegistry.js", 620 "front_end/ui/ShortcutRegistry.js",
621 "front_end/ui/ShortcutsScreen.js",
623 "front_end/ui/slider.css", 622 "front_end/ui/slider.css",
624 "front_end/ui/smallBubble.css", 623 "front_end/ui/smallBubble.css",
625 "front_end/ui/softContextMenu.css", 624 "front_end/ui/softContextMenu.css",
626 "front_end/ui/SoftContextMenu.js", 625 "front_end/ui/SoftContextMenu.js",
627 "front_end/ui/splitWidget.css", 626 "front_end/ui/splitWidget.css",
628 "front_end/ui/SplitWidget.js", 627 "front_end/ui/SplitWidget.js",
629 "front_end/ui/StackView.js", 628 "front_end/ui/StackView.js",
630 "front_end/ui/suggestBox.css", 629 "front_end/ui/suggestBox.css",
631 "front_end/ui/SuggestBox.js", 630 "front_end/ui/SuggestBox.js",
632 "front_end/ui/SwatchPopoverHelper.js",
633 "front_end/ui/tabbedPane.css", 631 "front_end/ui/tabbedPane.css",
634 "front_end/ui/TabbedPane.js", 632 "front_end/ui/TabbedPane.js",
635 "front_end/ui/textButton.css", 633 "front_end/ui/textButton.css",
636 "front_end/ui/TextEditor.js", 634 "front_end/ui/TextEditor.js",
637 "front_end/ui/textPrompt.css", 635 "front_end/ui/textPrompt.css",
638 "front_end/ui/TextPrompt.js", 636 "front_end/ui/TextPrompt.js",
639 "front_end/ui/ThrottledWidget.js", 637 "front_end/ui/ThrottledWidget.js",
640 "front_end/ui/toolbar.css", 638 "front_end/ui/toolbar.css",
641 "front_end/ui/Toolbar.js", 639 "front_end/ui/Toolbar.js",
642 "front_end/ui/tooltip.css", 640 "front_end/ui/tooltip.css",
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 "$resources_out_dir/toolbox.html", 792 "$resources_out_dir/toolbox.html",
795 "$resources_out_dir/toolbox.js", 793 "$resources_out_dir/toolbox.js",
796 "$resources_out_dir/formatter_worker.js", 794 "$resources_out_dir/formatter_worker.js",
797 "$resources_out_dir/heap_snapshot_worker.js", 795 "$resources_out_dir/heap_snapshot_worker.js",
798 "$resources_out_dir/utility_shared_worker.js", 796 "$resources_out_dir/utility_shared_worker.js",
799 797
800 # this contains non-autostart non-remote modules only. 798 # this contains non-autostart non-remote modules only.
801 "$resources_out_dir/animation/animation_module.js", 799 "$resources_out_dir/animation/animation_module.js",
802 "$resources_out_dir/audits/audits_module.js", 800 "$resources_out_dir/audits/audits_module.js",
803 "$resources_out_dir/audits2/audits2_module.js", 801 "$resources_out_dir/audits2/audits2_module.js",
804 "$resources_out_dir/components_lazy/components_lazy_module.js",
805 "$resources_out_dir/console/console_module.js", 802 "$resources_out_dir/console/console_module.js",
803 "$resources_out_dir/cookie_table/cookie_table_module.js",
806 "$resources_out_dir/css_tracker/css_tracker_module.js", 804 "$resources_out_dir/css_tracker/css_tracker_module.js",
805 "$resources_out_dir/data_grid/data_grid_module.js",
807 "$resources_out_dir/devices/devices_module.js", 806 "$resources_out_dir/devices/devices_module.js",
808 "$resources_out_dir/diff/diff_module.js", 807 "$resources_out_dir/diff/diff_module.js",
809 "$resources_out_dir/elements/elements_module.js", 808 "$resources_out_dir/elements/elements_module.js",
809 "$resources_out_dir/inline_editor/inline_editor_module.js",
810 "$resources_out_dir/layer_viewer/layer_viewer_module.js", 810 "$resources_out_dir/layer_viewer/layer_viewer_module.js",
811 "$resources_out_dir/layers/layers_module.js", 811 "$resources_out_dir/layers/layers_module.js",
812 "$resources_out_dir/network/network_module.js", 812 "$resources_out_dir/network/network_module.js",
813 "$resources_out_dir/perf_ui/perf_ui_module.js",
813 "$resources_out_dir/profiler/profiler_module.js", 814 "$resources_out_dir/profiler/profiler_module.js",
815 "$resources_out_dir/quick_open/quick_open_module.js",
814 "$resources_out_dir/resources/resources_module.js", 816 "$resources_out_dir/resources/resources_module.js",
815 "$resources_out_dir/sass/sass_module.js", 817 "$resources_out_dir/sass/sass_module.js",
816 "$resources_out_dir/security/security_module.js", 818 "$resources_out_dir/security/security_module.js",
817 "$resources_out_dir/settings/settings_module.js", 819 "$resources_out_dir/settings/settings_module.js",
818 "$resources_out_dir/snippets/snippets_module.js", 820 "$resources_out_dir/snippets/snippets_module.js",
819 "$resources_out_dir/source_frame/source_frame_module.js", 821 "$resources_out_dir/source_frame/source_frame_module.js",
820 "$resources_out_dir/sources/sources_module.js", 822 "$resources_out_dir/sources/sources_module.js",
823 "$resources_out_dir/spectrum/spectrum_module.js",
821 "$resources_out_dir/terminal/terminal_module.js", 824 "$resources_out_dir/terminal/terminal_module.js",
822 "$resources_out_dir/text_editor/text_editor_module.js", 825 "$resources_out_dir/text_editor/text_editor_module.js",
823 "$resources_out_dir/timeline_model/timeline_model_module.js", 826 "$resources_out_dir/timeline_model/timeline_model_module.js",
824 "$resources_out_dir/timeline/timeline_module.js", 827 "$resources_out_dir/timeline/timeline_module.js",
825 "$resources_out_dir/ui_lazy/ui_lazy_module.js",
826 ] 828 ]
827 829
828 generated_remote_modules = [ 830 generated_remote_modules = [
829 "$resources_out_dir/accessibility/accessibility_module.js", 831 "$resources_out_dir/accessibility/accessibility_module.js",
830 "$resources_out_dir/cm_modes/cm_modes_module.js", 832 "$resources_out_dir/cm_modes/cm_modes_module.js",
831 "$resources_out_dir/emulated_devices/emulated_devices_module.js", 833 "$resources_out_dir/emulated_devices/emulated_devices_module.js",
832 "$resources_out_dir/gonzales/gonzales_module.js", 834 "$resources_out_dir/gonzales/gonzales_module.js",
833 "$resources_out_dir/screencast/screencast_module.js", 835 "$resources_out_dir/screencast/screencast_module.js",
834 ] 836 ]
835 837
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 ".eslintrc.js", 1064 ".eslintrc.js",
1063 "devtools-node-modules/", 1065 "devtools-node-modules/",
1064 "front_end/", 1066 "front_end/",
1065 "scripts/buildbot/run_eslint.py", 1067 "scripts/buildbot/run_eslint.py",
1066 "scripts/local_node/", 1068 "scripts/local_node/",
1067 "//testing/scripts/common.py", 1069 "//testing/scripts/common.py",
1068 "//testing/scripts/run_devtools_check.py", 1070 "//testing/scripts/run_devtools_check.py",
1069 "//testing/xvfb.py", 1071 "//testing/xvfb.py",
1070 ] 1072 ]
1071 } 1073 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698