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

Side by Side Diff: mojo/gles2/BUILD.gn

Issue 1849313002: Pull gpu CmdBuf service/client shared GpuMemoryBuffer code to common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 8 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 | « gpu/ipc/client/command_buffer_proxy_impl.cc ('k') | mojo/gles2/command_buffer_client_impl.cc » ('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 config("mojo_use_gles2") { 5 config("mojo_use_gles2") {
6 defines = [ "MOJO_USE_GLES2_IMPL" ] 6 defines = [ "MOJO_USE_GLES2_IMPL" ]
7 } 7 }
8 8
9 config("gles2_use_mojo") { 9 config("gles2_use_mojo") {
10 defines = [ "GLES2_USE_MOJO" ] 10 defines = [ "GLES2_USE_MOJO" ]
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 "//gpu/command_buffer/client:gles2_cmd_helper", 48 "//gpu/command_buffer/client:gles2_cmd_helper",
49 "//gpu/command_buffer/client:gles2_implementation", 49 "//gpu/command_buffer/client:gles2_implementation",
50 "//gpu/command_buffer/client:gles2_interface", 50 "//gpu/command_buffer/client:gles2_interface",
51 "//gpu/command_buffer/common", 51 "//gpu/command_buffer/common",
52 "//mojo/platform_handle:for_component", 52 "//mojo/platform_handle:for_component",
53 "//mojo/public/c/system:for_component", 53 "//mojo/public/c/system:for_component",
54 "//mojo/public/cpp/bindings", 54 "//mojo/public/cpp/bindings",
55 "//mojo/public/cpp/system", 55 "//mojo/public/cpp/system",
56 ] 56 ]
57 57
58 if (!is_component_build) {
59 deps += [ "//gpu/command_buffer/service" ]
60 }
61
62 include_dirs = [ ".." ] 58 include_dirs = [ ".." ]
63 } 59 }
OLDNEW
« no previous file with comments | « gpu/ipc/client/command_buffer_proxy_impl.cc ('k') | mojo/gles2/command_buffer_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698