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 570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
581 'front_end/settings/frameworkBlackboxSettingsTab.css', | 581 'front_end/settings/frameworkBlackboxSettingsTab.css', |
582 'front_end/settings/settingsScreen.css', | 582 'front_end/settings/settingsScreen.css', |
583 'front_end/settings/EditFileSystemView.js', | 583 'front_end/settings/EditFileSystemView.js', |
584 'front_end/settings/FrameworkBlackboxSettingsTab.js', | 584 'front_end/settings/FrameworkBlackboxSettingsTab.js', |
585 'front_end/settings/SettingsScreen.js', | 585 'front_end/settings/SettingsScreen.js', |
586 ], | 586 ], |
587 'devtools_source_frame_js_files': [ | 587 'devtools_source_frame_js_files': [ |
588 'front_end/source_frame/cmdevtools.css', | 588 'front_end/source_frame/cmdevtools.css', |
589 'front_end/source_frame/fontView.css', | 589 'front_end/source_frame/fontView.css', |
590 'front_end/source_frame/imageView.css', | 590 'front_end/source_frame/imageView.css', |
591 'front_end/source_frame/resourceSourceFrame.css', | |
592 'front_end/source_frame/CodeMirrorDictionary.js', | 591 'front_end/source_frame/CodeMirrorDictionary.js', |
593 'front_end/source_frame/CodeMirrorTextEditor.js', | 592 'front_end/source_frame/CodeMirrorTextEditor.js', |
594 'front_end/source_frame/CodeMirrorUtils.js', | 593 'front_end/source_frame/CodeMirrorUtils.js', |
595 'front_end/source_frame/FontView.js', | 594 'front_end/source_frame/FontView.js', |
596 'front_end/source_frame/ImageView.js', | 595 'front_end/source_frame/ImageView.js', |
597 'front_end/source_frame/ResourceSourceFrame.js', | 596 'front_end/source_frame/ResourceSourceFrame.js', |
598 'front_end/source_frame/SourceFrame.js', | 597 'front_end/source_frame/SourceFrame.js', |
599 'front_end/source_frame/TextEditorAutocompleteController.js', | 598 'front_end/source_frame/TextEditorAutocompleteController.js', |
600 ], | 599 ], |
601 'devtools_sources_js_files': [ | 600 'devtools_sources_js_files': [ |
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
822 'front_end/Images/toolbarItemSelected.png', | 821 'front_end/Images/toolbarItemSelected.png', |
823 'front_end/Images/touchCursor.png', | 822 'front_end/Images/touchCursor.png', |
824 'front_end/Images/touchCursor_2x.png', | 823 'front_end/Images/touchCursor_2x.png', |
825 'front_end/Images/updateServiceWorker.svg', | 824 'front_end/Images/updateServiceWorker.svg', |
826 ], | 825 ], |
827 'devtools_extension_api_files': [ | 826 'devtools_extension_api_files': [ |
828 'front_end/extensions/ExtensionAPI.js', | 827 'front_end/extensions/ExtensionAPI.js', |
829 ], | 828 ], |
830 }, | 829 }, |
831 } | 830 } |
OLD | NEW |