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

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

Issue 940293003: Add a Display and ContextProvider concept to mojom, use to recreate (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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
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 source_set("gles2") { 7 source_set("gles2") {
8 visibility = [
9 "//shell:lib", # For android
10 "//services/native_viewport:*",
11 ]
12
8 sources = [ 13 sources = [
9 "command_buffer_driver.cc", 14 "command_buffer_driver.cc",
10 "command_buffer_driver.h", 15 "command_buffer_driver.h",
11 "command_buffer_impl.cc", 16 "command_buffer_impl.cc",
12 "command_buffer_impl.h", 17 "command_buffer_impl.h",
18 "gpu_state.cc",
19 "gpu_state.h",
13 "gpu_impl.cc", 20 "gpu_impl.cc",
14 "gpu_impl.h", 21 "gpu_impl.h",
15 ] 22 ]
16 23
17 public_deps = [ 24 public_deps = [
18 ":lib", 25 ":lib",
19 ] 26 ]
20 deps = [ 27 deps = [
21 "//base", 28 "//base",
22 "//gpu/command_buffer/service", 29 "//gpu/command_buffer/service",
(...skipping 16 matching lines...) Expand all
39 ] 46 ]
40 47
41 deps = [ 48 deps = [
42 "//base", 49 "//base",
43 "//gpu/command_buffer/common", 50 "//gpu/command_buffer/common",
44 "//mojo/public/cpp/bindings", 51 "//mojo/public/cpp/bindings",
45 "//mojo/public/cpp/system", 52 "//mojo/public/cpp/system",
46 "//mojo/services/gpu/public/interfaces", 53 "//mojo/services/gpu/public/interfaces",
47 ] 54 ]
48 } 55 }
OLDNEW
« no previous file with comments | « services/fake_surfaces/fake_surfaces_service_application.cc ('k') | services/gles2/command_buffer_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698