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")
9 # GYP version mojo/mojo_examples.gypi:mojo_aura_demo
10 shared_library("mojo_aura_demo") {
11 output_name = "mojo_aura_demo"
27 "//mojo/converters/geometry",
29 "//mojo/public/c/system:for_shared_library",
30 "//mojo/services/public/interfaces/geometry",
31 "//mojo/services/public/cpp/view_manager",
34 datadeps = [ ":init" ]
37 # GYP version mojo/mojo_examples.gypi:mojo_aura_demo_init
38 shared_library("init") {
39 output_name = "mojo_aura_demo_init"
42 "view_manager_init.cc",
48 "//mojo/public/c/system:for_shared_library",
49 "//mojo/services/public/interfaces/view_manager",