blob: 6ecbbfac427b577a551c7d948bf56c233c2e25bb [file] [log] [blame]
# Copyright 2014 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("//build/config/ui.gni")
assert(use_aura)
# GYP version: mojo/mojo_examples.gypi:mojo_demo_launcher
shared_library("demo_launcher") {
output_name = "mojo_demo_launcher"
sources = [
"demo_launcher.cc",
]
deps = [
"//base",
"//skia",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/gl",
"//mojo/application",
"//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/utility",
"//mojo/public/gles2:for_shared_library",
"//mojo/services/public/cpp/view_manager",
"//mojo/services/public/interfaces/geometry",
"//mojo/services/public/interfaces/view_manager",
]
}