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

Side by Side Diff: components/mus/gles2/BUILD.gn

Issue 1958813002: mus: Use BufferQueue and GLHelper from display_compositor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: , Created 4 years, 7 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 | components/mus/gles2/gl_helper.h » ('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 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("gles2") { 7 source_set("gles2") {
8 visibility = [ 8 visibility = [
9 "//components/mus:*", 9 "//components/mus:*",
10 "//components/mus/ws:*", 10 "//components/mus/ws:*",
11 "//components/mus/surfaces:*", 11 "//components/mus/surfaces:*",
12 "//services/shell/standalone:lib", # For android 12 "//services/shell/standalone:lib", # For android
13 ] 13 ]
14 14
15 sources = [ 15 sources = [
16 "command_buffer_driver.cc", 16 "command_buffer_driver.cc",
17 "command_buffer_driver.h", 17 "command_buffer_driver.h",
18 "command_buffer_driver_manager.cc", 18 "command_buffer_driver_manager.cc",
19 "command_buffer_driver_manager.h", 19 "command_buffer_driver_manager.h",
20 "command_buffer_impl.cc", 20 "command_buffer_impl.cc",
21 "command_buffer_impl.h", 21 "command_buffer_impl.h",
22 "command_buffer_local.cc", 22 "command_buffer_local.cc",
23 "command_buffer_local.h", 23 "command_buffer_local.h",
24 "command_buffer_local_client.h", 24 "command_buffer_local_client.h",
25 "command_buffer_task_runner.cc", 25 "command_buffer_task_runner.cc",
26 "command_buffer_task_runner.h", 26 "command_buffer_task_runner.h",
27 "gl_helper.cc",
28 "gl_helper.h",
29 "gl_surface_adapter.cc", 27 "gl_surface_adapter.cc",
30 "gl_surface_adapter.h", 28 "gl_surface_adapter.h",
31 "gpu_impl.cc", 29 "gpu_impl.cc",
32 "gpu_impl.h", 30 "gpu_impl.h",
33 "gpu_memory_tracker.cc", 31 "gpu_memory_tracker.cc",
34 "gpu_memory_tracker.h", 32 "gpu_memory_tracker.h",
35 "gpu_state.cc", 33 "gpu_state.cc",
36 "gpu_state.h", 34 "gpu_state.h",
37 ] 35 ]
38 36
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "//gpu/command_buffer/common", 94 "//gpu/command_buffer/common",
97 "//gpu/config:config", 95 "//gpu/config:config",
98 "//mojo/public/cpp/bindings", 96 "//mojo/public/cpp/bindings",
99 "//mojo/public/cpp/system", 97 "//mojo/public/cpp/system",
100 "//ui/gfx", 98 "//ui/gfx",
101 "//ui/gfx/geometry", 99 "//ui/gfx/geometry",
102 ] 100 ]
103 101
104 include_dirs = [ "../.." ] 102 include_dirs = [ "../.." ]
105 } 103 }
OLDNEW
« no previous file with comments | « no previous file | components/mus/gles2/gl_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698