BUILD.gn 408 B

123456789101112
  1. # Copyright 2022 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("//build/config/android/channel.gni")
  5. import("//mojo/public/tools/bindings/mojom.gni")
  6. mojom("mojo_bindings") {
  7. sources = [ "browsing_topics_internals.mojom" ]
  8. public_deps = [ "//mojo/public/mojom/base" ]
  9. webui_module_path = "/"
  10. }