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

Unified Diff: mojo/services/public/interfaces/gpu/BUILD.gn

Issue 451753003: Mojo multiple command buffer support and sample (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: better casts Created 6 years, 4 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
Index: mojo/services/public/interfaces/gpu/BUILD.gn
diff --git a/mojo/services/public/interfaces/input_events/BUILD.gn b/mojo/services/public/interfaces/gpu/BUILD.gn
similarity index 70%
copy from mojo/services/public/interfaces/input_events/BUILD.gn
copy to mojo/services/public/interfaces/gpu/BUILD.gn
index ac1c94c1de764d645bc43b34dd8a69cff7ec7259..feb4b18ae31ffc5b5a65d1e9ca2a0791509d3fc0 100644
--- a/mojo/services/public/interfaces/input_events/BUILD.gn
+++ b/mojo/services/public/interfaces/gpu/BUILD.gn
@@ -4,13 +4,14 @@
import("//mojo/public/tools/bindings/mojom.gni")
-# GYP version: mojo/mojo_services.gypi:mojo_input_events_bindings
-mojom("input_events") {
+# GYP version: mojo/mojo_services.gypi:mojo_gpu_bindings
+mojom("gpu") {
sources = [
- "input_events.mojom",
+ "gpu.mojom",
]
deps = [
+ "//mojo/services/gles2:bindings",
"//mojo/services/public/interfaces/geometry",
]
}
« no previous file with comments | « mojo/services/native_viewport/native_viewport_impl.cc ('k') | mojo/services/public/interfaces/gpu/gpu.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698