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

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

Issue 1559723002: Update the UI examples. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-14
Patch Set: address feedback Created 4 years, 11 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 | « examples/ui/png_viewer/png_viewer.cc ('k') | examples/ui/shapes/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/ui/shapes/BUILD.gn
diff --git a/examples/ui/tile/BUILD.gn b/examples/ui/shapes/BUILD.gn
similarity index 65%
copy from examples/ui/tile/BUILD.gn
copy to examples/ui/shapes/BUILD.gn
index 1727e0955daa8cd00ef4390ca3b72ed082641726..4462987eded83d71bed251cf75939c64c0be4ffe 100644
--- a/examples/ui/tile/BUILD.gn
+++ b/examples/ui/shapes/BUILD.gn
@@ -4,15 +4,15 @@
import("//mojo/public/mojo_application.gni")
-mojo_native_application("tile") {
- output_name = "tile_view"
+mojo_native_application("shapes") {
+ output_name = "shapes_view"
sources = [
"main.cc",
- "tile_app.cc",
- "tile_app.h",
- "tile_view.cc",
- "tile_view.h",
+ "shapes_app.cc",
+ "shapes_app.h",
+ "shapes_view.cc",
+ "shapes_view.h",
]
deps = [
@@ -22,15 +22,16 @@ 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/interfaces",
- "//mojo/services/input_events/interfaces",
- "//mojo/services/surfaces/cpp",
- "//mojo/services/surfaces/interfaces",
+ "//mojo/services/gfx/composition/interfaces",
"//mojo/services/ui/views/interfaces",
- "//url",
+ "//mojo/skia",
+ "//mojo/ui",
+ "//mojo/ui:ganesh",
+ "//mojo/ui:gl",
+ "//skia",
]
}
« no previous file with comments | « examples/ui/png_viewer/png_viewer.cc ('k') | examples/ui/shapes/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698