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

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

Issue 1686543004: mus: Modify mojo command buffer to match current chrome gpu ipc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review issues Created 4 years, 10 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/command_buffer_impl.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 source_set("gles2") { 5 source_set("gles2") {
6 visibility = [ 6 visibility = [
7 "//components/mus:*", 7 "//components/mus:*",
8 "//components/mus/ws:*", 8 "//components/mus/ws:*",
9 "//components/mus/surfaces:*", 9 "//components/mus/surfaces:*",
10 "//mojo/shell/standalone:lib", # For android 10 "//mojo/shell/standalone:lib", # For android
11 ] 11 ]
12 12
13 sources = [ 13 sources = [
14 "command_buffer_driver.cc", 14 "command_buffer_driver.cc",
15 "command_buffer_driver.h", 15 "command_buffer_driver.h",
16 "command_buffer_driver_manager.cc", 16 "command_buffer_driver_manager.cc",
17 "command_buffer_driver_manager.h", 17 "command_buffer_driver_manager.h",
18 "command_buffer_impl.cc", 18 "command_buffer_impl.cc",
19 "command_buffer_impl.h", 19 "command_buffer_impl.h",
20 "command_buffer_impl_observer.h",
21 "command_buffer_local.cc", 20 "command_buffer_local.cc",
22 "command_buffer_local.h", 21 "command_buffer_local.h",
23 "command_buffer_local_client.h", 22 "command_buffer_local_client.h",
24 "command_buffer_task_runner.cc", 23 "command_buffer_task_runner.cc",
25 "command_buffer_task_runner.h", 24 "command_buffer_task_runner.h",
26 "gpu_impl.cc", 25 "gpu_impl.cc",
27 "gpu_impl.h", 26 "gpu_impl.h",
28 "gpu_memory_tracker.cc", 27 "gpu_memory_tracker.cc",
29 "gpu_memory_tracker.h", 28 "gpu_memory_tracker.h",
30 "gpu_state.cc", 29 "gpu_state.cc",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "//gpu/command_buffer/common", 79 "//gpu/command_buffer/common",
81 "//gpu/config:config", 80 "//gpu/config:config",
82 "//mojo/public/cpp/bindings", 81 "//mojo/public/cpp/bindings",
83 "//mojo/public/cpp/system", 82 "//mojo/public/cpp/system",
84 "//ui/gfx", 83 "//ui/gfx",
85 "//ui/gfx/geometry", 84 "//ui/gfx/geometry",
86 ] 85 ]
87 86
88 include_dirs = [ "../.." ] 87 include_dirs = [ "../.." ]
89 } 88 }
OLDNEW
« no previous file with comments | « no previous file | components/mus/gles2/command_buffer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698