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

Side by Side Diff: components/mus/public/cpp/surfaces/BUILD.gn

Issue 2088603002: Implement RenderPass StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 4 years, 5 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
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 component("surfaces") { 5 component("surfaces") {
6 output_name = "mojo_surfaces_lib" 6 output_name = "mojo_surfaces_lib"
7 7
8 sources = [ 8 sources = [
9 "mojo_surfaces_export.h", 9 "mojo_surfaces_export.h",
10 "surfaces_type_converters.cc", 10 "surfaces_type_converters.cc",
11 "surfaces_type_converters.h", 11 "surfaces_type_converters.h",
12 "surfaces_utils.cc",
13 "surfaces_utils.h",
14 ] 12 ]
15 13
16 defines = [ "MOJO_SURFACES_IMPLEMENTATION" ] 14 defines = [ "MOJO_SURFACES_IMPLEMENTATION" ]
17 15
18 public_deps = [ 16 public_deps = [
19 "//cc/ipc:interfaces", 17 "//cc/ipc:interfaces",
20 "//components/mus/public/interfaces", 18 "//components/mus/public/interfaces",
21 "//gpu", 19 "//gpu",
22 "//skia", 20 "//skia",
23 ] 21 ]
24 22
25 deps = [ 23 deps = [
26 "//base", 24 "//base",
27 "//cc", 25 "//cc",
28 "//cc/surfaces", 26 "//cc/surfaces",
29 "//cc/surfaces:surface_id", 27 "//cc/surfaces:surface_id",
30 "//ui/gfx", 28 "//ui/gfx",
31 "//ui/gfx/geometry", 29 "//ui/gfx/geometry",
32 ] 30 ]
33 } 31 }
OLDNEW
« no previous file with comments | « components/bitmap_uploader/bitmap_uploader.cc ('k') | components/mus/public/cpp/surfaces/surfaces_type_converters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698