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

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

Issue 510553002: Teach the native viewport service to draw a Surface into itself (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/surfaces/BUILD.gn
diff --git a/mojo/services/public/interfaces/surfaces/BUILD.gn b/mojo/services/public/interfaces/surfaces/BUILD.gn
index 3e0300605d7b98c878d279f8a1167e327fa8b867..79f971272237c0c5be520830f36a33ff7d3296c7 100644
--- a/mojo/services/public/interfaces/surfaces/BUILD.gn
+++ b/mojo/services/public/interfaces/surfaces/BUILD.gn
@@ -8,13 +8,20 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("surfaces") {
sources = [
"quads.mojom",
- "surface_id.mojom",
"surfaces.mojom",
"surfaces_service.mojom",
]
deps = [
+ "//mojo/services/gles2:interfaces",
"//mojo/services/public/interfaces/geometry",
"//mojo/services/public/interfaces/native_viewport",
]
}
+
+
+mojom("surface_id") {
+ sources = [
+ "surface_id.mojom",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698