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

Side by Side Diff: components/display_compositor/BUILD.gn

Issue 2360203003: services/ui: Add mojom API for creating/destroying gpu memory buffer. (Closed)
Patch Set: . Created 4 years, 2 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 | « no previous file | gpu/command_buffer/client/BUILD.gn » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("display_compositor") { 8 component("display_compositor") {
9 sources = [ 9 sources = [
10 "buffer_queue.cc", 10 "buffer_queue.cc",
(...skipping 11 matching lines...) Expand all
22 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 22 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
23 23
24 defines = [ "DISPLAY_COMPOSITOR_IMPLEMENTATION" ] 24 defines = [ "DISPLAY_COMPOSITOR_IMPLEMENTATION" ]
25 25
26 deps = [ 26 deps = [
27 "//base", 27 "//base",
28 "//cc", 28 "//cc",
29 "//gpu/command_buffer/client", 29 "//gpu/command_buffer/client",
30 "//gpu/command_buffer/client:gles2_interface", 30 "//gpu/command_buffer/client:gles2_interface",
31 "//gpu/command_buffer/common", 31 "//gpu/command_buffer/common",
32 "//gpu/ipc/common:surface_handle_type",
32 "//skia", 33 "//skia",
33 "//ui/display/types", 34 "//ui/display/types",
34 "//ui/gfx", 35 "//ui/gfx",
35 ] 36 ]
36 37
37 if (is_mac) { 38 if (is_mac) {
38 sources += [ 39 sources += [
39 "compositor_overlay_candidate_validator_mac.h", 40 "compositor_overlay_candidate_validator_mac.h",
40 "compositor_overlay_candidate_validator_mac.mm", 41 "compositor_overlay_candidate_validator_mac.mm",
41 ] 42 ]
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 "//skia", 155 "//skia",
155 "//testing/gmock", 156 "//testing/gmock",
156 "//testing/gtest", 157 "//testing/gtest",
157 "//ui/gl:test_support", 158 "//ui/gl:test_support",
158 ] 159 ]
159 160
160 data_deps = [ 161 data_deps = [
161 "//third_party/mesa:osmesa", 162 "//third_party/mesa:osmesa",
162 ] 163 ]
163 } 164 }
OLDNEW
« no previous file with comments | « no previous file | gpu/command_buffer/client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698