Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Side by Side Diff: examples/surfaces_app/BUILD.gn

Issue 967563002: Rename sample_app -> spinning_cube. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « examples/spinning_cube/spinning_cube_app.cc ('k') | examples/surfaces_app/child_gl_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//mojo/public/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 7
8 group("surfaces_app") { 8 group("surfaces_app") {
9 deps = [ 9 deps = [
10 ":child_app", 10 ":child_app",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 mojo_native_application("child_gl_app") { 79 mojo_native_application("child_gl_app") {
80 output_name = "surfaces_child_gl_app" 80 output_name = "surfaces_child_gl_app"
81 81
82 deps = [ 82 deps = [
83 ":bindings", 83 ":bindings",
84 ":util", 84 ":util",
85 "//base", 85 "//base",
86 "//cc", 86 "//cc",
87 "//cc/surfaces", 87 "//cc/surfaces",
88 "//cc/surfaces:surface_id", 88 "//cc/surfaces:surface_id",
89 "//examples/sample_app:spinning_cube", 89 "//examples/spinning_cube:lib",
90 "//gpu/command_buffer/common", 90 "//gpu/command_buffer/common",
91 "//mojo/application", 91 "//mojo/application",
92 "//mojo/common", 92 "//mojo/common",
93 "//mojo/converters/geometry", 93 "//mojo/converters/geometry",
94 "//mojo/converters/surfaces", 94 "//mojo/converters/surfaces",
95 "//mojo/environment:chromium", 95 "//mojo/environment:chromium",
96 "//mojo/public/c/gles2", 96 "//mojo/public/c/gles2",
97 "//mojo/public/cpp/bindings", 97 "//mojo/public/cpp/bindings",
98 "//mojo/public/cpp/environment", 98 "//mojo/public/cpp/environment",
99 "//mojo/public/cpp/system", 99 "//mojo/public/cpp/system",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "//mojo/services/surfaces/public/interfaces", 133 "//mojo/services/surfaces/public/interfaces",
134 "//mojo/services/surfaces/public/interfaces:surface_id", 134 "//mojo/services/surfaces/public/interfaces:surface_id",
135 ] 135 ]
136 136
137 import_dirs = [ get_path_info("../../mojo/services", "abspath") ] 137 import_dirs = [ get_path_info("../../mojo/services", "abspath") ]
138 138
139 sources = [ 139 sources = [
140 "child.mojom", 140 "child.mojom",
141 ] 141 ]
142 } 142 }
OLDNEW
« no previous file with comments | « examples/spinning_cube/spinning_cube_app.cc ('k') | examples/surfaces_app/child_gl_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698