blob: 85eeaa030b7a19e9439c27170ad35d14c3e3090a [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This file bundles together scripts to be loaded through the legacy
// EZT footer.
import 'monitoring/client-logger.js';
import 'monitoring/track-copy.js';
// Allow EZT pages to import AutoRefreshPrpcClient.
import AutoRefreshPrpcClient from 'prpc.js';
window.AutoRefreshPrpcClient = AutoRefreshPrpcClient;