mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
24 lines
573 B
Plaintext
24 lines
573 B
Plaintext
# Copyright 2018 The Chromium Authors. All rights reserved.
|
|
# 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")
|
|
|
|
mojom("mojom") {
|
|
sources = [
|
|
"ax_assistant_structure.mojom",
|
|
"ax_node_data.mojom",
|
|
"ax_tree_data.mojom",
|
|
"ax_tree_update.mojom",
|
|
]
|
|
|
|
public_deps = [
|
|
"//mojo/public/mojom/base",
|
|
"//ui/accessibility:ax_enums_mojo",
|
|
"//ui/gfx/geometry/mojo",
|
|
"//ui/gfx/mojo",
|
|
"//ui/gfx/range/mojo",
|
|
"//url/mojom:url_mojom_gurl",
|
|
]
|
|
}
|