blob: e057574908a7adc4500bdc91d8c728eba329f69c [file] [log] [blame]
Tim van der Lippe790b9292019-09-19 15:14:161// 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 Lippe6d51bf02020-03-18 12:15:145import './RuntimeInstantiator.js';
Tim van der Lippe647e33b2019-11-04 19:02:316import './platform/platform.js';
7import './dom_extension/dom_extension.js';
Tim van der Lippeb336f042019-11-07 15:54:258import './common/common-legacy.js';
Paul Lewis3b8ed652020-01-08 12:47:599import './host/host-legacy.js';
Simon Zünd3b0c5402020-03-18 17:36:2610import './protocol_client/protocol_client-legacy.js';
Tim van der Lippe9293af72020-01-17 10:50:3711import './sdk/sdk-legacy.js';
Paul Lewis9950e182019-12-16 16:06:0712import './ui/ui-legacy.js';
Paul Lewis135a78d2020-01-15 15:04:4713import './services/services-legacy.js';
Tim van der Lippeee645ae2020-01-16 11:00:4614import './workspace/workspace-legacy.js';
Paul Lewisef05f962020-01-09 15:21:4615import './bindings/bindings-legacy.js';
Tim van der Lippe5d1c0dd2020-01-10 11:57:4416import './components/components-legacy.js';
Paul Lewis6196e752020-01-13 15:15:5917import './persistence/persistence-legacy.js';
Paul Lewis493aece2020-01-13 14:30:2818import './browser_sdk/browser_sdk-legacy.js';
Paul Lewis8a7be942020-01-15 15:14:0419import './extensions/extensions-legacy.js';
20import './console_counters/console_counters-legacy.js';
Paul Lewise73301b2020-01-22 14:35:2621import './text_utils/text_utils-legacy.js';