| 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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 'front_end/screencastView.css', | 295 'front_end/screencastView.css', |
| 296 'front_end/sourcesPanel.css', | 296 'front_end/sourcesPanel.css', |
| 297 'front_end/sourcesView.css', | 297 'front_end/sourcesView.css', |
| 298 'front_end/spectrum.css', | 298 'front_end/spectrum.css', |
| 299 'front_end/timelinePanel.css', | 299 'front_end/timelinePanel.css', |
| 300 'front_end/webSocketFrameView.css', | 300 'front_end/webSocketFrameView.css', |
| 301 ], | 301 ], |
| 302 | 302 |
| 303 # Lazy-loaded modules. | 303 # Lazy-loaded modules. |
| 304 'devtools_audits_js_files': [ | 304 'devtools_audits_js_files': [ |
| 305 'front_end/audits/_module.js', | |
| 306 'front_end/audits/AuditCategories.js', | 305 'front_end/audits/AuditCategories.js', |
| 307 'front_end/audits/AuditCategory.js', | 306 'front_end/audits/AuditCategory.js', |
| 308 'front_end/audits/AuditController.js', | 307 'front_end/audits/AuditController.js', |
| 309 'front_end/audits/AuditFormatters.js', | 308 'front_end/audits/AuditFormatters.js', |
| 310 'front_end/audits/AuditLauncherView.js', | 309 'front_end/audits/AuditLauncherView.js', |
| 311 'front_end/audits/AuditResultView.js', | 310 'front_end/audits/AuditResultView.js', |
| 312 'front_end/audits/AuditRules.js', | 311 'front_end/audits/AuditRules.js', |
| 313 'front_end/audits/AuditsPanel.js', | 312 'front_end/audits/AuditsPanel.js', |
| 314 ], | 313 ], |
| 315 'devtools_console_js_files': [ | 314 'devtools_console_js_files': [ |
| 316 'front_end/console/_module.js', | |
| 317 'front_end/console/ConsolePanel.js', | 315 'front_end/console/ConsolePanel.js', |
| 318 'front_end/console/ConsoleView.js', | 316 'front_end/console/ConsoleView.js', |
| 319 'front_end/console/ConsoleViewMessage.js', | 317 'front_end/console/ConsoleViewMessage.js', |
| 320 ], | 318 ], |
| 321 'devtools_devices_js_files': [ | 319 'devtools_devices_js_files': [ |
| 322 'front_end/devices/_module.js', | |
| 323 'front_end/devices/DevicesView.js', | 320 'front_end/devices/DevicesView.js', |
| 324 ], | 321 ], |
| 325 'devtools_documentation_js_files': [ | 322 'devtools_documentation_js_files': [ |
| 326 'front_end/documentation/_module.js', | |
| 327 'front_end/documentation/CSSArticle.js', | 323 'front_end/documentation/CSSArticle.js', |
| 328 'front_end/documentation/DocumentationURLProvider.js', | 324 'front_end/documentation/DocumentationURLProvider.js', |
| 329 'front_end/documentation/DocumentationView.js', | 325 'front_end/documentation/DocumentationView.js', |
| 330 'front_end/documentation/JSArticle.js', | 326 'front_end/documentation/JSArticle.js', |
| 331 'front_end/documentation/WikiParser.js', | 327 'front_end/documentation/WikiParser.js', |
| 332 ], | 328 ], |
| 333 'devtools_elements_js_files': [ | 329 'devtools_elements_js_files': [ |
| 334 'front_end/elements/_module.js', | |
| 335 'front_end/elements/DOMSyntaxHighlighter.js', | 330 'front_end/elements/DOMSyntaxHighlighter.js', |
| 336 'front_end/elements/ElementsPanel.js', | 331 'front_end/elements/ElementsPanel.js', |
| 337 'front_end/elements/ElementsTreeOutline.js', | 332 'front_end/elements/ElementsTreeOutline.js', |
| 338 'front_end/elements/EventListenersSidebarPane.js', | 333 'front_end/elements/EventListenersSidebarPane.js', |
| 339 'front_end/elements/MetricsSidebarPane.js', | 334 'front_end/elements/MetricsSidebarPane.js', |
| 340 'front_end/elements/PlatformFontsSidebarPane.js', | 335 'front_end/elements/PlatformFontsSidebarPane.js', |
| 341 'front_end/elements/PropertiesSidebarPane.js', | 336 'front_end/elements/PropertiesSidebarPane.js', |
| 342 'front_end/elements/Spectrum.js', | 337 'front_end/elements/Spectrum.js', |
| 343 'front_end/elements/StylesSidebarPane.js', | 338 'front_end/elements/StylesSidebarPane.js', |
| 344 ], | 339 ], |
| 345 'devtools_extensions_js_files': [ | 340 'devtools_extensions_js_files': [ |
| 346 'front_end/extensions/_module.js', | |
| 347 'front_end/extensions/ExtensionAuditCategory.js', | 341 'front_end/extensions/ExtensionAuditCategory.js', |
| 348 'front_end/extensions/ExtensionPanel.js', | 342 'front_end/extensions/ExtensionPanel.js', |
| 349 'front_end/extensions/ExtensionRegistryStub.js', | 343 'front_end/extensions/ExtensionRegistryStub.js', |
| 350 'front_end/extensions/ExtensionServer.js', | 344 'front_end/extensions/ExtensionServer.js', |
| 351 'front_end/extensions/ExtensionView.js', | 345 'front_end/extensions/ExtensionView.js', |
| 352 '<@(devtools_extension_api_files)', | 346 '<@(devtools_extension_api_files)', |
| 353 ], | 347 ], |
| 354 'devtools_heap_snapshot_worker_js_files': [ | 348 'devtools_heap_snapshot_worker_js_files': [ |
| 355 'front_end/common/TextUtils.js', | 349 'front_end/common/TextUtils.js', |
| 356 'front_end/common/UIString.js', | 350 'front_end/common/UIString.js', |
| 357 'front_end/common/utilities.js', | 351 'front_end/common/utilities.js', |
| 358 'front_end/heap_snapshot_worker/_module.js', | |
| 359 'front_end/heap_snapshot_worker/AllocationProfile.js', | 352 'front_end/heap_snapshot_worker/AllocationProfile.js', |
| 360 'front_end/heap_snapshot_worker/HeapSnapshot.js', | 353 'front_end/heap_snapshot_worker/HeapSnapshot.js', |
| 361 'front_end/heap_snapshot_worker/HeapSnapshotLoader.js', | 354 'front_end/heap_snapshot_worker/HeapSnapshotLoader.js', |
| 362 'front_end/heap_snapshot_worker/HeapSnapshotWorker.js', | 355 'front_end/heap_snapshot_worker/HeapSnapshotWorker.js', |
| 363 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js', | 356 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js', |
| 364 'front_end/heap_snapshot_worker/JSHeapSnapshot.js', | 357 'front_end/heap_snapshot_worker/JSHeapSnapshot.js', |
| 365 'front_end/profiler/HeapSnapshotCommon.js', | 358 'front_end/profiler/HeapSnapshotCommon.js', |
| 366 ], | 359 ], |
| 367 'devtools_layers_js_files': [ | 360 'devtools_layers_js_files': [ |
| 368 'front_end/layers/_module.js', | |
| 369 'front_end/layers/LayerDetailsView.js', | 361 'front_end/layers/LayerDetailsView.js', |
| 370 'front_end/layers/LayerPaintProfilerView.js', | 362 'front_end/layers/LayerPaintProfilerView.js', |
| 371 'front_end/layers/LayersPanel.js', | 363 'front_end/layers/LayersPanel.js', |
| 372 'front_end/layers/LayerTreeOutline.js', | 364 'front_end/layers/LayerTreeOutline.js', |
| 373 ], | 365 ], |
| 374 'devtools_network_js_files': [ | 366 'devtools_network_js_files': [ |
| 375 'front_end/network/_module.js', | |
| 376 'front_end/network/HAREntry.js', | 367 'front_end/network/HAREntry.js', |
| 377 'front_end/network/NetworkItemView.js', | 368 'front_end/network/NetworkItemView.js', |
| 378 'front_end/network/NetworkPanel.js', | 369 'front_end/network/NetworkPanel.js', |
| 379 'front_end/network/RequestCookiesView.js', | 370 'front_end/network/RequestCookiesView.js', |
| 380 'front_end/network/RequestHeadersView.js', | 371 'front_end/network/RequestHeadersView.js', |
| 381 'front_end/network/RequestHTMLView.js', | 372 'front_end/network/RequestHTMLView.js', |
| 382 'front_end/network/RequestJSONView.js', | 373 'front_end/network/RequestJSONView.js', |
| 383 'front_end/network/RequestPreviewView.js', | 374 'front_end/network/RequestPreviewView.js', |
| 384 'front_end/network/RequestResponseView.js', | 375 'front_end/network/RequestResponseView.js', |
| 385 'front_end/network/RequestTimingView.js', | 376 'front_end/network/RequestTimingView.js', |
| 386 'front_end/network/RequestView.js', | 377 'front_end/network/RequestView.js', |
| 387 'front_end/network/ResourceWebSocketFrameView.js', | 378 'front_end/network/ResourceWebSocketFrameView.js', |
| 388 ], | 379 ], |
| 389 'devtools_profiler_js_files': [ | 380 'devtools_profiler_js_files': [ |
| 390 'front_end/profiler/_module.js', | |
| 391 'front_end/profiler/CanvasProfileView.js', | 381 'front_end/profiler/CanvasProfileView.js', |
| 392 'front_end/profiler/CanvasReplayStateView.js', | 382 'front_end/profiler/CanvasReplayStateView.js', |
| 393 'front_end/profiler/CPUProfileBottomUpDataGrid.js', | 383 'front_end/profiler/CPUProfileBottomUpDataGrid.js', |
| 394 'front_end/profiler/CPUProfileDataGrid.js', | 384 'front_end/profiler/CPUProfileDataGrid.js', |
| 395 'front_end/profiler/CPUProfileFlameChart.js', | 385 'front_end/profiler/CPUProfileFlameChart.js', |
| 396 'front_end/profiler/CPUProfileTopDownDataGrid.js', | 386 'front_end/profiler/CPUProfileTopDownDataGrid.js', |
| 397 'front_end/profiler/CPUProfileView.js', | 387 'front_end/profiler/CPUProfileView.js', |
| 398 'front_end/profiler/HeapSnapshotCommon.js', | 388 'front_end/profiler/HeapSnapshotCommon.js', |
| 399 'front_end/profiler/HeapSnapshotDataGrids.js', | 389 'front_end/profiler/HeapSnapshotDataGrids.js', |
| 400 'front_end/profiler/HeapSnapshotGridNodes.js', | 390 'front_end/profiler/HeapSnapshotGridNodes.js', |
| 401 'front_end/profiler/HeapSnapshotProxy.js', | 391 'front_end/profiler/HeapSnapshotProxy.js', |
| 402 'front_end/profiler/HeapSnapshotView.js', | 392 'front_end/profiler/HeapSnapshotView.js', |
| 403 'front_end/profiler/ProfileLauncherView.js', | 393 'front_end/profiler/ProfileLauncherView.js', |
| 404 'front_end/profiler/ProfilesPanel.js', | 394 'front_end/profiler/ProfilesPanel.js', |
| 405 'front_end/profiler/ProfileTypeRegistry.js', | 395 'front_end/profiler/ProfileTypeRegistry.js', |
| 406 ], | 396 ], |
| 407 'devtools_resources_js_files': [ | 397 'devtools_resources_js_files': [ |
| 408 'front_end/resources/_module.js', | |
| 409 'front_end/resources/ApplicationCacheItemsView.js', | 398 'front_end/resources/ApplicationCacheItemsView.js', |
| 410 'front_end/resources/CookieItemsView.js', | 399 'front_end/resources/CookieItemsView.js', |
| 411 'front_end/resources/DatabaseQueryView.js', | 400 'front_end/resources/DatabaseQueryView.js', |
| 412 'front_end/resources/DatabaseTableView.js', | 401 'front_end/resources/DatabaseTableView.js', |
| 413 'front_end/resources/DirectoryContentView.js', | 402 'front_end/resources/DirectoryContentView.js', |
| 414 'front_end/resources/DOMStorageItemsView.js', | 403 'front_end/resources/DOMStorageItemsView.js', |
| 415 'front_end/resources/FileContentView.js', | 404 'front_end/resources/FileContentView.js', |
| 416 'front_end/resources/FileSystemView.js', | 405 'front_end/resources/FileSystemView.js', |
| 417 'front_end/resources/IndexedDBViews.js', | 406 'front_end/resources/IndexedDBViews.js', |
| 418 'front_end/resources/ResourcesPanel.js', | 407 'front_end/resources/ResourcesPanel.js', |
| 419 ], | 408 ], |
| 420 'devtools_script_formatter_worker_js_files': [ | 409 'devtools_script_formatter_worker_js_files': [ |
| 421 'front_end/common/utilities.js', | 410 'front_end/common/utilities.js', |
| 422 'front_end/script_formatter_worker/_module.js', | |
| 423 'front_end/script_formatter_worker/CSSFormatter.js', | 411 'front_end/script_formatter_worker/CSSFormatter.js', |
| 424 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 412 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
| 425 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 413 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
| 426 ], | 414 ], |
| 427 'devtools_settings_js_files': [ | 415 'devtools_settings_js_files': [ |
| 428 'front_end/settings/_module.js', | |
| 429 'front_end/settings/EditFileSystemDialog.js', | 416 'front_end/settings/EditFileSystemDialog.js', |
| 430 'front_end/settings/FrameworkBlackboxDialog.js', | 417 'front_end/settings/FrameworkBlackboxDialog.js', |
| 431 'front_end/settings/SettingsScreen.js', | 418 'front_end/settings/SettingsScreen.js', |
| 432 ], | 419 ], |
| 433 'devtools_source_frame_js_files': [ | 420 'devtools_source_frame_js_files': [ |
| 434 'front_end/source_frame/_module.js', | |
| 435 'front_end/source_frame/CodeMirrorTextEditor.js', | 421 'front_end/source_frame/CodeMirrorTextEditor.js', |
| 436 'front_end/source_frame/CodeMirrorUtils.js', | 422 'front_end/source_frame/CodeMirrorUtils.js', |
| 437 'front_end/source_frame/FontView.js', | 423 'front_end/source_frame/FontView.js', |
| 438 'front_end/source_frame/GoToLineDialog.js', | 424 'front_end/source_frame/GoToLineDialog.js', |
| 439 'front_end/source_frame/ImageView.js', | 425 'front_end/source_frame/ImageView.js', |
| 440 'front_end/source_frame/ResourceView.js', | 426 'front_end/source_frame/ResourceView.js', |
| 441 'front_end/source_frame/SourceFrame.js', | 427 'front_end/source_frame/SourceFrame.js', |
| 442 ], | 428 ], |
| 443 'devtools_sources_js_files': [ | 429 'devtools_sources_js_files': [ |
| 444 'front_end/sources/_module.js', | |
| 445 'front_end/sources/AddSourceMapURLDialog.js', | 430 'front_end/sources/AddSourceMapURLDialog.js', |
| 446 'front_end/sources/AdvancedSearchView.js', | 431 'front_end/sources/AdvancedSearchView.js', |
| 447 'front_end/sources/BreakpointsSidebarPane.js', | 432 'front_end/sources/BreakpointsSidebarPane.js', |
| 448 'front_end/sources/CallStackSidebarPane.js', | 433 'front_end/sources/CallStackSidebarPane.js', |
| 449 'front_end/sources/CSSSourceFrame.js', | 434 'front_end/sources/CSSSourceFrame.js', |
| 450 'front_end/sources/EditingLocationHistoryManager.js', | 435 'front_end/sources/EditingLocationHistoryManager.js', |
| 451 'front_end/sources/FileBasedSearchResultsPane.js', | 436 'front_end/sources/FileBasedSearchResultsPane.js', |
| 452 'front_end/sources/FilePathScoreFunction.js', | 437 'front_end/sources/FilePathScoreFunction.js', |
| 453 'front_end/sources/FilteredItemSelectionDialog.js', | 438 'front_end/sources/FilteredItemSelectionDialog.js', |
| 454 'front_end/sources/InplaceFormatterEditorAction.js', | 439 'front_end/sources/InplaceFormatterEditorAction.js', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 466 'front_end/sources/SourcesSearchScope.js', | 451 'front_end/sources/SourcesSearchScope.js', |
| 467 'front_end/sources/SourcesView.js', | 452 'front_end/sources/SourcesView.js', |
| 468 'front_end/sources/StyleSheetOutlineDialog.js', | 453 'front_end/sources/StyleSheetOutlineDialog.js', |
| 469 'front_end/sources/TabbedEditorContainer.js', | 454 'front_end/sources/TabbedEditorContainer.js', |
| 470 'front_end/sources/ThreadsSidebarPane.js', | 455 'front_end/sources/ThreadsSidebarPane.js', |
| 471 'front_end/sources/UISourceCodeFrame.js', | 456 'front_end/sources/UISourceCodeFrame.js', |
| 472 'front_end/sources/WatchExpressionsSidebarPane.js', | 457 'front_end/sources/WatchExpressionsSidebarPane.js', |
| 473 'front_end/sources/WorkersSidebarPane.js', | 458 'front_end/sources/WorkersSidebarPane.js', |
| 474 ], | 459 ], |
| 475 'devtools_temp_storage_shared_worker_js_files': [ | 460 'devtools_temp_storage_shared_worker_js_files': [ |
| 476 'front_end/temp_storage_shared_worker/_module.js', | |
| 477 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | 461 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
| 478 ], | 462 ], |
| 479 'devtools_timeline_js_files': [ | 463 'devtools_timeline_js_files': [ |
| 480 'front_end/timeline/_module.js', | |
| 481 'front_end/timeline/CountersGraph.js', | 464 'front_end/timeline/CountersGraph.js', |
| 482 'front_end/timeline/Layers3DView.js', | 465 'front_end/timeline/Layers3DView.js', |
| 483 'front_end/timeline/MemoryCountersGraph.js', | 466 'front_end/timeline/MemoryCountersGraph.js', |
| 484 'front_end/timeline/PaintProfilerView.js', | 467 'front_end/timeline/PaintProfilerView.js', |
| 485 'front_end/timeline/TimelineEventOverview.js', | 468 'front_end/timeline/TimelineEventOverview.js', |
| 486 'front_end/timeline/TimelineFlameChart.js', | 469 'front_end/timeline/TimelineFlameChart.js', |
| 487 'front_end/timeline/TimelineFrameModel.js', | 470 'front_end/timeline/TimelineFrameModel.js', |
| 488 'front_end/timeline/TimelineFrameOverview.js', | 471 'front_end/timeline/TimelineFrameOverview.js', |
| 489 'front_end/timeline/TimelineJSProfile.js', | 472 'front_end/timeline/TimelineJSProfile.js', |
| 490 'front_end/timeline/TimelineLayersView.js', | 473 'front_end/timeline/TimelineLayersView.js', |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 615 'front_end/Images/thumbHoverHoriz.png', | 598 'front_end/Images/thumbHoverHoriz.png', |
| 616 'front_end/Images/thumbHoverVert.png', | 599 'front_end/Images/thumbHoverVert.png', |
| 617 'front_end/Images/thumbVert.png', | 600 'front_end/Images/thumbVert.png', |
| 618 'front_end/Images/toolbarItemSelected.png', | 601 'front_end/Images/toolbarItemSelected.png', |
| 619 ], | 602 ], |
| 620 'devtools_extension_api_files': [ | 603 'devtools_extension_api_files': [ |
| 621 'front_end/extensions/ExtensionAPI.js', | 604 'front_end/extensions/ExtensionAPI.js', |
| 622 ], | 605 ], |
| 623 }, | 606 }, |
| 624 } | 607 } |
| OLD | NEW |