| 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 636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 647 'front_end/settings/settingsScreen.css', | 647 'front_end/settings/settingsScreen.css', |
| 648 'front_end/settings/EditFileSystemView.js', | 648 'front_end/settings/EditFileSystemView.js', |
| 649 'front_end/settings/FrameworkBlackboxSettingsTab.js', | 649 'front_end/settings/FrameworkBlackboxSettingsTab.js', |
| 650 'front_end/settings/SettingsScreen.js', | 650 'front_end/settings/SettingsScreen.js', |
| 651 ], | 651 ], |
| 652 'devtools_source_frame_js_files': [ | 652 'devtools_source_frame_js_files': [ |
| 653 'front_end/source_frame/cmdevtools.css', | 653 'front_end/source_frame/cmdevtools.css', |
| 654 'front_end/source_frame/fontView.css', | 654 'front_end/source_frame/fontView.css', |
| 655 'front_end/source_frame/imageView.css', | 655 'front_end/source_frame/imageView.css', |
| 656 'front_end/source_frame/CodeMirrorTextEditor.js', | 656 'front_end/source_frame/CodeMirrorTextEditor.js', |
| 657 'front_end/source_frame/SourcesTextEditor.js', |
| 657 'front_end/source_frame/CodeMirrorUtils.js', | 658 'front_end/source_frame/CodeMirrorUtils.js', |
| 658 'front_end/source_frame/FontView.js', | 659 'front_end/source_frame/FontView.js', |
| 659 'front_end/source_frame/ImageView.js', | 660 'front_end/source_frame/ImageView.js', |
| 660 'front_end/source_frame/ResourceSourceFrame.js', | 661 'front_end/source_frame/ResourceSourceFrame.js', |
| 661 'front_end/source_frame/SourceFrame.js', | 662 'front_end/source_frame/SourceFrame.js', |
| 662 'front_end/source_frame/TextEditorAutocompleteController.js', | 663 'front_end/source_frame/TextEditorAutocompleteController.js', |
| 663 ], | 664 ], |
| 664 'devtools_sources_js_files': [ | 665 'devtools_sources_js_files': [ |
| 665 'front_end/sources/navigatorView.css', | 666 'front_end/sources/navigatorView.css', |
| 666 'front_end/sources/revisionHistory.css', | 667 'front_end/sources/revisionHistory.css', |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 897 'front_end/Images/toolbarResizerVertical.png', | 898 'front_end/Images/toolbarResizerVertical.png', |
| 898 'front_end/Images/toolbarItemSelected.png', | 899 'front_end/Images/toolbarItemSelected.png', |
| 899 'front_end/Images/touchCursor.png', | 900 'front_end/Images/touchCursor.png', |
| 900 'front_end/Images/touchCursor_2x.png', | 901 'front_end/Images/touchCursor_2x.png', |
| 901 ], | 902 ], |
| 902 'devtools_extension_api_files': [ | 903 'devtools_extension_api_files': [ |
| 903 'front_end/extensions/ExtensionAPI.js', | 904 'front_end/extensions/ExtensionAPI.js', |
| 904 ], | 905 ], |
| 905 }, | 906 }, |
| 906 } | 907 } |
| OLD | NEW |