| 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 'devtools_workspace_js_files': [ | 162 'devtools_workspace_js_files': [ |
| 163 'front_end/workspace/FileManager.js', | 163 'front_end/workspace/FileManager.js', |
| 164 'front_end/workspace/FileSystemMapping.js', | 164 'front_end/workspace/FileSystemMapping.js', |
| 165 'front_end/workspace/IsolatedFileSystem.js', | 165 'front_end/workspace/IsolatedFileSystem.js', |
| 166 'front_end/workspace/IsolatedFileSystemManager.js', | 166 'front_end/workspace/IsolatedFileSystemManager.js', |
| 167 'front_end/workspace/SearchConfig.js', | 167 'front_end/workspace/SearchConfig.js', |
| 168 'front_end/workspace/UISourceCode.js', | 168 'front_end/workspace/UISourceCode.js', |
| 169 'front_end/workspace/Workspace.js', | 169 'front_end/workspace/Workspace.js', |
| 170 ], | 170 ], |
| 171 'devtools_bindings_js_files': [ | 171 'devtools_bindings_js_files': [ |
| 172 'front_end/bindings/BlackboxSupport.js', | 172 'front_end/bindings/BlackboxManager.js', |
| 173 'front_end/bindings/BreakpointManager.js', | 173 'front_end/bindings/BreakpointManager.js', |
| 174 'front_end/bindings/CompilerScriptMapping.js', | 174 'front_end/bindings/CompilerScriptMapping.js', |
| 175 'front_end/bindings/ContentProviderBasedProject.js', | 175 'front_end/bindings/ContentProviderBasedProject.js', |
| 176 'front_end/bindings/CSSWorkspaceBinding.js', | 176 'front_end/bindings/CSSWorkspaceBinding.js', |
| 177 'front_end/bindings/DebuggerWorkspaceBinding.js', | 177 'front_end/bindings/DebuggerWorkspaceBinding.js', |
| 178 'front_end/bindings/DefaultScriptMapping.js', | 178 'front_end/bindings/DefaultScriptMapping.js', |
| 179 'front_end/bindings/FileSystemWorkspaceBinding.js', | 179 'front_end/bindings/FileSystemWorkspaceBinding.js', |
| 180 'front_end/bindings/FileUtils.js', | 180 'front_end/bindings/FileUtils.js', |
| 181 'front_end/bindings/LiveLocation.js', | 181 'front_end/bindings/LiveLocation.js', |
| 182 'front_end/bindings/NetworkMapping.js', | 182 'front_end/bindings/NetworkMapping.js', |
| (...skipping 661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 844 'front_end/Images/toolbarItemSelected.png', | 844 'front_end/Images/toolbarItemSelected.png', |
| 845 'front_end/Images/touchCursor.png', | 845 'front_end/Images/touchCursor.png', |
| 846 'front_end/Images/touchCursor_2x.png', | 846 'front_end/Images/touchCursor_2x.png', |
| 847 'front_end/Images/updateServiceWorker.svg', | 847 'front_end/Images/updateServiceWorker.svg', |
| 848 ], | 848 ], |
| 849 'devtools_extension_api_files': [ | 849 'devtools_extension_api_files': [ |
| 850 'front_end/extensions/ExtensionAPI.js', | 850 'front_end/extensions/ExtensionAPI.js', |
| 851 ], | 851 ], |
| 852 }, | 852 }, |
| 853 } | 853 } |
| OLD | NEW |