Tim van der Lippe | 790b929 | 2019-09-19 15:14:16 | [diff] [blame] | 1 | // Copyright 2019 The Chromium Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
Tim van der Lippe | 6d51bf0 | 2020-03-18 12:15:14 | [diff] [blame] | 5 | import './RuntimeInstantiator.js'; |
Tim van der Lippe | 647e33b | 2019-11-04 19:02:31 | [diff] [blame] | 6 | import './platform/platform.js'; |
| 7 | import './dom_extension/dom_extension.js'; |
Tim van der Lippe | b336f04 | 2019-11-07 15:54:25 | [diff] [blame] | 8 | import './common/common-legacy.js'; |
Paul Lewis | 3b8ed65 | 2020-01-08 12:47:59 | [diff] [blame] | 9 | import './host/host-legacy.js'; |
Simon Zünd | 3b0c540 | 2020-03-18 17:36:26 | [diff] [blame] | 10 | import './protocol_client/protocol_client-legacy.js'; |
Tim van der Lippe | 9293af7 | 2020-01-17 10:50:37 | [diff] [blame] | 11 | import './sdk/sdk-legacy.js'; |
Paul Lewis | 9950e18 | 2019-12-16 16:06:07 | [diff] [blame] | 12 | import './ui/ui-legacy.js'; |
Paul Lewis | 135a78d | 2020-01-15 15:04:47 | [diff] [blame] | 13 | import './services/services-legacy.js'; |
Tim van der Lippe | ee645ae | 2020-01-16 11:00:46 | [diff] [blame] | 14 | import './workspace/workspace-legacy.js'; |
Paul Lewis | ef05f96 | 2020-01-09 15:21:46 | [diff] [blame] | 15 | import './bindings/bindings-legacy.js'; |
Tim van der Lippe | 5d1c0dd | 2020-01-10 11:57:44 | [diff] [blame] | 16 | import './components/components-legacy.js'; |
Paul Lewis | 6196e75 | 2020-01-13 15:15:59 | [diff] [blame] | 17 | import './persistence/persistence-legacy.js'; |
Paul Lewis | 493aece | 2020-01-13 14:30:28 | [diff] [blame] | 18 | import './browser_sdk/browser_sdk-legacy.js'; |
Paul Lewis | 8a7be94 | 2020-01-15 15:14:04 | [diff] [blame] | 19 | import './extensions/extensions-legacy.js'; |
| 20 | import './console_counters/console_counters-legacy.js'; |
Paul Lewis | e73301b | 2020-01-22 14:35:26 | [diff] [blame] | 21 | import './text_utils/text_utils-legacy.js'; |