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 602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
613 'front_end/es_tree/ESTreeWalker.js', | 613 'front_end/es_tree/ESTreeWalker.js', |
614 'front_end/platform/utilities.js', | 614 'front_end/platform/utilities.js', |
615 'front_end/formatter_worker/CSSFormatter.js', | 615 'front_end/formatter_worker/CSSFormatter.js', |
616 'front_end/formatter_worker/FormattedContentBuilder.js', | 616 'front_end/formatter_worker/FormattedContentBuilder.js', |
617 'front_end/formatter_worker/JavaScriptFormatter.js', | 617 'front_end/formatter_worker/JavaScriptFormatter.js', |
618 'front_end/formatter_worker/CSSRuleParser.js', | 618 'front_end/formatter_worker/CSSRuleParser.js', |
619 'front_end/formatter_worker/HTMLFormatter.js', | 619 'front_end/formatter_worker/HTMLFormatter.js', |
620 'front_end/formatter_worker/IdentityFormatter.js', | 620 'front_end/formatter_worker/IdentityFormatter.js', |
621 'front_end/formatter_worker/JavaScriptOutline.js', | 621 'front_end/formatter_worker/JavaScriptOutline.js', |
622 'front_end/formatter_worker/FormatterWorker.js', | 622 'front_end/formatter_worker/FormatterWorker.js', |
| 623 'front_end/formatter_worker/RelaxedJSONParser.js', |
623 ], | 624 ], |
624 'devtools_settings_js_files': [ | 625 'devtools_settings_js_files': [ |
625 'front_end/settings/editFileSystemView.css', | 626 'front_end/settings/editFileSystemView.css', |
626 'front_end/settings/frameworkBlackboxSettingsTab.css', | 627 'front_end/settings/frameworkBlackboxSettingsTab.css', |
627 'front_end/settings/settingsScreen.css', | 628 'front_end/settings/settingsScreen.css', |
628 'front_end/settings/EditFileSystemView.js', | 629 'front_end/settings/EditFileSystemView.js', |
629 'front_end/settings/FrameworkBlackboxSettingsTab.js', | 630 'front_end/settings/FrameworkBlackboxSettingsTab.js', |
630 'front_end/settings/SettingsScreen.js', | 631 'front_end/settings/SettingsScreen.js', |
631 ], | 632 ], |
632 'devtools_source_frame_js_files': [ | 633 'devtools_source_frame_js_files': [ |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
873 'front_end/Images/toolbarResizerVertical.png', | 874 'front_end/Images/toolbarResizerVertical.png', |
874 'front_end/Images/toolbarItemSelected.png', | 875 'front_end/Images/toolbarItemSelected.png', |
875 'front_end/Images/touchCursor.png', | 876 'front_end/Images/touchCursor.png', |
876 'front_end/Images/touchCursor_2x.png', | 877 'front_end/Images/touchCursor_2x.png', |
877 ], | 878 ], |
878 'devtools_extension_api_files': [ | 879 'devtools_extension_api_files': [ |
879 'front_end/extensions/ExtensionAPI.js', | 880 'front_end/extensions/ExtensionAPI.js', |
880 ], | 881 ], |
881 }, | 882 }, |
882 } | 883 } |
OLD | NEW |