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

Unified Diff: mojo/services/gles2/BUILD.gn

Issue 732273002: Move GpuImpl into services/gles2 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | mojo/services/gles2/DEPS » ('j') | mojo/services/gles2/gpu_impl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/gles2/BUILD.gn
diff --git a/mojo/services/gles2/BUILD.gn b/mojo/services/gles2/BUILD.gn
index 48c10b8d80601eefaf0edcb8be762dd8cee1ce88..3dcfc5dea106151587c48b51540ee6ada175383d 100644
--- a/mojo/services/gles2/BUILD.gn
+++ b/mojo/services/gles2/BUILD.gn
@@ -8,12 +8,16 @@ source_set("gles2") {
sources = [
"command_buffer_impl.cc",
"command_buffer_impl.h",
+ "gpu_impl.cc",
+ "gpu_impl.h",
]
public_deps = [ ":lib" ]
deps = [
"//base",
"//gpu/command_buffer/service",
+ "//mojo/converters/geometry",
+ "//mojo/services/public/interfaces/geometry",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/gl",
« no previous file with comments | « no previous file | mojo/services/gles2/DEPS » ('j') | mojo/services/gles2/gpu_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698