BUILD.gn 409 B

123456789101112131415161718
  1. # Copyright 2021 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. import("//mojo/public/tools/bindings/mojom.gni")
  5. mojom("mojo_bindings") {
  6. disable_variants = true
  7. sources = [ "rss_link_reader.mojom" ]
  8. deps = []
  9. public_deps = [
  10. "//mojo/public/mojom/base",
  11. "//url/mojom:url_mojom_gurl",
  12. ]
  13. }