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

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

Issue 788343002: Restructure public side of gpu service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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 | « mojo/aura/surface_binding.cc ('k') | mojo/gles2/command_buffer_client_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 import("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 6
7 config("mojo_use_gles2") { 7 config("mojo_use_gles2") {
8 defines = [ "MOJO_USE_GLES2_IMPL" ] 8 defines = [ "MOJO_USE_GLES2_IMPL" ]
9 } 9 }
10 10
(...skipping 28 matching lines...) Expand all
39 "//gpu/command_buffer/client", 39 "//gpu/command_buffer/client",
40 "//gpu/command_buffer/client:gles2_cmd_helper", 40 "//gpu/command_buffer/client:gles2_cmd_helper",
41 "//gpu/command_buffer/client:gles2_implementation", 41 "//gpu/command_buffer/client:gles2_implementation",
42 "//gpu/command_buffer/client:gles2_interface", 42 "//gpu/command_buffer/client:gles2_interface",
43 "//gpu/command_buffer/common", 43 "//gpu/command_buffer/common",
44 "//mojo/environment:chromium", 44 "//mojo/environment:chromium",
45 "//mojo/public/c/gles2:headers", 45 "//mojo/public/c/gles2:headers",
46 "//mojo/public/c/system", 46 "//mojo/public/c/system",
47 "//mojo/public/cpp/bindings", 47 "//mojo/public/cpp/bindings",
48 "//mojo/public/cpp/system", 48 "//mojo/public/cpp/system",
49 "//mojo/services/public/interfaces/gpu", 49 "//mojo/services/gpu/public/interfaces",
50 "//services/gles2:lib", 50 "//services/gles2:lib",
51 ] 51 ]
52 } 52 }
OLDNEW
« no previous file with comments | « mojo/aura/surface_binding.cc ('k') | mojo/gles2/command_buffer_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698