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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/gles2/BUILD.gn
diff --git a/services/gles2/BUILD.gn b/services/gles2/BUILD.gn
index 73c29178e9741acb116c252a20a5f0e2bc487b73..2caa74e3850325042f33c20b83c8eff81ca21cef 100644
--- a/services/gles2/BUILD.gn
+++ b/services/gles2/BUILD.gn
@@ -5,11 +5,18 @@
import("//mojo/public/tools/bindings/mojom.gni")
source_set("gles2") {
+ visibility = [
+ "//shell:lib", # For android
+ "//services/native_viewport:*",
+ ]
+
sources = [
"command_buffer_driver.cc",
"command_buffer_driver.h",
"command_buffer_impl.cc",
"command_buffer_impl.h",
+ "gpu_state.cc",
+ "gpu_state.h",
"gpu_impl.cc",
"gpu_impl.h",
]
« 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