Files
electron/shell/services/node/public/mojom/BUILD.gn
2025-08-30 15:08:25 -07:00

20 lines
503 B
Plaintext

# Copyright (c) 2022 Microsoft, Inc.
# Use of this source code is governed by the MIT license that can be
# found in the LICENSE file.
import("//electron/buildflags/buildflags.gni")
import("//mojo/public/tools/bindings/mojom.gni")
mojom("mojom") {
sources = [ "node_service.mojom" ]
public_deps = [
"//mojo/public/mojom/base",
"//sandbox/policy/mojom",
"//third_party/blink/public/mojom:mojom_core",
]
if (enable_prompt_api) {
enabled_features = [ "enable_prompt_api" ]
}
}