| 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 29 matching lines...) Expand all Loading... |
| 40 '<@(devtools_host_js_files)', | 40 '<@(devtools_host_js_files)', |
| 41 '<@(devtools_screencast_js_files)', | 41 '<@(devtools_screencast_js_files)', |
| 42 '<@(devtools_sdk_js_files)', | 42 '<@(devtools_sdk_js_files)', |
| 43 '<@(devtools_workspace_js_files)', | 43 '<@(devtools_workspace_js_files)', |
| 44 '<@(devtools_bindings_js_files)', | 44 '<@(devtools_bindings_js_files)', |
| 45 '<@(devtools_toolbox_js_files)', | 45 '<@(devtools_toolbox_js_files)', |
| 46 '<@(devtools_ui_js_files)', | 46 '<@(devtools_ui_js_files)', |
| 47 ], | 47 ], |
| 48 'devtools_core_base_files': [ | 48 'devtools_core_base_files': [ |
| 49 'front_end/inspector.html', | 49 'front_end/inspector.html', |
| 50 'front_end/Runtime.js', | |
| 51 'front_end/Tests.js', | 50 'front_end/Tests.js', |
| 52 'front_end/TestController.js', | 51 'front_end/TestController.js', |
| 53 'front_end/dialog.css', | 52 'front_end/dialog.css', |
| 54 'front_end/inspector.css', | 53 'front_end/inspector.css', |
| 55 'front_end/inspectorStyle.css', | 54 'front_end/inspectorStyle.css', |
| 56 'front_end/inspectorSyntaxHighlight.css', | 55 'front_end/inspectorSyntaxHighlight.css', |
| 57 'front_end/popover.css', | 56 'front_end/popover.css', |
| 58 'front_end/sidebarPane.css', | 57 'front_end/sidebarPane.css', |
| 59 'front_end/splitView.css', | 58 'front_end/splitView.css', |
| 60 'front_end/suggestBox.css', | 59 'front_end/suggestBox.css', |
| 61 'front_end/tabbedPane.css', | 60 'front_end/tabbedPane.css', |
| 62 '<@(devtools_main_js_files)', | 61 '<@(devtools_main_js_files)', |
| 63 '<@(devtools_standalone_files)', | 62 '<@(devtools_standalone_files)', |
| 64 ], | 63 ], |
| 65 'devtools_common_js_files': [ | 64 'devtools_common_js_files': [ |
| 66 'front_end/common/Color.js', | 65 'front_end/common/Color.js', |
| 67 'front_end/common/Console.js', | 66 'front_end/common/Console.js', |
| 68 'front_end/common/ContentProvider.js', | 67 'front_end/common/ContentProvider.js', |
| 69 'front_end/common/Geometry.js', | 68 'front_end/common/Geometry.js', |
| 70 'front_end/common/Lock.js', | 69 'front_end/common/Lock.js', |
| 71 'front_end/common/ModuleExtensionInterfaces.js', | 70 'front_end/common/ModuleExtensionInterfaces.js', |
| 72 'front_end/common/modules.js', | |
| 73 'front_end/common/NotificationService.js', | 71 'front_end/common/NotificationService.js', |
| 74 'front_end/common/Object.js', | 72 'front_end/common/Object.js', |
| 75 'front_end/common/ParsedURL.js', | 73 'front_end/common/ParsedURL.js', |
| 76 'front_end/common/Progress.js', | 74 'front_end/common/Progress.js', |
| 77 'front_end/common/ResourceType.js', | 75 'front_end/common/ResourceType.js', |
| 78 'front_end/common/Settings.js', | 76 'front_end/common/Settings.js', |
| 79 'front_end/common/StaticContentProvider.js', | 77 'front_end/common/StaticContentProvider.js', |
| 80 'front_end/common/TextRange.js', | 78 'front_end/common/TextRange.js', |
| 81 'front_end/common/TextUtils.js', | 79 'front_end/common/TextUtils.js', |
| 82 'front_end/common/Throttler.js', | 80 'front_end/common/Throttler.js', |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 'front_end/screencastView.css', | 306 'front_end/screencastView.css', |
| 309 'front_end/sourcesPanel.css', | 307 'front_end/sourcesPanel.css', |
| 310 'front_end/sourcesView.css', | 308 'front_end/sourcesView.css', |
| 311 'front_end/spectrum.css', | 309 'front_end/spectrum.css', |
| 312 'front_end/timelinePanel.css', | 310 'front_end/timelinePanel.css', |
| 313 'front_end/webSocketFrameView.css', | 311 'front_end/webSocketFrameView.css', |
| 314 ], | 312 ], |
| 315 | 313 |
| 316 # Lazy-loaded modules. | 314 # Lazy-loaded modules. |
| 317 'devtools_audits_js_files': [ | 315 'devtools_audits_js_files': [ |
| 318 'front_end/audits/_module.js', | |
| 319 'front_end/audits/AuditCategories.js', | 316 'front_end/audits/AuditCategories.js', |
| 320 'front_end/audits/AuditCategory.js', | 317 'front_end/audits/AuditCategory.js', |
| 321 'front_end/audits/AuditController.js', | 318 'front_end/audits/AuditController.js', |
| 322 'front_end/audits/AuditFormatters.js', | 319 'front_end/audits/AuditFormatters.js', |
| 323 'front_end/audits/AuditLauncherView.js', | 320 'front_end/audits/AuditLauncherView.js', |
| 324 'front_end/audits/AuditResultView.js', | 321 'front_end/audits/AuditResultView.js', |
| 325 'front_end/audits/AuditRules.js', | 322 'front_end/audits/AuditRules.js', |
| 326 'front_end/audits/AuditsPanel.js', | 323 'front_end/audits/AuditsPanel.js', |
| 327 ], | 324 ], |
| 328 'devtools_console_js_files': [ | 325 'devtools_console_js_files': [ |
| 329 'front_end/console/_module.js', | |
| 330 'front_end/console/ConsolePanel.js', | 326 'front_end/console/ConsolePanel.js', |
| 331 'front_end/console/ConsoleView.js', | 327 'front_end/console/ConsoleView.js', |
| 332 'front_end/console/ConsoleViewMessage.js', | 328 'front_end/console/ConsoleViewMessage.js', |
| 333 ], | 329 ], |
| 334 'devtools_devices_js_files': [ | 330 'devtools_devices_js_files': [ |
| 335 'front_end/devices/_module.js', | |
| 336 'front_end/devices/DevicesView.js', | 331 'front_end/devices/DevicesView.js', |
| 337 ], | 332 ], |
| 338 'devtools_documentation_js_files': [ | 333 'devtools_documentation_js_files': [ |
| 339 'front_end/documentation/_module.js', | |
| 340 'front_end/documentation/CSSArticle.js', | 334 'front_end/documentation/CSSArticle.js', |
| 341 'front_end/documentation/DocumentationURLProvider.js', | 335 'front_end/documentation/DocumentationURLProvider.js', |
| 342 'front_end/documentation/DocumentationView.js', | 336 'front_end/documentation/DocumentationView.js', |
| 343 'front_end/documentation/JSArticle.js', | 337 'front_end/documentation/JSArticle.js', |
| 344 'front_end/documentation/WikiParser.js', | 338 'front_end/documentation/WikiParser.js', |
| 345 ], | 339 ], |
| 346 'devtools_elements_js_files': [ | 340 'devtools_elements_js_files': [ |
| 347 'front_end/elements/_module.js', | |
| 348 'front_end/elements/DOMSyntaxHighlighter.js', | 341 'front_end/elements/DOMSyntaxHighlighter.js', |
| 349 'front_end/elements/ElementsPanel.js', | 342 'front_end/elements/ElementsPanel.js', |
| 350 'front_end/elements/ElementsTreeOutline.js', | 343 'front_end/elements/ElementsTreeOutline.js', |
| 351 'front_end/elements/EventListenersSidebarPane.js', | 344 'front_end/elements/EventListenersSidebarPane.js', |
| 352 'front_end/elements/MetricsSidebarPane.js', | 345 'front_end/elements/MetricsSidebarPane.js', |
| 353 'front_end/elements/PlatformFontsSidebarPane.js', | 346 'front_end/elements/PlatformFontsSidebarPane.js', |
| 354 'front_end/elements/PropertiesSidebarPane.js', | 347 'front_end/elements/PropertiesSidebarPane.js', |
| 355 'front_end/elements/Spectrum.js', | 348 'front_end/elements/Spectrum.js', |
| 356 'front_end/elements/StylesSidebarPane.js', | 349 'front_end/elements/StylesSidebarPane.js', |
| 357 ], | 350 ], |
| 358 'devtools_extensions_js_files': [ | 351 'devtools_extensions_js_files': [ |
| 359 'front_end/extensions/_module.js', | |
| 360 'front_end/extensions/ExtensionAuditCategory.js', | 352 'front_end/extensions/ExtensionAuditCategory.js', |
| 361 'front_end/extensions/ExtensionPanel.js', | 353 'front_end/extensions/ExtensionPanel.js', |
| 362 'front_end/extensions/ExtensionRegistryStub.js', | 354 'front_end/extensions/ExtensionRegistryStub.js', |
| 363 'front_end/extensions/ExtensionServer.js', | 355 'front_end/extensions/ExtensionServer.js', |
| 364 'front_end/extensions/ExtensionView.js', | 356 'front_end/extensions/ExtensionView.js', |
| 365 '<@(devtools_extension_api_files)', | 357 '<@(devtools_extension_api_files)', |
| 366 ], | 358 ], |
| 367 'devtools_heap_snapshot_worker_js_files': [ | 359 'devtools_heap_snapshot_worker_js_files': [ |
| 368 'front_end/common/TextUtils.js', | 360 'front_end/common/TextUtils.js', |
| 369 'front_end/common/UIString.js', | 361 'front_end/common/UIString.js', |
| 370 'front_end/common/utilities.js', | 362 'front_end/common/utilities.js', |
| 371 'front_end/heap_snapshot_worker/_module.js', | |
| 372 'front_end/heap_snapshot_worker/AllocationProfile.js', | 363 'front_end/heap_snapshot_worker/AllocationProfile.js', |
| 373 'front_end/heap_snapshot_worker/HeapSnapshot.js', | 364 'front_end/heap_snapshot_worker/HeapSnapshot.js', |
| 374 'front_end/heap_snapshot_worker/HeapSnapshotLoader.js', | 365 'front_end/heap_snapshot_worker/HeapSnapshotLoader.js', |
| 375 'front_end/heap_snapshot_worker/HeapSnapshotWorker.js', | 366 'front_end/heap_snapshot_worker/HeapSnapshotWorker.js', |
| 376 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js', | 367 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js', |
| 377 'front_end/heap_snapshot_worker/JSHeapSnapshot.js', | 368 'front_end/heap_snapshot_worker/JSHeapSnapshot.js', |
| 378 'front_end/profiler/HeapSnapshotCommon.js', | 369 'front_end/profiler/HeapSnapshotCommon.js', |
| 379 ], | 370 ], |
| 380 'devtools_layers_js_files': [ | 371 'devtools_layers_js_files': [ |
| 381 'front_end/layers/_module.js', | |
| 382 'front_end/layers/LayerDetailsView.js', | 372 'front_end/layers/LayerDetailsView.js', |
| 383 'front_end/layers/LayerPaintProfilerView.js', | 373 'front_end/layers/LayerPaintProfilerView.js', |
| 384 'front_end/layers/LayersPanel.js', | 374 'front_end/layers/LayersPanel.js', |
| 385 'front_end/layers/LayerTreeOutline.js', | 375 'front_end/layers/LayerTreeOutline.js', |
| 386 ], | 376 ], |
| 387 'devtools_network_js_files': [ | 377 'devtools_network_js_files': [ |
| 388 'front_end/network/_module.js', | |
| 389 'front_end/network/HAREntry.js', | 378 'front_end/network/HAREntry.js', |
| 390 'front_end/network/NetworkItemView.js', | 379 'front_end/network/NetworkItemView.js', |
| 391 'front_end/network/NetworkPanel.js', | 380 'front_end/network/NetworkPanel.js', |
| 392 'front_end/network/RequestCookiesView.js', | 381 'front_end/network/RequestCookiesView.js', |
| 393 'front_end/network/RequestHeadersView.js', | 382 'front_end/network/RequestHeadersView.js', |
| 394 'front_end/network/RequestHTMLView.js', | 383 'front_end/network/RequestHTMLView.js', |
| 395 'front_end/network/RequestJSONView.js', | 384 'front_end/network/RequestJSONView.js', |
| 396 'front_end/network/RequestPreviewView.js', | 385 'front_end/network/RequestPreviewView.js', |
| 397 'front_end/network/RequestResponseView.js', | 386 'front_end/network/RequestResponseView.js', |
| 398 'front_end/network/RequestTimingView.js', | 387 'front_end/network/RequestTimingView.js', |
| 399 'front_end/network/RequestView.js', | 388 'front_end/network/RequestView.js', |
| 400 'front_end/network/ResourceWebSocketFrameView.js', | 389 'front_end/network/ResourceWebSocketFrameView.js', |
| 401 ], | 390 ], |
| 402 'devtools_profiler_js_files': [ | 391 'devtools_profiler_js_files': [ |
| 403 'front_end/profiler/_module.js', | |
| 404 'front_end/profiler/CanvasProfileView.js', | 392 'front_end/profiler/CanvasProfileView.js', |
| 405 'front_end/profiler/CanvasReplayStateView.js', | 393 'front_end/profiler/CanvasReplayStateView.js', |
| 406 'front_end/profiler/CPUProfileBottomUpDataGrid.js', | 394 'front_end/profiler/CPUProfileBottomUpDataGrid.js', |
| 407 'front_end/profiler/CPUProfileDataGrid.js', | 395 'front_end/profiler/CPUProfileDataGrid.js', |
| 408 'front_end/profiler/CPUProfileFlameChart.js', | 396 'front_end/profiler/CPUProfileFlameChart.js', |
| 409 'front_end/profiler/CPUProfileTopDownDataGrid.js', | 397 'front_end/profiler/CPUProfileTopDownDataGrid.js', |
| 410 'front_end/profiler/CPUProfileView.js', | 398 'front_end/profiler/CPUProfileView.js', |
| 411 'front_end/profiler/HeapSnapshotCommon.js', | 399 'front_end/profiler/HeapSnapshotCommon.js', |
| 412 'front_end/profiler/HeapSnapshotDataGrids.js', | 400 'front_end/profiler/HeapSnapshotDataGrids.js', |
| 413 'front_end/profiler/HeapSnapshotGridNodes.js', | 401 'front_end/profiler/HeapSnapshotGridNodes.js', |
| 414 'front_end/profiler/HeapSnapshotProxy.js', | 402 'front_end/profiler/HeapSnapshotProxy.js', |
| 415 'front_end/profiler/HeapSnapshotView.js', | 403 'front_end/profiler/HeapSnapshotView.js', |
| 416 'front_end/profiler/ProfileLauncherView.js', | 404 'front_end/profiler/ProfileLauncherView.js', |
| 417 'front_end/profiler/ProfilesPanel.js', | 405 'front_end/profiler/ProfilesPanel.js', |
| 418 'front_end/profiler/ProfileTypeRegistry.js', | 406 'front_end/profiler/ProfileTypeRegistry.js', |
| 419 ], | 407 ], |
| 420 'devtools_resources_js_files': [ | 408 'devtools_resources_js_files': [ |
| 421 'front_end/resources/_module.js', | |
| 422 'front_end/resources/ApplicationCacheItemsView.js', | 409 'front_end/resources/ApplicationCacheItemsView.js', |
| 423 'front_end/resources/CookieItemsView.js', | 410 'front_end/resources/CookieItemsView.js', |
| 424 'front_end/resources/DatabaseQueryView.js', | 411 'front_end/resources/DatabaseQueryView.js', |
| 425 'front_end/resources/DatabaseTableView.js', | 412 'front_end/resources/DatabaseTableView.js', |
| 426 'front_end/resources/DirectoryContentView.js', | 413 'front_end/resources/DirectoryContentView.js', |
| 427 'front_end/resources/DOMStorageItemsView.js', | 414 'front_end/resources/DOMStorageItemsView.js', |
| 428 'front_end/resources/FileContentView.js', | 415 'front_end/resources/FileContentView.js', |
| 429 'front_end/resources/FileSystemView.js', | 416 'front_end/resources/FileSystemView.js', |
| 430 'front_end/resources/IndexedDBViews.js', | 417 'front_end/resources/IndexedDBViews.js', |
| 431 'front_end/resources/ResourcesPanel.js', | 418 'front_end/resources/ResourcesPanel.js', |
| 432 ], | 419 ], |
| 433 'devtools_script_formatter_worker_js_files': [ | 420 'devtools_script_formatter_worker_js_files': [ |
| 434 'front_end/common/utilities.js', | 421 'front_end/common/utilities.js', |
| 435 'front_end/script_formatter_worker/_module.js', | |
| 436 'front_end/script_formatter_worker/CSSFormatter.js', | 422 'front_end/script_formatter_worker/CSSFormatter.js', |
| 437 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 423 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
| 438 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 424 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
| 439 ], | 425 ], |
| 440 'devtools_settings_js_files': [ | 426 'devtools_settings_js_files': [ |
| 441 'front_end/settings/_module.js', | |
| 442 'front_end/settings/EditFileSystemDialog.js', | 427 'front_end/settings/EditFileSystemDialog.js', |
| 443 'front_end/settings/FrameworkBlackboxDialog.js', | 428 'front_end/settings/FrameworkBlackboxDialog.js', |
| 444 'front_end/settings/SettingsScreen.js', | 429 'front_end/settings/SettingsScreen.js', |
| 445 ], | 430 ], |
| 446 'devtools_source_frame_js_files': [ | 431 'devtools_source_frame_js_files': [ |
| 447 'front_end/source_frame/_module.js', | |
| 448 'front_end/source_frame/CodeMirrorTextEditor.js', | 432 'front_end/source_frame/CodeMirrorTextEditor.js', |
| 449 'front_end/source_frame/CodeMirrorUtils.js', | 433 'front_end/source_frame/CodeMirrorUtils.js', |
| 450 'front_end/source_frame/FontView.js', | 434 'front_end/source_frame/FontView.js', |
| 451 'front_end/source_frame/GoToLineDialog.js', | 435 'front_end/source_frame/GoToLineDialog.js', |
| 452 'front_end/source_frame/ImageView.js', | 436 'front_end/source_frame/ImageView.js', |
| 453 'front_end/source_frame/ResourceView.js', | 437 'front_end/source_frame/ResourceView.js', |
| 454 'front_end/source_frame/SourceFrame.js', | 438 'front_end/source_frame/SourceFrame.js', |
| 455 ], | 439 ], |
| 456 'devtools_sources_js_files': [ | 440 'devtools_sources_js_files': [ |
| 457 'front_end/sources/_module.js', | |
| 458 'front_end/sources/AddSourceMapURLDialog.js', | 441 'front_end/sources/AddSourceMapURLDialog.js', |
| 459 'front_end/sources/AdvancedSearchView.js', | 442 'front_end/sources/AdvancedSearchView.js', |
| 460 'front_end/sources/BreakpointsSidebarPane.js', | 443 'front_end/sources/BreakpointsSidebarPane.js', |
| 461 'front_end/sources/CallStackSidebarPane.js', | 444 'front_end/sources/CallStackSidebarPane.js', |
| 462 'front_end/sources/CSSSourceFrame.js', | 445 'front_end/sources/CSSSourceFrame.js', |
| 463 'front_end/sources/EditingLocationHistoryManager.js', | 446 'front_end/sources/EditingLocationHistoryManager.js', |
| 464 'front_end/sources/FileBasedSearchResultsPane.js', | 447 'front_end/sources/FileBasedSearchResultsPane.js', |
| 465 'front_end/sources/FilePathScoreFunction.js', | 448 'front_end/sources/FilePathScoreFunction.js', |
| 466 'front_end/sources/FilteredItemSelectionDialog.js', | 449 'front_end/sources/FilteredItemSelectionDialog.js', |
| 467 'front_end/sources/InplaceFormatterEditorAction.js', | 450 'front_end/sources/InplaceFormatterEditorAction.js', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 479 'front_end/sources/SourcesSearchScope.js', | 462 'front_end/sources/SourcesSearchScope.js', |
| 480 'front_end/sources/SourcesView.js', | 463 'front_end/sources/SourcesView.js', |
| 481 'front_end/sources/StyleSheetOutlineDialog.js', | 464 'front_end/sources/StyleSheetOutlineDialog.js', |
| 482 'front_end/sources/TabbedEditorContainer.js', | 465 'front_end/sources/TabbedEditorContainer.js', |
| 483 'front_end/sources/ThreadsSidebarPane.js', | 466 'front_end/sources/ThreadsSidebarPane.js', |
| 484 'front_end/sources/UISourceCodeFrame.js', | 467 'front_end/sources/UISourceCodeFrame.js', |
| 485 'front_end/sources/WatchExpressionsSidebarPane.js', | 468 'front_end/sources/WatchExpressionsSidebarPane.js', |
| 486 'front_end/sources/WorkersSidebarPane.js', | 469 'front_end/sources/WorkersSidebarPane.js', |
| 487 ], | 470 ], |
| 488 'devtools_temp_storage_shared_worker_js_files': [ | 471 'devtools_temp_storage_shared_worker_js_files': [ |
| 489 'front_end/temp_storage_shared_worker/_module.js', | |
| 490 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | 472 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
| 491 ], | 473 ], |
| 492 'devtools_timeline_js_files': [ | 474 'devtools_timeline_js_files': [ |
| 493 'front_end/timeline/_module.js', | |
| 494 'front_end/timeline/CountersGraph.js', | 475 'front_end/timeline/CountersGraph.js', |
| 495 'front_end/timeline/Layers3DView.js', | 476 'front_end/timeline/Layers3DView.js', |
| 496 'front_end/timeline/MemoryCountersGraph.js', | 477 'front_end/timeline/MemoryCountersGraph.js', |
| 497 'front_end/timeline/PaintProfilerView.js', | 478 'front_end/timeline/PaintProfilerView.js', |
| 498 'front_end/timeline/TimelineEventOverview.js', | 479 'front_end/timeline/TimelineEventOverview.js', |
| 499 'front_end/timeline/TimelineFlameChart.js', | 480 'front_end/timeline/TimelineFlameChart.js', |
| 500 'front_end/timeline/TimelineFrameModel.js', | 481 'front_end/timeline/TimelineFrameModel.js', |
| 501 'front_end/timeline/TimelineFrameOverview.js', | 482 'front_end/timeline/TimelineFrameOverview.js', |
| 502 'front_end/timeline/TimelineJSProfile.js', | 483 'front_end/timeline/TimelineJSProfile.js', |
| 503 'front_end/timeline/TimelineLayersView.js', | 484 'front_end/timeline/TimelineLayersView.js', |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 627 'front_end/Images/thumbHoverHoriz.png', | 608 'front_end/Images/thumbHoverHoriz.png', |
| 628 'front_end/Images/thumbHoverVert.png', | 609 'front_end/Images/thumbHoverVert.png', |
| 629 'front_end/Images/thumbVert.png', | 610 'front_end/Images/thumbVert.png', |
| 630 'front_end/Images/toolbarItemSelected.png', | 611 'front_end/Images/toolbarItemSelected.png', |
| 631 ], | 612 ], |
| 632 'devtools_extension_api_files': [ | 613 'devtools_extension_api_files': [ |
| 633 'front_end/extensions/ExtensionAPI.js', | 614 'front_end/extensions/ExtensionAPI.js', |
| 634 ], | 615 ], |
| 635 }, | 616 }, |
| 636 } | 617 } |
| OLD | NEW |