summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/discards/mojo_api.html
blob: fa352178ff6cd8200831815dec968c4057bd9812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!--
Copyright 2018 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.
-->
<link rel="import" href="chrome://resources/mojo/mojo/public/js/mojo_bindings_lite.html">
<link rel="import" href="chrome://resources/mojo/mojo/public/mojom/base/time.mojom.html">
<link rel="import" href="chrome://resources/mojo/url/mojom/url.mojom.html">
<script src="mojo/public/mojom/base/process_id.mojom-lite.js"></script>
<script
    src="chrome/browser/resource_coordinator/lifecycle_unit_state.mojom-lite.js">
</script>
<script src="chrome/browser/ui/webui/discards/discards.mojom-lite.js"></script>