| 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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 'front_end/layers/module.json', | 333 'front_end/layers/module.json', |
| 334 'front_end/main/module.json', | 334 'front_end/main/module.json', |
| 335 'front_end/network/module.json', | 335 'front_end/network/module.json', |
| 336 'front_end/platform/module.json', | 336 'front_end/platform/module.json', |
| 337 'front_end/profiler/module.json', | 337 'front_end/profiler/module.json', |
| 338 'front_end/promises/module.json', | 338 'front_end/promises/module.json', |
| 339 'front_end/resources/module.json', | 339 'front_end/resources/module.json', |
| 340 'front_end/sass/module.json', | 340 'front_end/sass/module.json', |
| 341 'front_end/security/module.json', | 341 'front_end/security/module.json', |
| 342 'front_end/screencast/module.json', | 342 'front_end/screencast/module.json', |
| 343 'front_end/script_formatter_worker/module.json', | 343 'front_end/formatter_worker/module.json', |
| 344 'front_end/sdk/module.json', | 344 'front_end/sdk/module.json', |
| 345 'front_end/settings/module.json', | 345 'front_end/settings/module.json', |
| 346 'front_end/source_frame/module.json', | 346 'front_end/source_frame/module.json', |
| 347 'front_end/sources/module.json', | 347 'front_end/sources/module.json', |
| 348 'front_end/snippets/module.json', | 348 'front_end/snippets/module.json', |
| 349 'front_end/temp_storage_shared_worker/module.json', | 349 'front_end/temp_storage_shared_worker/module.json', |
| 350 'front_end/timeline/module.json', | 350 'front_end/timeline/module.json', |
| 351 'front_end/toolbox_bootstrap/module.json', | 351 'front_end/toolbox_bootstrap/module.json', |
| 352 'front_end/ui/module.json', | 352 'front_end/ui/module.json', |
| 353 'front_end/ui_lazy/module.json', | 353 'front_end/ui_lazy/module.json', |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 583 'front_end/resources/ServiceWorkersView.js', | 583 'front_end/resources/ServiceWorkersView.js', |
| 584 ], | 584 ], |
| 585 'devtools_security_js_files': [ | 585 'devtools_security_js_files': [ |
| 586 'front_end/security/lockIcon.css', | 586 'front_end/security/lockIcon.css', |
| 587 'front_end/security/mainView.css', | 587 'front_end/security/mainView.css', |
| 588 'front_end/security/originView.css', | 588 'front_end/security/originView.css', |
| 589 'front_end/security/sidebar.css', | 589 'front_end/security/sidebar.css', |
| 590 'front_end/security/SecurityModel.js', | 590 'front_end/security/SecurityModel.js', |
| 591 'front_end/security/SecurityPanel.js', | 591 'front_end/security/SecurityPanel.js', |
| 592 ], | 592 ], |
| 593 'devtools_script_formatter_worker_js_files': [ | 593 'devtools_formatter_worker_js_files': [ |
| 594 'front_end/acorn/acorn.js', | 594 'front_end/acorn/acorn.js', |
| 595 'front_end/cm/css.js', | 595 'front_end/cm/css.js', |
| 596 'front_end/cm/headlesscodemirror.js', | 596 'front_end/cm/headlesscodemirror.js', |
| 597 'front_end/cm/htmlmixed.js', | 597 'front_end/cm/htmlmixed.js', |
| 598 'front_end/cm/xml.js', | 598 'front_end/cm/xml.js', |
| 599 'front_end/es_tree/AcornTokenizer.js', | 599 'front_end/es_tree/AcornTokenizer.js', |
| 600 'front_end/es_tree/ESTreeWalker.js', | 600 'front_end/es_tree/ESTreeWalker.js', |
| 601 'front_end/platform/utilities.js', | 601 'front_end/platform/utilities.js', |
| 602 'front_end/script_formatter_worker/CSSFormatter.js', | 602 'front_end/formatter_worker/CSSFormatter.js', |
| 603 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 603 'front_end/formatter_worker/FormattedContentBuilder.js', |
| 604 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 604 'front_end/formatter_worker/JavaScriptFormatter.js', |
| 605 'front_end/formatter_worker/FormatterWorker.js', |
| 605 ], | 606 ], |
| 606 'devtools_settings_js_files': [ | 607 'devtools_settings_js_files': [ |
| 607 'front_end/settings/editFileSystemView.css', | 608 'front_end/settings/editFileSystemView.css', |
| 608 'front_end/settings/frameworkBlackboxSettingsTab.css', | 609 'front_end/settings/frameworkBlackboxSettingsTab.css', |
| 609 'front_end/settings/settingsScreen.css', | 610 'front_end/settings/settingsScreen.css', |
| 610 'front_end/settings/EditFileSystemView.js', | 611 'front_end/settings/EditFileSystemView.js', |
| 611 'front_end/settings/FrameworkBlackboxSettingsTab.js', | 612 'front_end/settings/FrameworkBlackboxSettingsTab.js', |
| 612 'front_end/settings/SettingsScreen.js', | 613 'front_end/settings/SettingsScreen.js', |
| 613 ], | 614 ], |
| 614 'devtools_source_frame_js_files': [ | 615 'devtools_source_frame_js_files': [ |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 766 '<@(devtools_extensions_js_files)', | 767 '<@(devtools_extensions_js_files)', |
| 767 '<@(devtools_heap_snapshot_worker_js_files)', | 768 '<@(devtools_heap_snapshot_worker_js_files)', |
| 768 '<@(devtools_layers_js_files)', | 769 '<@(devtools_layers_js_files)', |
| 769 '<@(devtools_network_js_files)', | 770 '<@(devtools_network_js_files)', |
| 770 '<@(devtools_profiler_js_files)', | 771 '<@(devtools_profiler_js_files)', |
| 771 '<@(devtools_promises_js_files)', | 772 '<@(devtools_promises_js_files)', |
| 772 '<@(devtools_resources_js_files)', | 773 '<@(devtools_resources_js_files)', |
| 773 '<@(devtools_sass_js_files)', | 774 '<@(devtools_sass_js_files)', |
| 774 '<@(devtools_security_js_files)', | 775 '<@(devtools_security_js_files)', |
| 775 '<@(devtools_screencast_js_files)', | 776 '<@(devtools_screencast_js_files)', |
| 776 '<@(devtools_script_formatter_worker_js_files)', | 777 '<@(devtools_formatter_worker_js_files)', |
| 777 '<@(devtools_settings_js_files)', | 778 '<@(devtools_settings_js_files)', |
| 778 '<@(devtools_source_frame_js_files)', | 779 '<@(devtools_source_frame_js_files)', |
| 779 '<@(devtools_sources_js_files)', | 780 '<@(devtools_sources_js_files)', |
| 780 '<@(devtools_snippets_js_files)', | 781 '<@(devtools_snippets_js_files)', |
| 781 '<@(devtools_temp_storage_shared_worker_js_files)', | 782 '<@(devtools_temp_storage_shared_worker_js_files)', |
| 782 '<@(devtools_timeline_js_files)', | 783 '<@(devtools_timeline_js_files)', |
| 783 '<@(devtools_ui_lazy_js_files)', | 784 '<@(devtools_ui_lazy_js_files)', |
| 784 ], | 785 ], |
| 785 'devtools_image_files': [ | 786 'devtools_image_files': [ |
| 786 'front_end/Images/applicationCache.png', | 787 'front_end/Images/applicationCache.png', |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 860 'front_end/Images/toolbarItemSelected.png', | 861 'front_end/Images/toolbarItemSelected.png', |
| 861 'front_end/Images/touchCursor.png', | 862 'front_end/Images/touchCursor.png', |
| 862 'front_end/Images/touchCursor_2x.png', | 863 'front_end/Images/touchCursor_2x.png', |
| 863 'front_end/Images/updateServiceWorker.svg', | 864 'front_end/Images/updateServiceWorker.svg', |
| 864 ], | 865 ], |
| 865 'devtools_extension_api_files': [ | 866 'devtools_extension_api_files': [ |
| 866 'front_end/extensions/ExtensionAPI.js', | 867 'front_end/extensions/ExtensionAPI.js', |
| 867 ], | 868 ], |
| 868 }, | 869 }, |
| 869 } | 870 } |
| OLD | NEW |