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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/CSSWorkspaceBinding.js', | 93 'front_end/sdk/CSSWorkspaceBinding.js', |
94 'front_end/sdk/BreakpointManager.js', | 94 'front_end/sdk/BreakpointManager.js', |
95 'front_end/sdk/DOMModel.js', | 95 'front_end/sdk/DOMModel.js', |
96 'front_end/sdk/DOMStorage.js', | 96 'front_end/sdk/DOMStorage.js', |
97 'front_end/sdk/Database.js', | 97 'front_end/sdk/Database.js', |
98 'front_end/sdk/DebuggerModel.js', | 98 'front_end/sdk/DebuggerModel.js', |
99 'front_end/sdk/DebuggerScriptMapping.js', | |
100 'front_end/sdk/DebuggerWorkspaceBinding.js', | 99 'front_end/sdk/DebuggerWorkspaceBinding.js', |
101 'front_end/sdk/DefaultScriptMapping.js', | 100 'front_end/sdk/DefaultScriptMapping.js', |
102 'front_end/sdk/FileManager.js', | 101 'front_end/sdk/FileManager.js', |
103 'front_end/sdk/FileSystemMapping.js', | 102 'front_end/sdk/FileSystemMapping.js', |
104 'front_end/sdk/FileSystemModel.js', | 103 'front_end/sdk/FileSystemModel.js', |
105 'front_end/sdk/FileSystemWorkspaceBinding.js', | 104 'front_end/sdk/FileSystemWorkspaceBinding.js', |
106 'front_end/sdk/FileUtils.js', | 105 'front_end/sdk/FileUtils.js', |
107 'front_end/sdk/IndexedDBModel.js', | 106 'front_end/sdk/IndexedDBModel.js', |
108 'front_end/sdk/InspectorBackend.js', | 107 'front_end/sdk/InspectorBackend.js', |
109 'front_end/sdk/IsolatedFileSystemManager.js', | 108 'front_end/sdk/IsolatedFileSystemManager.js', |
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
572 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | 571 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
573 ], | 572 ], |
574 'devtools_script_formatter_worker_js_files': [ | 573 'devtools_script_formatter_worker_js_files': [ |
575 'front_end/script_formatter_worker/CSSFormatter.js', | 574 'front_end/script_formatter_worker/CSSFormatter.js', |
576 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 575 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
577 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 576 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
578 'front_end/common/utilities.js', | 577 'front_end/common/utilities.js', |
579 ], | 578 ], |
580 }, | 579 }, |
581 } | 580 } |
OLD | NEW |