1 # Copyright 2014 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.
5 import("//build/config/ui.gni")
6 import("//mojo/system.gni")
7 import("//mojo/public/tools/bindings/mojom.gni")
11 # GYP version: mojo/mojo_examples.gypi:mojo_window_manager
12 shared_library("window_manager") {
13 output_name = "mojo_window_manager"
26 "//mojo/examples/keyboard:bindings",
27 "//mojo/public/cpp/bindings",
28 "//mojo/public/cpp/utility",
29 "//mojo/services/public/cpp/geometry",
30 "//mojo/services/public/cpp/input_events",
31 "//mojo/services/public/cpp/view_manager",
32 "//mojo/services/public/interfaces/geometry",
33 "//mojo/services/public/interfaces/input_events",
34 "//mojo/services/public/interfaces/navigation",
35 "//mojo/services/window_manager:lib",
44 ] + mojo_system_for_shared_library + mojo_gles2_for_shared_library
47 # GYP version: mojo/mojo_examples.gypi:mojo_window_manager_bindings
50 "window_manager.mojom",
53 "//mojo/services/public/interfaces/geometry",