Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Side by Side Diff: Source/devtools/devtools.gypi

Issue 459833002: Revert of Revert of DevTools: Introduce module initializers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/devtools/devtools.gyp ('k') | Source/devtools/front_end/Runtime.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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',
305 'front_end/audits/AuditCategories.js', 306 'front_end/audits/AuditCategories.js',
306 'front_end/audits/AuditCategory.js', 307 'front_end/audits/AuditCategory.js',
307 'front_end/audits/AuditController.js', 308 'front_end/audits/AuditController.js',
308 'front_end/audits/AuditFormatters.js', 309 'front_end/audits/AuditFormatters.js',
309 'front_end/audits/AuditLauncherView.js', 310 'front_end/audits/AuditLauncherView.js',
310 'front_end/audits/AuditResultView.js', 311 'front_end/audits/AuditResultView.js',
311 'front_end/audits/AuditRules.js', 312 'front_end/audits/AuditRules.js',
312 'front_end/audits/AuditsPanel.js', 313 'front_end/audits/AuditsPanel.js',
313 ], 314 ],
314 'devtools_console_js_files': [ 315 'devtools_console_js_files': [
316 'front_end/console/_module.js',
315 'front_end/console/ConsolePanel.js', 317 'front_end/console/ConsolePanel.js',
316 'front_end/console/ConsoleView.js', 318 'front_end/console/ConsoleView.js',
317 'front_end/console/ConsoleViewMessage.js', 319 'front_end/console/ConsoleViewMessage.js',
318 ], 320 ],
319 'devtools_devices_js_files': [ 321 'devtools_devices_js_files': [
322 'front_end/devices/_module.js',
320 'front_end/devices/DevicesView.js', 323 'front_end/devices/DevicesView.js',
321 ], 324 ],
322 'devtools_documentation_js_files': [ 325 'devtools_documentation_js_files': [
326 'front_end/documentation/_module.js',
323 'front_end/documentation/CSSArticle.js', 327 'front_end/documentation/CSSArticle.js',
324 'front_end/documentation/DocumentationURLProvider.js', 328 'front_end/documentation/DocumentationURLProvider.js',
325 'front_end/documentation/DocumentationView.js', 329 'front_end/documentation/DocumentationView.js',
326 'front_end/documentation/JSArticle.js', 330 'front_end/documentation/JSArticle.js',
327 'front_end/documentation/WikiParser.js', 331 'front_end/documentation/WikiParser.js',
328 ], 332 ],
329 'devtools_elements_js_files': [ 333 'devtools_elements_js_files': [
334 'front_end/elements/_module.js',
330 'front_end/elements/DOMSyntaxHighlighter.js', 335 'front_end/elements/DOMSyntaxHighlighter.js',
331 'front_end/elements/ElementsPanel.js', 336 'front_end/elements/ElementsPanel.js',
332 'front_end/elements/ElementsTreeOutline.js', 337 'front_end/elements/ElementsTreeOutline.js',
333 'front_end/elements/EventListenersSidebarPane.js', 338 'front_end/elements/EventListenersSidebarPane.js',
334 'front_end/elements/MetricsSidebarPane.js', 339 'front_end/elements/MetricsSidebarPane.js',
335 'front_end/elements/PlatformFontsSidebarPane.js', 340 'front_end/elements/PlatformFontsSidebarPane.js',
336 'front_end/elements/PropertiesSidebarPane.js', 341 'front_end/elements/PropertiesSidebarPane.js',
337 'front_end/elements/Spectrum.js', 342 'front_end/elements/Spectrum.js',
338 'front_end/elements/StylesSidebarPane.js', 343 'front_end/elements/StylesSidebarPane.js',
339 ], 344 ],
340 'devtools_extensions_js_files': [ 345 'devtools_extensions_js_files': [
346 'front_end/extensions/_module.js',
341 'front_end/extensions/ExtensionAuditCategory.js', 347 'front_end/extensions/ExtensionAuditCategory.js',
342 'front_end/extensions/ExtensionPanel.js', 348 'front_end/extensions/ExtensionPanel.js',
343 'front_end/extensions/ExtensionRegistryStub.js', 349 'front_end/extensions/ExtensionRegistryStub.js',
344 'front_end/extensions/ExtensionServer.js', 350 'front_end/extensions/ExtensionServer.js',
345 'front_end/extensions/ExtensionView.js', 351 'front_end/extensions/ExtensionView.js',
346 '<@(devtools_extension_api_files)', 352 '<@(devtools_extension_api_files)',
347 ], 353 ],
348 'devtools_heap_snapshot_worker_js_files': [ 354 'devtools_heap_snapshot_worker_js_files': [
349 'front_end/common/TextUtils.js', 355 'front_end/common/TextUtils.js',
350 'front_end/common/UIString.js', 356 'front_end/common/UIString.js',
351 'front_end/common/utilities.js', 357 'front_end/common/utilities.js',
358 'front_end/heap_snapshot_worker/_module.js',
352 'front_end/heap_snapshot_worker/AllocationProfile.js', 359 'front_end/heap_snapshot_worker/AllocationProfile.js',
353 'front_end/heap_snapshot_worker/HeapSnapshot.js', 360 'front_end/heap_snapshot_worker/HeapSnapshot.js',
354 'front_end/heap_snapshot_worker/HeapSnapshotLoader.js', 361 'front_end/heap_snapshot_worker/HeapSnapshotLoader.js',
355 'front_end/heap_snapshot_worker/HeapSnapshotWorker.js', 362 'front_end/heap_snapshot_worker/HeapSnapshotWorker.js',
356 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js', 363 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js',
357 'front_end/heap_snapshot_worker/JSHeapSnapshot.js', 364 'front_end/heap_snapshot_worker/JSHeapSnapshot.js',
358 'front_end/profiler/HeapSnapshotCommon.js', 365 'front_end/profiler/HeapSnapshotCommon.js',
359 ], 366 ],
360 'devtools_layers_js_files': [ 367 'devtools_layers_js_files': [
368 'front_end/layers/_module.js',
361 'front_end/layers/LayerDetailsView.js', 369 'front_end/layers/LayerDetailsView.js',
362 'front_end/layers/LayerPaintProfilerView.js', 370 'front_end/layers/LayerPaintProfilerView.js',
363 'front_end/layers/LayersPanel.js', 371 'front_end/layers/LayersPanel.js',
364 'front_end/layers/LayerTreeOutline.js', 372 'front_end/layers/LayerTreeOutline.js',
365 ], 373 ],
366 'devtools_network_js_files': [ 374 'devtools_network_js_files': [
375 'front_end/network/_module.js',
367 'front_end/network/HAREntry.js', 376 'front_end/network/HAREntry.js',
368 'front_end/network/NetworkItemView.js', 377 'front_end/network/NetworkItemView.js',
369 'front_end/network/NetworkPanel.js', 378 'front_end/network/NetworkPanel.js',
370 'front_end/network/RequestCookiesView.js', 379 'front_end/network/RequestCookiesView.js',
371 'front_end/network/RequestHeadersView.js', 380 'front_end/network/RequestHeadersView.js',
372 'front_end/network/RequestHTMLView.js', 381 'front_end/network/RequestHTMLView.js',
373 'front_end/network/RequestJSONView.js', 382 'front_end/network/RequestJSONView.js',
374 'front_end/network/RequestPreviewView.js', 383 'front_end/network/RequestPreviewView.js',
375 'front_end/network/RequestResponseView.js', 384 'front_end/network/RequestResponseView.js',
376 'front_end/network/RequestTimingView.js', 385 'front_end/network/RequestTimingView.js',
377 'front_end/network/RequestView.js', 386 'front_end/network/RequestView.js',
378 'front_end/network/ResourceWebSocketFrameView.js', 387 'front_end/network/ResourceWebSocketFrameView.js',
379 ], 388 ],
380 'devtools_profiler_js_files': [ 389 'devtools_profiler_js_files': [
390 'front_end/profiler/_module.js',
381 'front_end/profiler/CanvasProfileView.js', 391 'front_end/profiler/CanvasProfileView.js',
382 'front_end/profiler/CanvasReplayStateView.js', 392 'front_end/profiler/CanvasReplayStateView.js',
383 'front_end/profiler/CPUProfileBottomUpDataGrid.js', 393 'front_end/profiler/CPUProfileBottomUpDataGrid.js',
384 'front_end/profiler/CPUProfileDataGrid.js', 394 'front_end/profiler/CPUProfileDataGrid.js',
385 'front_end/profiler/CPUProfileFlameChart.js', 395 'front_end/profiler/CPUProfileFlameChart.js',
386 'front_end/profiler/CPUProfileTopDownDataGrid.js', 396 'front_end/profiler/CPUProfileTopDownDataGrid.js',
387 'front_end/profiler/CPUProfileView.js', 397 'front_end/profiler/CPUProfileView.js',
388 'front_end/profiler/HeapSnapshotCommon.js', 398 'front_end/profiler/HeapSnapshotCommon.js',
389 'front_end/profiler/HeapSnapshotDataGrids.js', 399 'front_end/profiler/HeapSnapshotDataGrids.js',
390 'front_end/profiler/HeapSnapshotGridNodes.js', 400 'front_end/profiler/HeapSnapshotGridNodes.js',
391 'front_end/profiler/HeapSnapshotProxy.js', 401 'front_end/profiler/HeapSnapshotProxy.js',
392 'front_end/profiler/HeapSnapshotView.js', 402 'front_end/profiler/HeapSnapshotView.js',
393 'front_end/profiler/ProfileLauncherView.js', 403 'front_end/profiler/ProfileLauncherView.js',
394 'front_end/profiler/ProfilesPanel.js', 404 'front_end/profiler/ProfilesPanel.js',
395 'front_end/profiler/ProfileTypeRegistry.js', 405 'front_end/profiler/ProfileTypeRegistry.js',
396 ], 406 ],
397 'devtools_resources_js_files': [ 407 'devtools_resources_js_files': [
408 'front_end/resources/_module.js',
398 'front_end/resources/ApplicationCacheItemsView.js', 409 'front_end/resources/ApplicationCacheItemsView.js',
399 'front_end/resources/CookieItemsView.js', 410 'front_end/resources/CookieItemsView.js',
400 'front_end/resources/DatabaseQueryView.js', 411 'front_end/resources/DatabaseQueryView.js',
401 'front_end/resources/DatabaseTableView.js', 412 'front_end/resources/DatabaseTableView.js',
402 'front_end/resources/DirectoryContentView.js', 413 'front_end/resources/DirectoryContentView.js',
403 'front_end/resources/DOMStorageItemsView.js', 414 'front_end/resources/DOMStorageItemsView.js',
404 'front_end/resources/FileContentView.js', 415 'front_end/resources/FileContentView.js',
405 'front_end/resources/FileSystemView.js', 416 'front_end/resources/FileSystemView.js',
406 'front_end/resources/IndexedDBViews.js', 417 'front_end/resources/IndexedDBViews.js',
407 'front_end/resources/ResourcesPanel.js', 418 'front_end/resources/ResourcesPanel.js',
408 ], 419 ],
409 'devtools_script_formatter_worker_js_files': [ 420 'devtools_script_formatter_worker_js_files': [
410 'front_end/common/utilities.js', 421 'front_end/common/utilities.js',
422 'front_end/script_formatter_worker/_module.js',
411 'front_end/script_formatter_worker/CSSFormatter.js', 423 'front_end/script_formatter_worker/CSSFormatter.js',
412 'front_end/script_formatter_worker/JavaScriptFormatter.js', 424 'front_end/script_formatter_worker/JavaScriptFormatter.js',
413 'front_end/script_formatter_worker/ScriptFormatterWorker.js', 425 'front_end/script_formatter_worker/ScriptFormatterWorker.js',
414 ], 426 ],
415 'devtools_settings_js_files': [ 427 'devtools_settings_js_files': [
428 'front_end/settings/_module.js',
416 'front_end/settings/EditFileSystemDialog.js', 429 'front_end/settings/EditFileSystemDialog.js',
417 'front_end/settings/FrameworkBlackboxDialog.js', 430 'front_end/settings/FrameworkBlackboxDialog.js',
418 'front_end/settings/SettingsScreen.js', 431 'front_end/settings/SettingsScreen.js',
419 ], 432 ],
420 'devtools_source_frame_js_files': [ 433 'devtools_source_frame_js_files': [
434 'front_end/source_frame/_module.js',
421 'front_end/source_frame/CodeMirrorTextEditor.js', 435 'front_end/source_frame/CodeMirrorTextEditor.js',
422 'front_end/source_frame/CodeMirrorUtils.js', 436 'front_end/source_frame/CodeMirrorUtils.js',
423 'front_end/source_frame/FontView.js', 437 'front_end/source_frame/FontView.js',
424 'front_end/source_frame/GoToLineDialog.js', 438 'front_end/source_frame/GoToLineDialog.js',
425 'front_end/source_frame/ImageView.js', 439 'front_end/source_frame/ImageView.js',
426 'front_end/source_frame/ResourceView.js', 440 'front_end/source_frame/ResourceView.js',
427 'front_end/source_frame/SourceFrame.js', 441 'front_end/source_frame/SourceFrame.js',
428 ], 442 ],
429 'devtools_sources_js_files': [ 443 'devtools_sources_js_files': [
444 'front_end/sources/_module.js',
430 'front_end/sources/AddSourceMapURLDialog.js', 445 'front_end/sources/AddSourceMapURLDialog.js',
431 'front_end/sources/AdvancedSearchView.js', 446 'front_end/sources/AdvancedSearchView.js',
432 'front_end/sources/BreakpointsSidebarPane.js', 447 'front_end/sources/BreakpointsSidebarPane.js',
433 'front_end/sources/CallStackSidebarPane.js', 448 'front_end/sources/CallStackSidebarPane.js',
434 'front_end/sources/CSSSourceFrame.js', 449 'front_end/sources/CSSSourceFrame.js',
435 'front_end/sources/EditingLocationHistoryManager.js', 450 'front_end/sources/EditingLocationHistoryManager.js',
436 'front_end/sources/FileBasedSearchResultsPane.js', 451 'front_end/sources/FileBasedSearchResultsPane.js',
437 'front_end/sources/FilePathScoreFunction.js', 452 'front_end/sources/FilePathScoreFunction.js',
438 'front_end/sources/FilteredItemSelectionDialog.js', 453 'front_end/sources/FilteredItemSelectionDialog.js',
439 'front_end/sources/InplaceFormatterEditorAction.js', 454 'front_end/sources/InplaceFormatterEditorAction.js',
(...skipping 11 matching lines...) Expand all
451 'front_end/sources/SourcesSearchScope.js', 466 'front_end/sources/SourcesSearchScope.js',
452 'front_end/sources/SourcesView.js', 467 'front_end/sources/SourcesView.js',
453 'front_end/sources/StyleSheetOutlineDialog.js', 468 'front_end/sources/StyleSheetOutlineDialog.js',
454 'front_end/sources/TabbedEditorContainer.js', 469 'front_end/sources/TabbedEditorContainer.js',
455 'front_end/sources/ThreadsSidebarPane.js', 470 'front_end/sources/ThreadsSidebarPane.js',
456 'front_end/sources/UISourceCodeFrame.js', 471 'front_end/sources/UISourceCodeFrame.js',
457 'front_end/sources/WatchExpressionsSidebarPane.js', 472 'front_end/sources/WatchExpressionsSidebarPane.js',
458 'front_end/sources/WorkersSidebarPane.js', 473 'front_end/sources/WorkersSidebarPane.js',
459 ], 474 ],
460 'devtools_temp_storage_shared_worker_js_files': [ 475 'devtools_temp_storage_shared_worker_js_files': [
476 'front_end/temp_storage_shared_worker/_module.js',
461 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', 477 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js',
462 ], 478 ],
463 'devtools_timeline_js_files': [ 479 'devtools_timeline_js_files': [
480 'front_end/timeline/_module.js',
464 'front_end/timeline/CountersGraph.js', 481 'front_end/timeline/CountersGraph.js',
465 'front_end/timeline/Layers3DView.js', 482 'front_end/timeline/Layers3DView.js',
466 'front_end/timeline/MemoryCountersGraph.js', 483 'front_end/timeline/MemoryCountersGraph.js',
467 'front_end/timeline/PaintProfilerView.js', 484 'front_end/timeline/PaintProfilerView.js',
468 'front_end/timeline/TimelineEventOverview.js', 485 'front_end/timeline/TimelineEventOverview.js',
469 'front_end/timeline/TimelineFlameChart.js', 486 'front_end/timeline/TimelineFlameChart.js',
470 'front_end/timeline/TimelineFrameModel.js', 487 'front_end/timeline/TimelineFrameModel.js',
471 'front_end/timeline/TimelineFrameOverview.js', 488 'front_end/timeline/TimelineFrameOverview.js',
472 'front_end/timeline/TimelineJSProfile.js', 489 'front_end/timeline/TimelineJSProfile.js',
473 'front_end/timeline/TimelineLayersView.js', 490 'front_end/timeline/TimelineLayersView.js',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 'front_end/Images/thumbHoverHoriz.png', 615 'front_end/Images/thumbHoverHoriz.png',
599 'front_end/Images/thumbHoverVert.png', 616 'front_end/Images/thumbHoverVert.png',
600 'front_end/Images/thumbVert.png', 617 'front_end/Images/thumbVert.png',
601 'front_end/Images/toolbarItemSelected.png', 618 'front_end/Images/toolbarItemSelected.png',
602 ], 619 ],
603 'devtools_extension_api_files': [ 620 'devtools_extension_api_files': [
604 'front_end/extensions/ExtensionAPI.js', 621 'front_end/extensions/ExtensionAPI.js',
605 ], 622 ],
606 }, 623 },
607 } 624 }
OLDNEW
« no previous file with comments | « Source/devtools/devtools.gyp ('k') | Source/devtools/front_end/Runtime.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698