blob: d19682d8c5be4a1e6e09e3d8099b0cb03539a57d [file] [log] [blame]
# Copyright 2015 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.
import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
"startup_metric.mojom",
]
deps = [
"//mojo/public/mojom/base",
]
}