| 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 639 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 650 'front_end/settings/settingsScreen.css', | 650 'front_end/settings/settingsScreen.css', |
| 651 'front_end/settings/EditFileSystemView.js', | 651 'front_end/settings/EditFileSystemView.js', |
| 652 'front_end/settings/FrameworkBlackboxSettingsTab.js', | 652 'front_end/settings/FrameworkBlackboxSettingsTab.js', |
| 653 'front_end/settings/SettingsScreen.js', | 653 'front_end/settings/SettingsScreen.js', |
| 654 ], | 654 ], |
| 655 'devtools_source_frame_js_files': [ | 655 'devtools_source_frame_js_files': [ |
| 656 'front_end/source_frame/cmdevtools.css', | 656 'front_end/source_frame/cmdevtools.css', |
| 657 'front_end/source_frame/fontView.css', | 657 'front_end/source_frame/fontView.css', |
| 658 'front_end/source_frame/imageView.css', | 658 'front_end/source_frame/imageView.css', |
| 659 'front_end/source_frame/CodeMirrorTextEditor.js', | 659 'front_end/source_frame/CodeMirrorTextEditor.js', |
| 660 'front_end/source_frame/SourcesTextEditor.js', |
| 660 'front_end/source_frame/CodeMirrorUtils.js', | 661 'front_end/source_frame/CodeMirrorUtils.js', |
| 661 'front_end/source_frame/FontView.js', | 662 'front_end/source_frame/FontView.js', |
| 662 'front_end/source_frame/ImageView.js', | 663 'front_end/source_frame/ImageView.js', |
| 663 'front_end/source_frame/ResourceSourceFrame.js', | 664 'front_end/source_frame/ResourceSourceFrame.js', |
| 664 'front_end/source_frame/SourceFrame.js', | 665 'front_end/source_frame/SourceFrame.js', |
| 665 'front_end/source_frame/TextEditorAutocompleteController.js', | 666 'front_end/source_frame/TextEditorAutocompleteController.js', |
| 666 ], | 667 ], |
| 667 'devtools_sources_js_files': [ | 668 'devtools_sources_js_files': [ |
| 668 'front_end/sources/navigatorView.css', | 669 'front_end/sources/navigatorView.css', |
| 669 'front_end/sources/revisionHistory.css', | 670 'front_end/sources/revisionHistory.css', |
| (...skipping 226 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 |