blob: 623f64beb5d4ff699441d3325eb19cf84efe0d79 [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.
import("//mojo/public/tools/bindings/mojom.gni")
mojom("mojom") {
sources = [ "kaleidoscope.mojom" ]
public_deps = [
"//chrome/browser/media/feeds:mojo_bindings",
"//url/mojom:url_mojom_origin",
]
}