blob: 2a1614295a66e927b62781c3760573f5c57cd51d [file] [log] [blame]
# Copyright 2016 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 = [
"rappor_recorder.mojom",
]
public_deps = [
"//url/mojom:url_mojom_gurl",
]
}