blob: 8f492be437ae542693326b7d99cbf9f84f2d1019 [file] [log] [blame]
Adrià Vilanova Martínezf19ea432024-01-23 20:20:52 +01001// Copyright 2019 The Chromium Authors
Copybara854996b2021-09-07 19:36:02 +00002// 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;