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

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

Issue 1425543002: mozart: Add a simple tiling view manager. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 2 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/BUILD.gn ('k') | examples/ui/tile/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/ui/tile/BUILD.gn
diff --git a/examples/ui/spinning_cube/BUILD.gn b/examples/ui/tile/BUILD.gn
similarity index 75%
copy from examples/ui/spinning_cube/BUILD.gn
copy to examples/ui/tile/BUILD.gn
index db71418089d8934c3193b7262819bb12ce0c5531..1727e0955daa8cd00ef4390ca3b72ed082641726 100644
--- a/examples/ui/spinning_cube/BUILD.gn
+++ b/examples/ui/tile/BUILD.gn
@@ -4,20 +4,19 @@
import("//mojo/public/mojo_application.gni")
-mojo_native_application("spinning_cube") {
- output_name = "spinning_cube_view"
+mojo_native_application("tile") {
+ output_name = "tile_view"
sources = [
"main.cc",
- "spinning_cube_app.cc",
- "spinning_cube_app.h",
- "spinning_cube_view.cc",
- "spinning_cube_view.h",
+ "tile_app.cc",
+ "tile_app.h",
+ "tile_view.cc",
+ "tile_view.h",
]
deps = [
"//base",
- "//examples/spinning_cube:lib",
"//mojo/application",
"//mojo/common",
"//mojo/environment:chromium",
@@ -29,7 +28,9 @@ mojo_native_application("spinning_cube") {
"//mojo/public/cpp/system",
"//mojo/services/geometry/interfaces",
"//mojo/services/input_events/interfaces",
+ "//mojo/services/surfaces/cpp",
"//mojo/services/surfaces/interfaces",
"//mojo/services/ui/views/interfaces",
+ "//url",
]
}
« no previous file with comments | « examples/BUILD.gn ('k') | examples/ui/tile/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698