# Copyright 2026 The Chromium Authors
# 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")
import("//services/webnn/public/webnn_features.gni")

mojom("webnn") {
  sources = [ "webnn_introspection.mojom" ]

  deps = [ "//mojo/public/mojom/base" ]

  enabled_features = []
  if (webnn_enable_graph_dump) {
    enabled_features += [ "webnn_enable_graph_dump" ]
  }

  export_class_attribute_blink = "MODULES_EXPORT"
  export_define_blink = "BLINK_MODULES_IMPLEMENTATION=1"
  export_header_blink = "third_party/blink/renderer/modules/modules_export.h"
}
