BUILD.gn 791 B

1234567891011121314151617181920212223242526272829303132
  1. # Copyright 2018 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. import("//mojo/public/tools/bindings/mojom.gni")
  5. mojom("mojo") {
  6. assert(is_mac)
  7. sources = [
  8. "alert.mojom",
  9. "application.mojom",
  10. "color_panel.mojom",
  11. "native_widget_ns_window.mojom",
  12. "native_widget_ns_window_host.mojom",
  13. "select_file_dialog.mojom",
  14. "text_input_host.mojom",
  15. ]
  16. public_deps = [
  17. "//mojo/public/mojom/base",
  18. "//services/network/public/mojom",
  19. "//ui/base/accelerators/mojom",
  20. "//ui/base/cursor/mojom",
  21. "//ui/base/mojom",
  22. "//ui/display/mojom",
  23. "//ui/events/mojom",
  24. "//ui/gfx/geometry/mojom",
  25. "//ui/gfx/mojom",
  26. "//ui/gfx/range/mojom",
  27. ]
  28. }