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

Side by Side Diff: services/ui/surfaces/BUILD.gn

Issue 2213273002: ozone: Consolidate primary plane format. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment on a single line. 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
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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 source_set("surfaces") { 7 source_set("surfaces") {
8 sources = [ 8 sources = [
9 "direct_output_surface.cc", 9 "direct_output_surface.cc",
10 "direct_output_surface.h", 10 "direct_output_surface.h",
(...skipping 15 matching lines...) Expand all
26 "//gpu/command_buffer/client", 26 "//gpu/command_buffer/client",
27 "//gpu/command_buffer/client:gles2_cmd_helper", 27 "//gpu/command_buffer/client:gles2_cmd_helper",
28 "//gpu/command_buffer/client:gles2_implementation", 28 "//gpu/command_buffer/client:gles2_implementation",
29 "//gpu/command_buffer/client:gles2_interface", 29 "//gpu/command_buffer/client:gles2_interface",
30 "//gpu/ipc/client", 30 "//gpu/ipc/client",
31 "//services/shell/public/cpp", 31 "//services/shell/public/cpp",
32 "//services/tracing/public/cpp", 32 "//services/tracing/public/cpp",
33 "//services/ui/common:mus_common", 33 "//services/ui/common:mus_common",
34 "//services/ui/gpu", 34 "//services/ui/gpu",
35 "//services/ui/public/interfaces", 35 "//services/ui/public/interfaces",
36 "//ui/display/types",
36 "//ui/gfx", 37 "//ui/gfx",
37 "//ui/gfx/geometry/mojo", 38 "//ui/gfx/geometry/mojo",
38 "//ui/gl", 39 "//ui/gl",
39 ] 40 ]
40 41
41 if (use_ozone) { 42 if (use_ozone) {
42 sources += [ 43 sources += [
43 "direct_output_surface_ozone.cc", 44 "direct_output_surface_ozone.cc",
44 "direct_output_surface_ozone.h", 45 "direct_output_surface_ozone.h",
45 ] 46 ]
46 deps += [ "//gpu/command_buffer/common" ] 47 deps += [ "//gpu/command_buffer/common" ]
47 } 48 }
48 } 49 }
OLDNEW
« no previous file with comments | « content/browser/compositor/gpu_surfaceless_browser_compositor_output_surface.cc ('k') | services/ui/surfaces/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698