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

Side by Side Diff: mojo/skia/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 | « mojo/public/python/BUILD.gn ('k') | mojo/skia/ganesh_context.cc » ('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 source_set("skia") { 5 source_set("skia") {
6 sources = [ 6 sources = [
7 "ganesh_context.cc", 7 "ganesh_context.cc",
8 "ganesh_context.h", 8 "ganesh_context.h",
9 "ganesh_framebuffer_surface.cc", 9 "ganesh_framebuffer_surface.cc",
10 "ganesh_framebuffer_surface.h", 10 "ganesh_framebuffer_surface.h",
11 "ganesh_image_factory.cc", 11 "ganesh_image_factory.cc",
12 "ganesh_image_factory.h", 12 "ganesh_image_factory.h",
13 "ganesh_texture_surface.cc", 13 "ganesh_texture_surface.cc",
14 "ganesh_texture_surface.h", 14 "ganesh_texture_surface.h",
15 "type_converters.cc", 15 "type_converters.cc",
16 "type_converters.h", 16 "type_converters.h",
17 ] 17 ]
18 18
19 deps = [ 19 deps = [
20 ":skia_bindings", 20 ":skia_bindings",
21 "//base", 21 "//base",
22 "//mojo/gpu", 22 "//mojo/gpu",
23 "//mojo/public/c/gpu", 23 "//mojo/public/c:MGL",
24 "//mojo/public/c/gpu:MGL", 24 "//mojo/public/c:gpu",
25 "//mojo/services/geometry/interfaces", 25 "//mojo/services/geometry/interfaces",
26 "//skia", 26 "//skia",
27 ] 27 ]
28 } 28 }
29 29
30 source_set("skia_bindings") { 30 source_set("skia_bindings") {
31 sources = [ 31 sources = [
32 "gl_bindings_skia.cc", 32 "gl_bindings_skia.cc",
33 "gl_bindings_skia.h", 33 "gl_bindings_skia.h",
34 ] 34 ]
35 deps = [ 35 deps = [
36 "//mojo/public/c/gpu", 36 "//mojo/public/c:GLES2",
37 "//mojo/public/c/gpu:GLES2", 37 "//mojo/public/c:gpu",
38 "//skia", 38 "//skia",
39 ] 39 ]
40 } 40 }
OLDNEW
« no previous file with comments | « mojo/public/python/BUILD.gn ('k') | mojo/skia/ganesh_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698