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 544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
555 'front_end/sources/EventListenerBreakpointsSidebarPane.js', | 555 'front_end/sources/EventListenerBreakpointsSidebarPane.js', |
556 'front_end/sources/FileBasedSearchResultsPane.js', | 556 'front_end/sources/FileBasedSearchResultsPane.js', |
557 'front_end/sources/FilePathScoreFunction.js', | 557 'front_end/sources/FilePathScoreFunction.js', |
558 'front_end/sources/FilteredItemSelectionDialog.js', | 558 'front_end/sources/FilteredItemSelectionDialog.js', |
559 'front_end/sources/InplaceFormatterEditorAction.js', | 559 'front_end/sources/InplaceFormatterEditorAction.js', |
560 'front_end/sources/JavaScriptBreakpointsSidebarPane.js', | 560 'front_end/sources/JavaScriptBreakpointsSidebarPane.js', |
561 'front_end/sources/JavaScriptCompiler.js', | 561 'front_end/sources/JavaScriptCompiler.js', |
562 'front_end/sources/JavaScriptSourceFrame.js', | 562 'front_end/sources/JavaScriptSourceFrame.js', |
563 'front_end/sources/jsdifflib.js', | 563 'front_end/sources/jsdifflib.js', |
564 'front_end/sources/NavigatorView.js', | 564 'front_end/sources/NavigatorView.js', |
| 565 'front_end/sources/ObjectEventListenersSidebarPane.js', |
565 'front_end/sources/RevisionHistoryView.js', | 566 'front_end/sources/RevisionHistoryView.js', |
566 'front_end/sources/ScopeChainSidebarPane.js', | 567 'front_end/sources/ScopeChainSidebarPane.js', |
567 'front_end/sources/ScriptFormatter.js', | 568 'front_end/sources/ScriptFormatter.js', |
568 'front_end/sources/ScriptFormatterEditorAction.js', | 569 'front_end/sources/ScriptFormatterEditorAction.js', |
569 'front_end/sources/ServiceWorkersSidebarPane.js', | 570 'front_end/sources/ServiceWorkersSidebarPane.js', |
570 'front_end/sources/SimpleHistoryManager.js', | 571 'front_end/sources/SimpleHistoryManager.js', |
571 'front_end/sources/SourcesNavigator.js', | 572 'front_end/sources/SourcesNavigator.js', |
572 'front_end/sources/SourcesPanel.js', | 573 'front_end/sources/SourcesPanel.js', |
573 'front_end/sources/SourcesSearchScope.js', | 574 'front_end/sources/SourcesSearchScope.js', |
574 'front_end/sources/SourcesView.js', | 575 'front_end/sources/SourcesView.js', |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
748 'front_end/Images/toolbarItemSelected.png', | 749 'front_end/Images/toolbarItemSelected.png', |
749 'front_end/Images/touchCursor.png', | 750 'front_end/Images/touchCursor.png', |
750 'front_end/Images/touchCursor_2x.png', | 751 'front_end/Images/touchCursor_2x.png', |
751 'front_end/Images/updateServiceWorker.svg', | 752 'front_end/Images/updateServiceWorker.svg', |
752 ], | 753 ], |
753 'devtools_extension_api_files': [ | 754 'devtools_extension_api_files': [ |
754 'front_end/extensions/ExtensionAPI.js', | 755 'front_end/extensions/ExtensionAPI.js', |
755 ], | 756 ], |
756 }, | 757 }, |
757 } | 758 } |
OLD | NEW |