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

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

Issue 769173002: Move native_viewport and gles2 service impls to //services (Closed) Base URL: git@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 | « no previous file | mojo/gles2/DEPS » ('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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "//gpu/command_buffer/client", 44 "//gpu/command_buffer/client",
45 "//gpu/command_buffer/client:gles2_cmd_helper", 45 "//gpu/command_buffer/client:gles2_cmd_helper",
46 "//gpu/command_buffer/client:gles2_implementation", 46 "//gpu/command_buffer/client:gles2_implementation",
47 "//gpu/command_buffer/client:gles2_interface", 47 "//gpu/command_buffer/client:gles2_interface",
48 "//gpu/command_buffer/common", 48 "//gpu/command_buffer/common",
49 "//mojo/environment:chromium", 49 "//mojo/environment:chromium",
50 "//mojo/public/c/gles2", 50 "//mojo/public/c/gles2",
51 "//mojo/public/c/system:for_component", 51 "//mojo/public/c/system:for_component",
52 "//mojo/public/cpp/bindings", 52 "//mojo/public/cpp/bindings",
53 "//mojo/public/cpp/system", 53 "//mojo/public/cpp/system",
54 "//mojo/services/gles2:lib",
55 "//mojo/services/public/interfaces/gpu", 54 "//mojo/services/public/interfaces/gpu",
55 "//services/gles2:lib",
56 ] 56 ]
57 } 57 }
OLDNEW
« no previous file with comments | « no previous file | mojo/gles2/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698