12 lines
189 B
Text
12 lines
189 B
Text
import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
|
mojom("mojo") {
|
|
sources = [
|
|
"api.mojom",
|
|
]
|
|
|
|
public_deps = [
|
|
"//mojo/public/mojom/base",
|
|
"//ui/gfx/geometry/mojom",
|
|
]
|
|
}
|