| 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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 567 'front_end/cm/htmlmixed.js', | 567 'front_end/cm/htmlmixed.js', |
| 568 'front_end/cm/xml.js', | 568 'front_end/cm/xml.js', |
| 569 'front_end/platform/utilities.js', | 569 'front_end/platform/utilities.js', |
| 570 'front_end/script_formatter_worker/AcornTokenizer.js', | 570 'front_end/script_formatter_worker/AcornTokenizer.js', |
| 571 'front_end/script_formatter_worker/CSSFormatter.js', | 571 'front_end/script_formatter_worker/CSSFormatter.js', |
| 572 'front_end/script_formatter_worker/ESTreeWalker.js', | 572 'front_end/script_formatter_worker/ESTreeWalker.js', |
| 573 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 573 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
| 574 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 574 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
| 575 ], | 575 ], |
| 576 'devtools_settings_js_files': [ | 576 'devtools_settings_js_files': [ |
| 577 'front_end/settings/editFileSystemView.css', |
| 577 'front_end/settings/frameworkBlackboxSettingsTab.css', | 578 'front_end/settings/frameworkBlackboxSettingsTab.css', |
| 578 'front_end/settings/settingsScreen.css', | 579 'front_end/settings/settingsScreen.css', |
| 579 'front_end/settings/EditFileSystemView.js', | 580 'front_end/settings/EditFileSystemView.js', |
| 580 'front_end/settings/FrameworkBlackboxSettingsTab.js', | 581 'front_end/settings/FrameworkBlackboxSettingsTab.js', |
| 581 'front_end/settings/SettingsScreen.js', | 582 'front_end/settings/SettingsScreen.js', |
| 582 ], | 583 ], |
| 583 'devtools_source_frame_js_files': [ | 584 'devtools_source_frame_js_files': [ |
| 584 'front_end/source_frame/cmdevtools.css', | 585 'front_end/source_frame/cmdevtools.css', |
| 585 'front_end/source_frame/fontView.css', | 586 'front_end/source_frame/fontView.css', |
| 586 'front_end/source_frame/imageView.css', | 587 'front_end/source_frame/imageView.css', |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 817 'front_end/Images/toolbarItemSelected.png', | 818 'front_end/Images/toolbarItemSelected.png', |
| 818 'front_end/Images/touchCursor.png', | 819 'front_end/Images/touchCursor.png', |
| 819 'front_end/Images/touchCursor_2x.png', | 820 'front_end/Images/touchCursor_2x.png', |
| 820 'front_end/Images/updateServiceWorker.svg', | 821 'front_end/Images/updateServiceWorker.svg', |
| 821 ], | 822 ], |
| 822 'devtools_extension_api_files': [ | 823 'devtools_extension_api_files': [ |
| 823 'front_end/extensions/ExtensionAPI.js', | 824 'front_end/extensions/ExtensionAPI.js', |
| 824 ], | 825 ], |
| 825 }, | 826 }, |
| 826 } | 827 } |
| OLD | NEW |