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 763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
774 'front_end/cm/closebrackets.js', | 774 'front_end/cm/closebrackets.js', |
775 'front_end/cm/codemirror.js', | 775 'front_end/cm/codemirror.js', |
776 'front_end/cm/comment.js', | 776 'front_end/cm/comment.js', |
777 'front_end/cm/css.js', | 777 'front_end/cm/css.js', |
778 'front_end/cm/headlesscodemirror.js', | 778 'front_end/cm/headlesscodemirror.js', |
779 'front_end/cm/htmlembedded.js', | 779 'front_end/cm/htmlembedded.js', |
780 'front_end/cm/htmlmixed.js', | 780 'front_end/cm/htmlmixed.js', |
781 'front_end/cm/javascript.js', | 781 'front_end/cm/javascript.js', |
782 'front_end/cm/markselection.js', | 782 'front_end/cm/markselection.js', |
783 'front_end/cm/matchbrackets.js', | 783 'front_end/cm/matchbrackets.js', |
| 784 'front_end/cm/multiplex.js', |
784 'front_end/cm/overlay.js', | 785 'front_end/cm/overlay.js', |
785 'front_end/cm/simple.js', | 786 'front_end/cm/simple.js', |
786 'front_end/cm/xml.js', | 787 'front_end/cm/xml.js', |
787 ], | 788 ], |
788 'devtools_acorn_files': [ | 789 'devtools_acorn_files': [ |
789 'front_end/acorn/acorn.js', | 790 'front_end/acorn/acorn.js', |
790 ], | 791 ], |
791 | 792 |
792 'devtools_modules_js_files': [ | 793 'devtools_modules_js_files': [ |
793 '<@(devtools_accessibility_js_files)', | 794 '<@(devtools_accessibility_js_files)', |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
896 'front_end/Images/toolbarResizerVertical.png', | 897 'front_end/Images/toolbarResizerVertical.png', |
897 'front_end/Images/toolbarItemSelected.png', | 898 'front_end/Images/toolbarItemSelected.png', |
898 'front_end/Images/touchCursor.png', | 899 'front_end/Images/touchCursor.png', |
899 'front_end/Images/touchCursor_2x.png', | 900 'front_end/Images/touchCursor_2x.png', |
900 ], | 901 ], |
901 'devtools_extension_api_files': [ | 902 'devtools_extension_api_files': [ |
902 'front_end/extensions/ExtensionAPI.js', | 903 'front_end/extensions/ExtensionAPI.js', |
903 ], | 904 ], |
904 }, | 905 }, |
905 } | 906 } |
OLD | NEW |