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

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

Issue 2092843002: Implement CompositorFrame Struct Traits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed dcheng's comments 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
(Empty)
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
3 # found in the LICENSE file.
4
5 component("surfaces") {
6 output_name = "mojo_surfaces_lib"
7
8 sources = [
9 "mojo_surfaces_export.h",
10 "surfaces_type_converters.cc",
11 "surfaces_type_converters.h",
12 ]
13
14 defines = [ "MOJO_SURFACES_IMPLEMENTATION" ]
15
16 public_deps = [
17 "//cc/ipc:interfaces",
18 "//components/mus/public/interfaces",
19 "//gpu",
20 "//skia",
21 ]
22
23 deps = [
24 "//base",
25 "//cc",
26 "//cc/surfaces",
27 "//cc/surfaces:surface_id",
28 "//ui/gfx",
29 "//ui/gfx/geometry",
30 ]
31 }
OLDNEW
« no previous file with comments | « components/mus/public/cpp/lib/window_surface.cc ('k') | components/mus/public/cpp/surfaces/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698