blob: 78725c75f631f50f0df855423f855e4ed8b2fb4b [file]
# Copyright 2014 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_sdk_root.gni")
import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
"content_handler.mojom",
]
deps = [
"../../../network/public/interfaces",
]
mojo_sdk_deps = [ "mojo/public/interfaces/application" ]
}