blob: 85eeaa030b7a19e9439c27170ad35d14c3e3090a [file] [log] [blame]
Copybara854996b2021-09-07 19:36:02 +00001// 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
5// This file bundles together scripts to be loaded through the legacy
6// EZT footer.
7
8import 'monitoring/client-logger.js';
9import 'monitoring/track-copy.js';
10
11// Allow EZT pages to import AutoRefreshPrpcClient.
12import AutoRefreshPrpcClient from 'prpc.js';
13
14window.AutoRefreshPrpcClient = AutoRefreshPrpcClient;