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