| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 'front_end/common/Geometry.js', | 66 'front_end/common/Geometry.js', |
| 67 'front_end/common/MessageSink.js', | 67 'front_end/common/MessageSink.js', |
| 68 'front_end/common/ModuleManager.js', | 68 'front_end/common/ModuleManager.js', |
| 69 'front_end/common/modules.js', | 69 'front_end/common/modules.js', |
| 70 'front_end/common/Object.js', | 70 'front_end/common/Object.js', |
| 71 'front_end/common/ParsedURL.js', | 71 'front_end/common/ParsedURL.js', |
| 72 'front_end/common/Platform.js', | 72 'front_end/common/Platform.js', |
| 73 'front_end/common/Progress.js', | 73 'front_end/common/Progress.js', |
| 74 'front_end/common/Settings.js', | 74 'front_end/common/Settings.js', |
| 75 'front_end/common/TextRange.js', | 75 'front_end/common/TextRange.js', |
| 76 'front_end/common/Throttler.js', |
| 76 'front_end/common/UIString.js', | 77 'front_end/common/UIString.js', |
| 77 'front_end/common/UserMetrics.js', | 78 'front_end/common/UserMetrics.js', |
| 78 'front_end/common/utilities.js', | 79 'front_end/common/utilities.js', |
| 79 'front_end/common/WebInspector.js', | 80 'front_end/common/WebInspector.js', |
| 80 ], | 81 ], |
| 81 'devtools_sdk_js_files': [ | 82 'devtools_sdk_js_files': [ |
| 82 'front_end/sdk/ApplicationCacheModel.js', | 83 'front_end/sdk/ApplicationCacheModel.js', |
| 83 'front_end/sdk/CompilerScriptMapping.js', | 84 'front_end/sdk/CompilerScriptMapping.js', |
| 84 'front_end/sdk/ConsoleModel.js', | 85 'front_end/sdk/ConsoleModel.js', |
| 85 'front_end/sdk/ContentProvider.js', | 86 'front_end/sdk/ContentProvider.js', |
| (...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 561 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | 562 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
| 562 ], | 563 ], |
| 563 'devtools_script_formatter_worker_js_files': [ | 564 'devtools_script_formatter_worker_js_files': [ |
| 564 'front_end/script_formatter_worker/CSSFormatter.js', | 565 'front_end/script_formatter_worker/CSSFormatter.js', |
| 565 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 566 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
| 566 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 567 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
| 567 'front_end/common/utilities.js', | 568 'front_end/common/utilities.js', |
| 568 ], | 569 ], |
| 569 }, | 570 }, |
| 570 } | 571 } |
| OLD | NEW |