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

Side by Side Diff: mojo/skia/BUILD.gn

Issue 1534033002: Improve Ganesh helpers. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-8
Patch Set: fix includes Created 5 years 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 | « no previous file | mojo/skia/ganesh_context.h » ('j') | mojo/skia/ganesh_context.cc » ('J')
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_helpers.cc",
12 "ganesh_helpers.h",
11 "ganesh_texture_surface.cc", 13 "ganesh_texture_surface.cc",
12 "ganesh_texture_surface.h", 14 "ganesh_texture_surface.h",
13 ] 15 ]
14 16
15 deps = [ 17 deps = [
16 ":skia_bindings", 18 ":skia_bindings",
17 "//base", 19 "//base",
18 "//mojo/gpu", 20 "//mojo/gpu",
19 "//mojo/public/c/gpu", 21 "//mojo/public/c/gpu",
20 "//mojo/public/c/gpu:MGL", 22 "//mojo/public/c/gpu:MGL",
21 "//skia", 23 "//skia",
22 ] 24 ]
23 } 25 }
24 26
25 source_set("skia_bindings") { 27 source_set("skia_bindings") {
26 sources = [ 28 sources = [
27 "gl_bindings_skia.cc", 29 "gl_bindings_skia.cc",
28 "gl_bindings_skia.h", 30 "gl_bindings_skia.h",
29 ] 31 ]
30 deps = [ 32 deps = [
31 "//mojo/public/c/gpu", 33 "//mojo/public/c/gpu",
32 "//mojo/public/c/gpu:GLES2", 34 "//mojo/public/c/gpu:GLES2",
33 "//skia", 35 "//skia",
34 ] 36 ]
35 } 37 }
OLDNEW
« no previous file with comments | « no previous file | mojo/skia/ganesh_context.h » ('j') | mojo/skia/ganesh_context.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698