| 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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 'front_end/screencastView.css', | 291 'front_end/screencastView.css', |
| 292 'front_end/sourcesPanel.css', | 292 'front_end/sourcesPanel.css', |
| 293 'front_end/sourcesView.css', | 293 'front_end/sourcesView.css', |
| 294 'front_end/spectrum.css', | 294 'front_end/spectrum.css', |
| 295 'front_end/timelinePanel.css', | 295 'front_end/timelinePanel.css', |
| 296 'front_end/webSocketFrameView.css', | 296 'front_end/webSocketFrameView.css', |
| 297 'front_end/canvasProfiler.css', | 297 'front_end/canvasProfiler.css', |
| 298 'front_end/layersPanel.css', | 298 'front_end/layersPanel.css', |
| 299 ], | 299 ], |
| 300 'devtools_console_js_files': [ | 300 'devtools_console_js_files': [ |
| 301 'front_end/console/_module.js', |
| 301 'front_end/console/ConsolePanel.js', | 302 'front_end/console/ConsolePanel.js', |
| 302 'front_end/console/ConsoleView.js', | 303 'front_end/console/ConsoleView.js', |
| 303 'front_end/console/ConsoleViewMessage.js', | 304 'front_end/console/ConsoleViewMessage.js', |
| 304 ], | 305 ], |
| 305 'devtools_devices_js_files': [ | 306 'devtools_devices_js_files': [ |
| 306 'front_end/devices/DevicesView.js', | 307 'front_end/devices/DevicesView.js', |
| 307 ], | 308 ], |
| 308 'devtools_settings_js_files': [ | 309 'devtools_settings_js_files': [ |
| 310 'front_end/settings/_module.js', |
| 309 'front_end/settings/EditFileSystemDialog.js', | 311 'front_end/settings/EditFileSystemDialog.js', |
| 310 'front_end/settings/FrameworkBlackboxDialog.js', | 312 'front_end/settings/FrameworkBlackboxDialog.js', |
| 311 'front_end/settings/SettingsScreen.js', | 313 'front_end/settings/SettingsScreen.js', |
| 312 ], | 314 ], |
| 313 'devtools_elements_js_files': [ | 315 'devtools_elements_js_files': [ |
| 316 'front_end/elements/_module.js', |
| 314 'front_end/elements/DOMSyntaxHighlighter.js', | 317 'front_end/elements/DOMSyntaxHighlighter.js', |
| 315 'front_end/elements/ElementsTreeOutline.js', | 318 'front_end/elements/ElementsTreeOutline.js', |
| 316 'front_end/elements/ElementsPanel.js', | 319 'front_end/elements/ElementsPanel.js', |
| 317 'front_end/elements/EventListenersSidebarPane.js', | 320 'front_end/elements/EventListenersSidebarPane.js', |
| 318 'front_end/elements/MetricsSidebarPane.js', | 321 'front_end/elements/MetricsSidebarPane.js', |
| 319 'front_end/elements/PlatformFontsSidebarPane.js', | 322 'front_end/elements/PlatformFontsSidebarPane.js', |
| 320 'front_end/elements/PropertiesSidebarPane.js', | 323 'front_end/elements/PropertiesSidebarPane.js', |
| 321 'front_end/elements/Spectrum.js', | 324 'front_end/elements/Spectrum.js', |
| 322 'front_end/elements/StylesSidebarPane.js', | 325 'front_end/elements/StylesSidebarPane.js', |
| 323 ], | 326 ], |
| 324 'devtools_extensions_js_files': [ | 327 'devtools_extensions_js_files': [ |
| 328 'front_end/extensions/_module.js', |
| 325 'front_end/extensions/ExtensionAuditCategory.js', | 329 'front_end/extensions/ExtensionAuditCategory.js', |
| 326 'front_end/extensions/ExtensionPanel.js', | 330 'front_end/extensions/ExtensionPanel.js', |
| 327 'front_end/extensions/ExtensionRegistryStub.js', | 331 'front_end/extensions/ExtensionRegistryStub.js', |
| 328 'front_end/extensions/ExtensionServer.js', | 332 'front_end/extensions/ExtensionServer.js', |
| 329 'front_end/extensions/ExtensionView.js', | 333 'front_end/extensions/ExtensionView.js', |
| 330 '<@(devtools_extension_api_files)', | 334 '<@(devtools_extension_api_files)', |
| 331 ], | 335 ], |
| 332 'devtools_resources_js_files': [ | 336 'devtools_resources_js_files': [ |
| 337 'front_end/resources/_module.js', |
| 333 'front_end/resources/ApplicationCacheItemsView.js', | 338 'front_end/resources/ApplicationCacheItemsView.js', |
| 334 'front_end/resources/CookieItemsView.js', | 339 'front_end/resources/CookieItemsView.js', |
| 335 'front_end/resources/DOMStorageItemsView.js', | 340 'front_end/resources/DOMStorageItemsView.js', |
| 336 'front_end/resources/DatabaseQueryView.js', | 341 'front_end/resources/DatabaseQueryView.js', |
| 337 'front_end/resources/DatabaseTableView.js', | 342 'front_end/resources/DatabaseTableView.js', |
| 338 'front_end/resources/DirectoryContentView.js', | 343 'front_end/resources/DirectoryContentView.js', |
| 339 'front_end/resources/FileContentView.js', | 344 'front_end/resources/FileContentView.js', |
| 340 'front_end/resources/FileSystemView.js', | 345 'front_end/resources/FileSystemView.js', |
| 341 'front_end/resources/IndexedDBViews.js', | 346 'front_end/resources/IndexedDBViews.js', |
| 342 'front_end/resources/ResourcesPanel.js', | 347 'front_end/resources/ResourcesPanel.js', |
| 343 ], | 348 ], |
| 344 'devtools_source_frame_js_files': [ | 349 'devtools_source_frame_js_files': [ |
| 350 'front_end/source_frame/_module.js', |
| 345 'front_end/source_frame/CodeMirrorTextEditor.js', | 351 'front_end/source_frame/CodeMirrorTextEditor.js', |
| 346 'front_end/source_frame/CodeMirrorUtils.js', | 352 'front_end/source_frame/CodeMirrorUtils.js', |
| 347 'front_end/source_frame/FontView.js', | 353 'front_end/source_frame/FontView.js', |
| 348 'front_end/source_frame/GoToLineDialog.js', | 354 'front_end/source_frame/GoToLineDialog.js', |
| 349 'front_end/source_frame/ImageView.js', | 355 'front_end/source_frame/ImageView.js', |
| 350 'front_end/source_frame/ResourceView.js', | 356 'front_end/source_frame/ResourceView.js', |
| 351 'front_end/source_frame/SourceFrame.js', | 357 'front_end/source_frame/SourceFrame.js', |
| 352 ], | 358 ], |
| 353 'devtools_network_js_files': [ | 359 'devtools_network_js_files': [ |
| 360 'front_end/network/_module.js', |
| 354 'front_end/network/HAREntry.js', | 361 'front_end/network/HAREntry.js', |
| 355 'front_end/network/NetworkItemView.js', | 362 'front_end/network/NetworkItemView.js', |
| 356 'front_end/network/RequestCookiesView.js', | 363 'front_end/network/RequestCookiesView.js', |
| 357 'front_end/network/RequestHeadersView.js', | 364 'front_end/network/RequestHeadersView.js', |
| 358 'front_end/network/RequestHTMLView.js', | 365 'front_end/network/RequestHTMLView.js', |
| 359 'front_end/network/RequestJSONView.js', | 366 'front_end/network/RequestJSONView.js', |
| 360 'front_end/network/RequestPreviewView.js', | 367 'front_end/network/RequestPreviewView.js', |
| 361 'front_end/network/RequestResponseView.js', | 368 'front_end/network/RequestResponseView.js', |
| 362 'front_end/network/RequestTimingView.js', | 369 'front_end/network/RequestTimingView.js', |
| 363 'front_end/network/RequestView.js', | 370 'front_end/network/RequestView.js', |
| 364 'front_end/network/ResourceWebSocketFrameView.js', | 371 'front_end/network/ResourceWebSocketFrameView.js', |
| 365 'front_end/network/NetworkPanel.js', | 372 'front_end/network/NetworkPanel.js', |
| 366 ], | 373 ], |
| 367 'devtools_sources_js_files': [ | 374 'devtools_sources_js_files': [ |
| 375 'front_end/sources/_module.js', |
| 368 'front_end/sources/AddSourceMapURLDialog.js', | 376 'front_end/sources/AddSourceMapURLDialog.js', |
| 369 'front_end/sources/AdvancedSearchView.js', | 377 'front_end/sources/AdvancedSearchView.js', |
| 370 'front_end/sources/BreakpointsSidebarPane.js', | 378 'front_end/sources/BreakpointsSidebarPane.js', |
| 371 'front_end/sources/CSSSourceFrame.js', | 379 'front_end/sources/CSSSourceFrame.js', |
| 372 'front_end/sources/CallStackSidebarPane.js', | 380 'front_end/sources/CallStackSidebarPane.js', |
| 373 'front_end/sources/EditingLocationHistoryManager.js', | 381 'front_end/sources/EditingLocationHistoryManager.js', |
| 374 'front_end/sources/FileBasedSearchResultsPane.js', | 382 'front_end/sources/FileBasedSearchResultsPane.js', |
| 375 'front_end/sources/FilePathScoreFunction.js', | 383 'front_end/sources/FilePathScoreFunction.js', |
| 376 'front_end/sources/FilteredItemSelectionDialog.js', | 384 'front_end/sources/FilteredItemSelectionDialog.js', |
| 377 'front_end/sources/InplaceFormatterEditorAction.js', | 385 'front_end/sources/InplaceFormatterEditorAction.js', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 388 'front_end/sources/SourcesPanel.js', | 396 'front_end/sources/SourcesPanel.js', |
| 389 'front_end/sources/SourcesSearchScope.js', | 397 'front_end/sources/SourcesSearchScope.js', |
| 390 'front_end/sources/SourcesView.js', | 398 'front_end/sources/SourcesView.js', |
| 391 'front_end/sources/StyleSheetOutlineDialog.js', | 399 'front_end/sources/StyleSheetOutlineDialog.js', |
| 392 'front_end/sources/TabbedEditorContainer.js', | 400 'front_end/sources/TabbedEditorContainer.js', |
| 393 'front_end/sources/UISourceCodeFrame.js', | 401 'front_end/sources/UISourceCodeFrame.js', |
| 394 'front_end/sources/WatchExpressionsSidebarPane.js', | 402 'front_end/sources/WatchExpressionsSidebarPane.js', |
| 395 'front_end/sources/WorkersSidebarPane.js', | 403 'front_end/sources/WorkersSidebarPane.js', |
| 396 ], | 404 ], |
| 397 'devtools_timeline_js_files': [ | 405 'devtools_timeline_js_files': [ |
| 406 'front_end/timeline/_module.js', |
| 398 'front_end/timeline/CountersGraph.js', | 407 'front_end/timeline/CountersGraph.js', |
| 399 'front_end/timeline/Layers3DView.js', | 408 'front_end/timeline/Layers3DView.js', |
| 400 'front_end/timeline/MemoryCountersGraph.js', | 409 'front_end/timeline/MemoryCountersGraph.js', |
| 401 'front_end/timeline/TimelineFrameModel.js', | 410 'front_end/timeline/TimelineFrameModel.js', |
| 402 'front_end/timeline/TimelineJSProfile.js', | 411 'front_end/timeline/TimelineJSProfile.js', |
| 403 'front_end/timeline/TimelineModel.js', | 412 'front_end/timeline/TimelineModel.js', |
| 404 'front_end/timeline/TimelineModelImpl.js', | 413 'front_end/timeline/TimelineModelImpl.js', |
| 405 'front_end/timeline/TimelinePresentationModel.js', | 414 'front_end/timeline/TimelinePresentationModel.js', |
| 406 'front_end/timeline/TimelineOverviewPane.js', | 415 'front_end/timeline/TimelineOverviewPane.js', |
| 407 'front_end/timeline/TimelineEventOverview.js', | 416 'front_end/timeline/TimelineEventOverview.js', |
| 408 'front_end/timeline/TimelineFlameChart.js', | 417 'front_end/timeline/TimelineFlameChart.js', |
| 409 'front_end/timeline/TimelineFrameOverview.js', | 418 'front_end/timeline/TimelineFrameOverview.js', |
| 410 'front_end/timeline/TimelineMemoryOverview.js', | 419 'front_end/timeline/TimelineMemoryOverview.js', |
| 411 'front_end/timeline/TimelineUIUtils.js', | 420 'front_end/timeline/TimelineUIUtils.js', |
| 412 'front_end/timeline/TimelineUIUtilsImpl.js', | 421 'front_end/timeline/TimelineUIUtilsImpl.js', |
| 413 'front_end/timeline/TimelineView.js', | 422 'front_end/timeline/TimelineView.js', |
| 414 'front_end/timeline/TimelinePaintProfilerView.js', | 423 'front_end/timeline/TimelinePaintProfilerView.js', |
| 415 'front_end/timeline/TimelinePowerGraph.js', | 424 'front_end/timeline/TimelinePowerGraph.js', |
| 416 'front_end/timeline/TimelinePowerOverview.js', | 425 'front_end/timeline/TimelinePowerOverview.js', |
| 417 'front_end/timeline/TimelinePanel.js', | 426 'front_end/timeline/TimelinePanel.js', |
| 418 'front_end/timeline/TimelineLayersView.js', | 427 'front_end/timeline/TimelineLayersView.js', |
| 419 'front_end/timeline/TracingModel.js', | 428 'front_end/timeline/TracingModel.js', |
| 420 'front_end/timeline/TracingTimelineModel.js', | 429 'front_end/timeline/TracingTimelineModel.js', |
| 421 'front_end/timeline/TracingTimelineUIUtils.js', | 430 'front_end/timeline/TracingTimelineUIUtils.js', |
| 422 'front_end/timeline/TransformController.js', | 431 'front_end/timeline/TransformController.js', |
| 423 'front_end/timeline/PaintProfilerView.js' | 432 'front_end/timeline/PaintProfilerView.js' |
| 424 ], | 433 ], |
| 425 'devtools_profiler_js_files': [ | 434 'devtools_profiler_js_files': [ |
| 435 'front_end/profiler/_module.js', |
| 426 'front_end/profiler/CPUProfileBottomUpDataGrid.js', | 436 'front_end/profiler/CPUProfileBottomUpDataGrid.js', |
| 427 'front_end/profiler/CPUProfileDataGrid.js', | 437 'front_end/profiler/CPUProfileDataGrid.js', |
| 428 'front_end/profiler/CPUProfileFlameChart.js', | 438 'front_end/profiler/CPUProfileFlameChart.js', |
| 429 'front_end/profiler/CPUProfileTopDownDataGrid.js', | 439 'front_end/profiler/CPUProfileTopDownDataGrid.js', |
| 430 'front_end/profiler/CPUProfileView.js', | 440 'front_end/profiler/CPUProfileView.js', |
| 431 'front_end/profiler/HeapSnapshotCommon.js', | 441 'front_end/profiler/HeapSnapshotCommon.js', |
| 432 'front_end/profiler/HeapSnapshotDataGrids.js', | 442 'front_end/profiler/HeapSnapshotDataGrids.js', |
| 433 'front_end/profiler/HeapSnapshotGridNodes.js', | 443 'front_end/profiler/HeapSnapshotGridNodes.js', |
| 434 'front_end/profiler/HeapSnapshotProxy.js', | 444 'front_end/profiler/HeapSnapshotProxy.js', |
| 435 'front_end/profiler/HeapSnapshotView.js', | 445 'front_end/profiler/HeapSnapshotView.js', |
| 436 'front_end/profiler/ProfilesPanel.js', | 446 'front_end/profiler/ProfilesPanel.js', |
| 437 'front_end/profiler/ProfileLauncherView.js', | 447 'front_end/profiler/ProfileLauncherView.js', |
| 438 'front_end/profiler/ProfileTypeRegistry.js', | 448 'front_end/profiler/ProfileTypeRegistry.js', |
| 439 'front_end/profiler/CanvasProfileView.js', | 449 'front_end/profiler/CanvasProfileView.js', |
| 440 'front_end/profiler/CanvasReplayStateView.js', | 450 'front_end/profiler/CanvasReplayStateView.js', |
| 441 ], | 451 ], |
| 442 'devtools_documentation_js_files': [ | 452 'devtools_documentation_js_files': [ |
| 453 'front_end/documentation/_module.js', |
| 454 'front_end/documentation/CSSArticle.js', |
| 443 'front_end/documentation/DocumentationView.js', | 455 'front_end/documentation/DocumentationView.js', |
| 456 'front_end/documentation/JSArticle.js', |
| 444 'front_end/documentation/WikiParser.js', | 457 'front_end/documentation/WikiParser.js', |
| 445 'front_end/documentation/JSArticle.js', | |
| 446 'front_end/documentation/CSSArticle.js', | |
| 447 ], | 458 ], |
| 448 'devtools_heap_snapshot_worker_js_files': [ | 459 'devtools_heap_snapshot_worker_js_files': [ |
| 449 'front_end/common/TextUtils.js', | 460 'front_end/common/TextUtils.js', |
| 450 'front_end/common/UIString.js', | 461 'front_end/common/UIString.js', |
| 451 'front_end/common/utilities.js', | 462 'front_end/common/utilities.js', |
| 463 'front_end/common/WebInspector.js', |
| 464 'front_end/heap_snapshot_worker/_module.js', |
| 452 'front_end/heap_snapshot_worker/AllocationProfile.js', | 465 'front_end/heap_snapshot_worker/AllocationProfile.js', |
| 453 'front_end/heap_snapshot_worker/HeapSnapshot.js', | 466 'front_end/heap_snapshot_worker/HeapSnapshot.js', |
| 454 'front_end/heap_snapshot_worker/HeapSnapshotLoader.js', | 467 'front_end/heap_snapshot_worker/HeapSnapshotLoader.js', |
| 455 'front_end/heap_snapshot_worker/HeapSnapshotWorker.js', | 468 'front_end/heap_snapshot_worker/HeapSnapshotWorker.js', |
| 456 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js', | 469 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js', |
| 457 'front_end/heap_snapshot_worker/JSHeapSnapshot.js', | 470 'front_end/heap_snapshot_worker/JSHeapSnapshot.js', |
| 458 'front_end/profiler/HeapSnapshotCommon.js', | 471 'front_end/profiler/HeapSnapshotCommon.js', |
| 459 ], | 472 ], |
| 460 'devtools_audits_js_files': [ | 473 'devtools_audits_js_files': [ |
| 474 'front_end/audits/_module.js', |
| 461 'front_end/audits/AuditCategories.js', | 475 'front_end/audits/AuditCategories.js', |
| 462 'front_end/audits/AuditCategory.js', | 476 'front_end/audits/AuditCategory.js', |
| 463 'front_end/audits/AuditController.js', | 477 'front_end/audits/AuditController.js', |
| 464 'front_end/audits/AuditFormatters.js', | 478 'front_end/audits/AuditFormatters.js', |
| 465 'front_end/audits/AuditLauncherView.js', | 479 'front_end/audits/AuditLauncherView.js', |
| 466 'front_end/audits/AuditResultView.js', | 480 'front_end/audits/AuditResultView.js', |
| 467 'front_end/audits/AuditRules.js', | 481 'front_end/audits/AuditRules.js', |
| 468 'front_end/audits/AuditsPanel.js', | 482 'front_end/audits/AuditsPanel.js', |
| 469 ], | 483 ], |
| 470 'devtools_cm_css_files': [ | 484 'devtools_cm_css_files': [ |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 504 '<@(devtools_layers_js_files)', | 518 '<@(devtools_layers_js_files)', |
| 505 '<@(devtools_heap_snapshot_worker_js_files)', | 519 '<@(devtools_heap_snapshot_worker_js_files)', |
| 506 '<@(devtools_temp_storage_shared_worker_js_files)', | 520 '<@(devtools_temp_storage_shared_worker_js_files)', |
| 507 '<@(devtools_script_formatter_worker_js_files)', | 521 '<@(devtools_script_formatter_worker_js_files)', |
| 508 '<@(devtools_uglify_files)', | 522 '<@(devtools_uglify_files)', |
| 509 '<@(devtools_documentation_js_files)', | 523 '<@(devtools_documentation_js_files)', |
| 510 ], | 524 ], |
| 511 'devtools_uglify_files': [ | 525 'devtools_uglify_files': [ |
| 512 'front_end/UglifyJS/parse-js.js', | 526 'front_end/UglifyJS/parse-js.js', |
| 513 ], | 527 ], |
| 528 'devtools_layers_js_files': [ |
| 529 'front_end/layers/_module.js', |
| 530 'front_end/layers/LayersPanel.js', |
| 531 'front_end/layers/LayerTreeOutline.js', |
| 532 'front_end/layers/LayerDetailsView.js', |
| 533 'front_end/layers/LayerPaintProfilerView.js' |
| 534 ], |
| 535 'devtools_extension_api_files': [ |
| 536 'front_end/extensions/ExtensionAPI.js', |
| 537 ], |
| 538 'devtools_temp_storage_shared_worker_js_files': [ |
| 539 'front_end/temp_storage_shared_worker/_module.js', |
| 540 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
| 541 ], |
| 542 'devtools_script_formatter_worker_js_files': [ |
| 543 'front_end/script_formatter_worker/_module.js', |
| 544 'front_end/script_formatter_worker/CSSFormatter.js', |
| 545 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
| 546 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
| 547 'front_end/common/utilities.js', |
| 548 ], |
| 514 'devtools_image_files': [ | 549 'devtools_image_files': [ |
| 515 'front_end/Images/applicationCache.png', | 550 'front_end/Images/applicationCache.png', |
| 516 'front_end/Images/back.png', | 551 'front_end/Images/back.png', |
| 517 'front_end/Images/breakpoint.png', | 552 'front_end/Images/breakpoint.png', |
| 518 'front_end/Images/breakpoint_2x.png', | 553 'front_end/Images/breakpoint_2x.png', |
| 519 'front_end/Images/breakpointConditional.png', | 554 'front_end/Images/breakpointConditional.png', |
| 520 'front_end/Images/breakpointConditional_2x.png', | 555 'front_end/Images/breakpointConditional_2x.png', |
| 521 'front_end/Images/checker.png', | 556 'front_end/Images/checker.png', |
| 522 'front_end/Images/cookie.png', | 557 'front_end/Images/cookie.png', |
| 523 'front_end/Images/chromeDisabledSelect.png', | 558 'front_end/Images/chromeDisabledSelect.png', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 'front_end/Images/statusbarResizerHorizontal.png', | 605 'front_end/Images/statusbarResizerHorizontal.png', |
| 571 'front_end/Images/statusbarResizerVertical.png', | 606 'front_end/Images/statusbarResizerVertical.png', |
| 572 'front_end/Images/thumbActiveHoriz.png', | 607 'front_end/Images/thumbActiveHoriz.png', |
| 573 'front_end/Images/thumbActiveVert.png', | 608 'front_end/Images/thumbActiveVert.png', |
| 574 'front_end/Images/thumbHoriz.png', | 609 'front_end/Images/thumbHoriz.png', |
| 575 'front_end/Images/thumbVert.png', | 610 'front_end/Images/thumbVert.png', |
| 576 'front_end/Images/thumbHoverHoriz.png', | 611 'front_end/Images/thumbHoverHoriz.png', |
| 577 'front_end/Images/thumbHoverVert.png', | 612 'front_end/Images/thumbHoverVert.png', |
| 578 'front_end/Images/toolbarItemSelected.png', | 613 'front_end/Images/toolbarItemSelected.png', |
| 579 ], | 614 ], |
| 580 'devtools_layers_js_files': [ | |
| 581 'front_end/layers/LayersPanel.js', | |
| 582 'front_end/layers/LayerTreeOutline.js', | |
| 583 'front_end/layers/LayerDetailsView.js', | |
| 584 'front_end/layers/LayerPaintProfilerView.js' | |
| 585 ], | |
| 586 'devtools_extension_api_files': [ | |
| 587 'front_end/extensions/ExtensionAPI.js', | |
| 588 ], | |
| 589 'devtools_temp_storage_shared_worker_js_files': [ | |
| 590 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | |
| 591 ], | |
| 592 'devtools_script_formatter_worker_js_files': [ | |
| 593 'front_end/script_formatter_worker/CSSFormatter.js', | |
| 594 'front_end/script_formatter_worker/JavaScriptFormatter.js', | |
| 595 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | |
| 596 'front_end/common/utilities.js', | |
| 597 ], | |
| 598 }, | 615 }, |
| 599 } | 616 } |
| OLD | NEW |