mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
13 lines
189 B
Plaintext
13 lines
189 B
Plaintext
import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
|
mojom("mojo") {
|
|
sources = [
|
|
"api.mojom",
|
|
]
|
|
|
|
public_deps = [
|
|
"//mojo/public/mojom/base",
|
|
"//ui/gfx/geometry/mojom",
|
|
]
|
|
}
|