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("//mojo/system.gni")
7 # GYP version: mojo/mojo.gyp:mojo_aura_support
12 "context_factory_mojo.cc",
13 "context_factory_mojo.h",
16 "window_tree_host_mojo.cc",
17 "window_tree_host_mojo.h",
18 "window_tree_host_mojo_delegate.h",
27 "//ui/events:events_base",
29 "//webkit/common/gpu",
31 "//mojo/services/public/interfaces/native_viewport",
32 "//mojo/services/public/cpp/view_manager",
33 ] + mojo_gles2_for_shared_library
35 forward_dependent_configs_from = [
36 "//mojo/services/public/cpp/view_manager",