BUILD.gn 350 B

12345678910111213
  1. # Copyright (c) 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("//mojo/public/tools/bindings/mojom.gni")
  5. mojom("mojom") {
  6. sources = [
  7. "ml_service.mojom",
  8. "web_platform_model.mojom",
  9. ]
  10. deps = [ "//mojo/public/mojom/base" ]
  11. }