| 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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 'front_end/cm_modes/module.json', | 311 'front_end/cm_modes/module.json', |
| 312 'front_end/common/module.json', | 312 'front_end/common/module.json', |
| 313 'front_end/components/module.json', | 313 'front_end/components/module.json', |
| 314 'front_end/components_lazy/module.json', | 314 'front_end/components_lazy/module.json', |
| 315 'front_end/console/module.json', | 315 'front_end/console/module.json', |
| 316 'front_end/devices/module.json', | 316 'front_end/devices/module.json', |
| 317 'front_end/diff/module.json', | 317 'front_end/diff/module.json', |
| 318 'front_end/elements/module.json', | 318 'front_end/elements/module.json', |
| 319 'front_end/emulated_devices/module.json', | 319 'front_end/emulated_devices/module.json', |
| 320 'front_end/emulation/module.json', | 320 'front_end/emulation/module.json', |
| 321 'front_end/es_tree/module.json', |
| 321 'front_end/extensions/module.json', | 322 'front_end/extensions/module.json', |
| 322 'front_end/heap_snapshot_worker/module.json', | 323 'front_end/heap_snapshot_worker/module.json', |
| 323 'front_end/host/module.json', | 324 'front_end/host/module.json', |
| 324 'front_end/layers/module.json', | 325 'front_end/layers/module.json', |
| 325 'front_end/main/module.json', | 326 'front_end/main/module.json', |
| 326 'front_end/network/module.json', | 327 'front_end/network/module.json', |
| 327 'front_end/platform/module.json', | 328 'front_end/platform/module.json', |
| 328 'front_end/profiler/module.json', | 329 'front_end/profiler/module.json', |
| 329 'front_end/promises/module.json', | 330 'front_end/promises/module.json', |
| 330 'front_end/resources/module.json', | 331 'front_end/resources/module.json', |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 'front_end/emulated_devices/google-nexus-5x-horizontal-keyboard-2x.p
ng', | 467 'front_end/emulated_devices/google-nexus-5x-horizontal-keyboard-2x.p
ng', |
| 467 'front_end/emulated_devices/google-nexus-5x-horizontal-navigation-1x
.png', | 468 'front_end/emulated_devices/google-nexus-5x-horizontal-navigation-1x
.png', |
| 468 'front_end/emulated_devices/google-nexus-5x-horizontal-navigation-2x
.png', | 469 'front_end/emulated_devices/google-nexus-5x-horizontal-navigation-2x
.png', |
| 469 'front_end/emulated_devices/google-nexus-5x-vertical-default-1x.png'
, | 470 'front_end/emulated_devices/google-nexus-5x-vertical-default-1x.png'
, |
| 470 'front_end/emulated_devices/google-nexus-5x-vertical-default-2x.png'
, | 471 'front_end/emulated_devices/google-nexus-5x-vertical-default-2x.png'
, |
| 471 'front_end/emulated_devices/google-nexus-5x-vertical-keyboard-1x.png
', | 472 'front_end/emulated_devices/google-nexus-5x-vertical-keyboard-1x.png
', |
| 472 'front_end/emulated_devices/google-nexus-5x-vertical-keyboard-2x.png
', | 473 'front_end/emulated_devices/google-nexus-5x-vertical-keyboard-2x.png
', |
| 473 'front_end/emulated_devices/google-nexus-5x-vertical-navigation-1x.p
ng', | 474 'front_end/emulated_devices/google-nexus-5x-vertical-navigation-1x.p
ng', |
| 474 'front_end/emulated_devices/google-nexus-5x-vertical-navigation-2x.p
ng', | 475 'front_end/emulated_devices/google-nexus-5x-vertical-navigation-2x.p
ng', |
| 475 ], | 476 ], |
| 477 'devtools_es_tree_js_files': [ |
| 478 'front_end/es_tree/ESTreeWalker.js', |
| 479 ], |
| 476 'devtools_extensions_js_files': [ | 480 'devtools_extensions_js_files': [ |
| 477 'front_end/extensions/ExtensionAuditCategory.js', | 481 'front_end/extensions/ExtensionAuditCategory.js', |
| 478 'front_end/extensions/ExtensionPanel.js', | 482 'front_end/extensions/ExtensionPanel.js', |
| 479 'front_end/extensions/ExtensionRegistryStub.js', | 483 'front_end/extensions/ExtensionRegistryStub.js', |
| 480 'front_end/extensions/ExtensionServer.js', | 484 'front_end/extensions/ExtensionServer.js', |
| 481 'front_end/extensions/ExtensionView.js', | 485 'front_end/extensions/ExtensionView.js', |
| 482 '<@(devtools_extension_api_files)', | 486 '<@(devtools_extension_api_files)', |
| 483 ], | 487 ], |
| 484 'devtools_promises_js_files': [ | 488 'devtools_promises_js_files': [ |
| 485 'front_end/promises/promisePane.css', | 489 'front_end/promises/promisePane.css', |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 576 'front_end/security/sidebar.css', | 580 'front_end/security/sidebar.css', |
| 577 'front_end/security/SecurityModel.js', | 581 'front_end/security/SecurityModel.js', |
| 578 'front_end/security/SecurityPanel.js', | 582 'front_end/security/SecurityPanel.js', |
| 579 ], | 583 ], |
| 580 'devtools_script_formatter_worker_js_files': [ | 584 'devtools_script_formatter_worker_js_files': [ |
| 581 'front_end/acorn/acorn.js', | 585 'front_end/acorn/acorn.js', |
| 582 'front_end/cm/css.js', | 586 'front_end/cm/css.js', |
| 583 'front_end/cm/headlesscodemirror.js', | 587 'front_end/cm/headlesscodemirror.js', |
| 584 'front_end/cm/htmlmixed.js', | 588 'front_end/cm/htmlmixed.js', |
| 585 'front_end/cm/xml.js', | 589 'front_end/cm/xml.js', |
| 590 'front_end/es_tree/ESTreeWalker.js', |
| 586 'front_end/platform/utilities.js', | 591 'front_end/platform/utilities.js', |
| 587 'front_end/script_formatter_worker/AcornTokenizer.js', | 592 'front_end/script_formatter_worker/AcornTokenizer.js', |
| 588 'front_end/script_formatter_worker/CSSFormatter.js', | 593 'front_end/script_formatter_worker/CSSFormatter.js', |
| 589 'front_end/script_formatter_worker/ESTreeWalker.js', | |
| 590 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 594 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
| 591 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 595 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
| 592 ], | 596 ], |
| 593 'devtools_settings_js_files': [ | 597 'devtools_settings_js_files': [ |
| 594 'front_end/settings/editFileSystemView.css', | 598 'front_end/settings/editFileSystemView.css', |
| 595 'front_end/settings/frameworkBlackboxSettingsTab.css', | 599 'front_end/settings/frameworkBlackboxSettingsTab.css', |
| 596 'front_end/settings/settingsScreen.css', | 600 'front_end/settings/settingsScreen.css', |
| 597 'front_end/settings/EditFileSystemView.js', | 601 'front_end/settings/EditFileSystemView.js', |
| 598 'front_end/settings/FrameworkBlackboxSettingsTab.js', | 602 'front_end/settings/FrameworkBlackboxSettingsTab.js', |
| 599 'front_end/settings/SettingsScreen.js', | 603 'front_end/settings/SettingsScreen.js', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 637 'front_end/sources/JavaScriptSourceFrame.js', | 641 'front_end/sources/JavaScriptSourceFrame.js', |
| 638 'front_end/sources/NavigatorView.js', | 642 'front_end/sources/NavigatorView.js', |
| 639 'front_end/sources/ObjectEventListenersSidebarPane.js', | 643 'front_end/sources/ObjectEventListenersSidebarPane.js', |
| 640 'front_end/sources/OpenResourceDialog.js', | 644 'front_end/sources/OpenResourceDialog.js', |
| 641 'front_end/sources/RevisionHistoryView.js', | 645 'front_end/sources/RevisionHistoryView.js', |
| 642 'front_end/sources/ScopeChainSidebarPane.js', | 646 'front_end/sources/ScopeChainSidebarPane.js', |
| 643 'front_end/sources/ScriptFormatter.js', | 647 'front_end/sources/ScriptFormatter.js', |
| 644 'front_end/sources/ScriptFormatterEditorAction.js', | 648 'front_end/sources/ScriptFormatterEditorAction.js', |
| 645 'front_end/sources/ServiceWorkersSidebarPane.js', | 649 'front_end/sources/ServiceWorkersSidebarPane.js', |
| 646 'front_end/sources/SimpleHistoryManager.js', | 650 'front_end/sources/SimpleHistoryManager.js', |
| 651 'front_end/sources/SourceMapNamesResolver.js', |
| 647 'front_end/sources/SourcesNavigator.js', | 652 'front_end/sources/SourcesNavigator.js', |
| 648 'front_end/sources/SourcesPanel.js', | 653 'front_end/sources/SourcesPanel.js', |
| 649 'front_end/sources/SourcesSearchScope.js', | 654 'front_end/sources/SourcesSearchScope.js', |
| 650 'front_end/sources/SourcesView.js', | 655 'front_end/sources/SourcesView.js', |
| 651 'front_end/sources/StyleSheetOutlineDialog.js', | 656 'front_end/sources/StyleSheetOutlineDialog.js', |
| 652 'front_end/sources/TabbedEditorContainer.js', | 657 'front_end/sources/TabbedEditorContainer.js', |
| 653 'front_end/sources/ThreadsSidebarPane.js', | 658 'front_end/sources/ThreadsSidebarPane.js', |
| 654 'front_end/sources/UIList.js', | 659 'front_end/sources/UIList.js', |
| 655 'front_end/sources/UISourceCodeFrame.js', | 660 'front_end/sources/UISourceCodeFrame.js', |
| 656 'front_end/sources/WatchExpressionsSidebarPane.js', | 661 'front_end/sources/WatchExpressionsSidebarPane.js', |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 739 '<@(devtools_accessibility_js_files)', | 744 '<@(devtools_accessibility_js_files)', |
| 740 '<@(devtools_animation_js_files)', | 745 '<@(devtools_animation_js_files)', |
| 741 '<@(devtools_audits_js_files)', | 746 '<@(devtools_audits_js_files)', |
| 742 '<@(devtools_cm_modes_js_files)', | 747 '<@(devtools_cm_modes_js_files)', |
| 743 '<@(devtools_components_lazy_js_files)', | 748 '<@(devtools_components_lazy_js_files)', |
| 744 '<@(devtools_console_js_files)', | 749 '<@(devtools_console_js_files)', |
| 745 '<@(devtools_devices_js_files)', | 750 '<@(devtools_devices_js_files)', |
| 746 '<@(devtools_diff_js_files)', | 751 '<@(devtools_diff_js_files)', |
| 747 '<@(devtools_elements_js_files)', | 752 '<@(devtools_elements_js_files)', |
| 748 '<@(devtools_emulated_devices_js_files)', | 753 '<@(devtools_emulated_devices_js_files)', |
| 754 '<@(devtools_es_tree_js_files)', |
| 749 '<@(devtools_extensions_js_files)', | 755 '<@(devtools_extensions_js_files)', |
| 750 '<@(devtools_heap_snapshot_worker_js_files)', | 756 '<@(devtools_heap_snapshot_worker_js_files)', |
| 751 '<@(devtools_layers_js_files)', | 757 '<@(devtools_layers_js_files)', |
| 752 '<@(devtools_network_js_files)', | 758 '<@(devtools_network_js_files)', |
| 753 '<@(devtools_profiler_js_files)', | 759 '<@(devtools_profiler_js_files)', |
| 754 '<@(devtools_promises_js_files)', | 760 '<@(devtools_promises_js_files)', |
| 755 '<@(devtools_resources_js_files)', | 761 '<@(devtools_resources_js_files)', |
| 756 '<@(devtools_sass_js_files)', | 762 '<@(devtools_sass_js_files)', |
| 757 '<@(devtools_security_js_files)', | 763 '<@(devtools_security_js_files)', |
| 758 '<@(devtools_screencast_js_files)', | 764 '<@(devtools_screencast_js_files)', |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 843 'front_end/Images/toolbarItemSelected.png', | 849 'front_end/Images/toolbarItemSelected.png', |
| 844 'front_end/Images/touchCursor.png', | 850 'front_end/Images/touchCursor.png', |
| 845 'front_end/Images/touchCursor_2x.png', | 851 'front_end/Images/touchCursor_2x.png', |
| 846 'front_end/Images/updateServiceWorker.svg', | 852 'front_end/Images/updateServiceWorker.svg', |
| 847 ], | 853 ], |
| 848 'devtools_extension_api_files': [ | 854 'devtools_extension_api_files': [ |
| 849 'front_end/extensions/ExtensionAPI.js', | 855 'front_end/extensions/ExtensionAPI.js', |
| 850 ], | 856 ], |
| 851 }, | 857 }, |
| 852 } | 858 } |
| OLD | NEW |