| 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 640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 651 'front_end/sources/JavaScriptCompiler.js', | 651 'front_end/sources/JavaScriptCompiler.js', |
| 652 'front_end/sources/JavaScriptOutlineDialog.js', | 652 'front_end/sources/JavaScriptOutlineDialog.js', |
| 653 'front_end/sources/JavaScriptSourceFrame.js', | 653 'front_end/sources/JavaScriptSourceFrame.js', |
| 654 'front_end/sources/NavigatorView.js', | 654 'front_end/sources/NavigatorView.js', |
| 655 'front_end/sources/ObjectEventListenersSidebarPane.js', | 655 'front_end/sources/ObjectEventListenersSidebarPane.js', |
| 656 'front_end/sources/OpenResourceDialog.js', | 656 'front_end/sources/OpenResourceDialog.js', |
| 657 'front_end/sources/RevisionHistoryView.js', | 657 'front_end/sources/RevisionHistoryView.js', |
| 658 'front_end/sources/ScopeChainSidebarPane.js', | 658 'front_end/sources/ScopeChainSidebarPane.js', |
| 659 'front_end/sources/ScriptFormatter.js', | 659 'front_end/sources/ScriptFormatter.js', |
| 660 'front_end/sources/ScriptFormatterEditorAction.js', | 660 'front_end/sources/ScriptFormatterEditorAction.js', |
| 661 'front_end/sources/ServiceWorkersSidebarPane.js', | |
| 662 'front_end/sources/SimpleHistoryManager.js', | 661 'front_end/sources/SimpleHistoryManager.js', |
| 663 'front_end/sources/SourceMapNamesResolver.js', | 662 'front_end/sources/SourceMapNamesResolver.js', |
| 664 'front_end/sources/SourcesNavigator.js', | 663 'front_end/sources/SourcesNavigator.js', |
| 665 'front_end/sources/SourcesPanel.js', | 664 'front_end/sources/SourcesPanel.js', |
| 666 'front_end/sources/SourcesSearchScope.js', | 665 'front_end/sources/SourcesSearchScope.js', |
| 667 'front_end/sources/SourcesView.js', | 666 'front_end/sources/SourcesView.js', |
| 668 'front_end/sources/StyleSheetOutlineDialog.js', | 667 'front_end/sources/StyleSheetOutlineDialog.js', |
| 669 'front_end/sources/TabbedEditorContainer.js', | 668 'front_end/sources/TabbedEditorContainer.js', |
| 670 'front_end/sources/ThreadsSidebarPane.js', | 669 'front_end/sources/ThreadsSidebarPane.js', |
| 671 'front_end/sources/UIList.js', | 670 'front_end/sources/UIList.js', |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 860 'front_end/Images/toolbarResizerVertical.png', | 859 'front_end/Images/toolbarResizerVertical.png', |
| 861 'front_end/Images/toolbarItemSelected.png', | 860 'front_end/Images/toolbarItemSelected.png', |
| 862 'front_end/Images/touchCursor.png', | 861 'front_end/Images/touchCursor.png', |
| 863 'front_end/Images/touchCursor_2x.png', | 862 'front_end/Images/touchCursor_2x.png', |
| 864 ], | 863 ], |
| 865 'devtools_extension_api_files': [ | 864 'devtools_extension_api_files': [ |
| 866 'front_end/extensions/ExtensionAPI.js', | 865 'front_end/extensions/ExtensionAPI.js', |
| 867 ], | 866 ], |
| 868 }, | 867 }, |
| 869 } | 868 } |
| OLD | NEW |