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

Unified Diff: examples/ui/tile/BUILD.gn

Issue 1559723002: Update the UI examples. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-14
Patch Set: Created 4 years, 12 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: examples/ui/tile/BUILD.gn
diff --git a/examples/ui/tile/BUILD.gn b/examples/ui/tile/BUILD.gn
index 1727e0955daa8cd00ef4390ca3b72ed082641726..f8fd7851da29d44aea8e9b332bb3ec4162d36155 100644
--- a/examples/ui/tile/BUILD.gn
+++ b/examples/ui/tile/BUILD.gn
@@ -22,15 +22,17 @@ mojo_native_application("tile") {
"//mojo/environment:chromium",
"//mojo/gpu",
"//mojo/public/c/gpu",
- "//mojo/public/c/gpu:gpu_onscreen",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/environment",
"//mojo/public/cpp/system",
+ "//mojo/services/geometry/cpp",
"//mojo/services/geometry/interfaces",
"//mojo/services/input_events/interfaces",
- "//mojo/services/surfaces/cpp",
- "//mojo/services/surfaces/interfaces",
+ "//mojo/services/gfx/composition/interfaces",
"//mojo/services/ui/views/interfaces",
+ "//mojo/ui",
+ "//mojo/ui:gl",
+ "//mojo/ui:ganesh",
"//url",
]
}

Powered by Google App Engine
This is Rietveld 408576698