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. 4 5 # GYP version: mojo/mojo_examples.gypi:mojo_nesting_app 6 shared_library("nesting_app") { 7 output_name = "mojo_nesting_app" 8 9 sources = [ 10 "nesting_app.cc" 11 ] 12 13 deps = [ 14 "//base", 15 "//ui/gfx/geometry", 16 "//ui/gl", 17 "//url", 18 "//mojo/application", 19 "//mojo/examples/window_manager:bindings", 20 "//mojo/public/c/system:for_shared_library", 21 "//mojo/public/cpp/bindings", 22 "//mojo/public/cpp/utility", 23 "//mojo/services/public/cpp/view_manager", 24 "//mojo/services/public/interfaces/geometry", 25 "//mojo/services/public/interfaces/navigation", 26 ] 27 } 28