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

Side by Side Diff: examples/shadows/vfx/BUILD.gn

Issue 2236083002: Move mojo/public/c/gpu/* to mojo/public/c/include. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: foo Created 4 years, 4 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/shadows/BUILD.gn ('k') | examples/spinning_cube/BUILD.gn » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 config("glm") { 5 config("glm") {
6 include_dirs = [ "//third_party/glm" ] 6 include_dirs = [ "//third_party/glm" ]
7 } 7 }
8 8
9 source_set("vfx") { 9 source_set("vfx") {
10 sources = [ 10 sources = [
11 "color_program.cc", 11 "color_program.cc",
12 "color_program.h", 12 "color_program.h",
13 "element_array_buffer.h", 13 "element_array_buffer.h",
14 "program.cc", 14 "program.cc",
15 "program.h", 15 "program.h",
16 "shader.cc", 16 "shader.cc",
17 "shader.h", 17 "shader.h",
18 ] 18 ]
19 19
20 public_configs = [ ":glm" ] 20 public_configs = [ ":glm" ]
21 21
22 deps = [ 22 deps = [
23 "//base", 23 "//base",
24 "//mojo/public/c/gpu", 24 "//mojo/public/c:gpu",
25 ] 25 ]
26 } 26 }
OLDNEW
« no previous file with comments | « examples/shadows/BUILD.gn ('k') | examples/spinning_cube/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698