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