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

Unified Diff: examples/sky_compositor_app/BUILD.gn

Issue 740923002: Add a simple compositor for Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Address reviewer comments Created 6 years, 1 month 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/sky_compositor_app/BUILD.gn
diff --git a/examples/nesting_app/BUILD.gn b/examples/sky_compositor_app/BUILD.gn
similarity index 67%
copy from examples/nesting_app/BUILD.gn
copy to examples/sky_compositor_app/BUILD.gn
index 96ed1962eb2abd8a91bce4edf15d0baff9980454..287c8500d3c72ca91ddcbe44621f9c16b7fb69fe 100644
--- a/examples/nesting_app/BUILD.gn
+++ b/examples/sky_compositor_app/BUILD.gn
@@ -4,25 +4,26 @@
import("//mojo/public/mojo_application.gni")
-mojo_native_application("nesting_app") {
+mojo_native_application("sky_compositor_app") {
sources = [
- "nesting_app.cc"
+ "sky_compositor_app.cc",
]
deps = [
"//base",
- "//examples/bitmap_uploader",
- "//examples/window_manager:bindings",
"//mojo/application",
+ "//mojo/common",
+ "//mojo/converters/geometry",
+ "//mojo/environment:chromium",
"//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/environment",
+ "//mojo/public/cpp/system",
"//mojo/public/cpp/utility",
"//mojo/services/public/cpp/view_manager",
"//mojo/services/public/interfaces/geometry",
- "//mojo/services/public/interfaces/navigation",
"//skia",
+ "//sky/compositor",
"//ui/gfx/geometry",
- "//ui/gl",
- "//url",
]
}

Powered by Google App Engine
This is Rietveld 408576698