| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 'front_end/sdk/ConsoleModel.js', | 83 'front_end/sdk/ConsoleModel.js', |
| 84 'front_end/sdk/ContentProvider.js', | 84 'front_end/sdk/ContentProvider.js', |
| 85 'front_end/sdk/ContentProviderBasedProjectDelegate.js', | 85 'front_end/sdk/ContentProviderBasedProjectDelegate.js', |
| 86 'front_end/sdk/ContentProviders.js', | 86 'front_end/sdk/ContentProviders.js', |
| 87 'front_end/sdk/CookieParser.js', | 87 'front_end/sdk/CookieParser.js', |
| 88 'front_end/sdk/CPUProfileDataModel.js', | 88 'front_end/sdk/CPUProfileDataModel.js', |
| 89 'front_end/sdk/CPUProfilerModel.js', | 89 'front_end/sdk/CPUProfilerModel.js', |
| 90 'front_end/sdk/CSSMetadata.js', | 90 'front_end/sdk/CSSMetadata.js', |
| 91 'front_end/sdk/CSSParser.js', | 91 'front_end/sdk/CSSParser.js', |
| 92 'front_end/sdk/CSSStyleModel.js', | 92 'front_end/sdk/CSSStyleModel.js', |
| 93 'front_end/sdk/CSSStyleSheetMapping.js', | |
| 94 'front_end/sdk/CSSWorkspaceBinding.js', | 93 'front_end/sdk/CSSWorkspaceBinding.js', |
| 95 'front_end/sdk/BreakpointManager.js', | 94 'front_end/sdk/BreakpointManager.js', |
| 96 'front_end/sdk/DOMModel.js', | 95 'front_end/sdk/DOMModel.js', |
| 97 'front_end/sdk/DOMStorage.js', | 96 'front_end/sdk/DOMStorage.js', |
| 98 'front_end/sdk/Database.js', | 97 'front_end/sdk/Database.js', |
| 99 'front_end/sdk/DebuggerModel.js', | 98 'front_end/sdk/DebuggerModel.js', |
| 100 'front_end/sdk/DebuggerScriptMapping.js', | 99 'front_end/sdk/DebuggerScriptMapping.js', |
| 101 'front_end/sdk/DebuggerWorkspaceBinding.js', | 100 'front_end/sdk/DebuggerWorkspaceBinding.js', |
| 102 'front_end/sdk/DefaultScriptMapping.js', | 101 'front_end/sdk/DefaultScriptMapping.js', |
| 103 'front_end/sdk/FileManager.js', | 102 'front_end/sdk/FileManager.js', |
| (...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | 569 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
| 571 ], | 570 ], |
| 572 'devtools_script_formatter_worker_js_files': [ | 571 'devtools_script_formatter_worker_js_files': [ |
| 573 'front_end/script_formatter_worker/CSSFormatter.js', | 572 'front_end/script_formatter_worker/CSSFormatter.js', |
| 574 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 573 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
| 575 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 574 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
| 576 'front_end/common/utilities.js', | 575 'front_end/common/utilities.js', |
| 577 ], | 576 ], |
| 578 }, | 577 }, |
| 579 } | 578 } |
| OLD | NEW |