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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 'front_end/sdk/RuntimeModel.js', | 158 'front_end/sdk/RuntimeModel.js', |
159 'front_end/sdk/Script.js', | 159 'front_end/sdk/Script.js', |
160 'front_end/sdk/ServiceWorkerManager.js', | 160 'front_end/sdk/ServiceWorkerManager.js', |
161 'front_end/sdk/SourceMap.js', | 161 'front_end/sdk/SourceMap.js', |
162 'front_end/sdk/Target.js', | 162 'front_end/sdk/Target.js', |
163 'front_end/sdk/TracingManager.js', | 163 'front_end/sdk/TracingManager.js', |
164 'front_end/sdk/TracingModel.js', | 164 'front_end/sdk/TracingModel.js', |
165 'front_end/sdk/WorkerManager.js', | 165 'front_end/sdk/WorkerManager.js', |
166 ], | 166 ], |
167 'devtools_workspace_js_files': [ | 167 'devtools_workspace_js_files': [ |
168 'front_end/workspace/ExcludedFolderManager.js', | |
169 'front_end/workspace/FileManager.js', | 168 'front_end/workspace/FileManager.js', |
170 'front_end/workspace/FileSystemMapping.js', | 169 'front_end/workspace/FileSystemMapping.js', |
171 'front_end/workspace/IsolatedFileSystem.js', | 170 'front_end/workspace/IsolatedFileSystem.js', |
172 'front_end/workspace/IsolatedFileSystemManager.js', | 171 'front_end/workspace/IsolatedFileSystemManager.js', |
173 'front_end/workspace/SearchConfig.js', | 172 'front_end/workspace/SearchConfig.js', |
174 'front_end/workspace/UISourceCode.js', | 173 'front_end/workspace/UISourceCode.js', |
175 'front_end/workspace/Workspace.js', | 174 'front_end/workspace/Workspace.js', |
176 ], | 175 ], |
177 'devtools_bindings_js_files': [ | 176 'devtools_bindings_js_files': [ |
178 'front_end/bindings/BlackboxSupport.js', | 177 'front_end/bindings/BlackboxSupport.js', |
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
810 'front_end/Images/toolbarItemSelected.png', | 809 'front_end/Images/toolbarItemSelected.png', |
811 'front_end/Images/touchCursor.png', | 810 'front_end/Images/touchCursor.png', |
812 'front_end/Images/touchCursor_2x.png', | 811 'front_end/Images/touchCursor_2x.png', |
813 'front_end/Images/updateServiceWorker.svg', | 812 'front_end/Images/updateServiceWorker.svg', |
814 ], | 813 ], |
815 'devtools_extension_api_files': [ | 814 'devtools_extension_api_files': [ |
816 'front_end/extensions/ExtensionAPI.js', | 815 'front_end/extensions/ExtensionAPI.js', |
817 ], | 816 ], |
818 }, | 817 }, |
819 } | 818 } |
OLD | NEW |