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 # GYP version: mojo/mojo_examples.gypi:mojo_sample_app
6 shared_library("sample_app") {
7 output_name = "mojo_sample_app"
10 "gles2_client_impl.cc",
11 "gles2_client_impl.h",
18 "//gpu/command_buffer/client:gles2_interface",
19 "//mojo/public/c/system:for_shared_library",
20 "//mojo/public/cpp/application:standalone",
21 "//mojo/public/cpp/bindings",
22 "//mojo/public/cpp/utility",
23 "//mojo/public/gles2:for_shared_library",
24 "//mojo/services/public/interfaces/geometry",
25 "//mojo/services/public/interfaces/native_viewport",
29 source_set("spinning_cube") {
37 "//mojo/public/gles2:for_shared_library",