blob: 11026f69c3504d0a9785c9e91ea4e96d36455b40 [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/common:common_custom_types",
]
}