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

Unified Diff: examples/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 | « no previous file | examples/ganesh_app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/BUILD.gn
diff --git a/examples/BUILD.gn b/examples/BUILD.gn
index c639c0720a1fe6e3f973b9364c3eb4417adcbd9e..8b331763f4b3b949484538b0d8e7a1d8d0c5aca1 100644
--- a/examples/BUILD.gn
+++ b/examples/BUILD.gn
@@ -36,8 +36,17 @@ group("examples") {
deps = [
":portable_examples",
+ "//examples/ui/png_viewer",
+ "//examples/ui/shapes",
+ "//examples/ui/spinning_cube",
+ "//examples/ui/tile",
]
+ # TODO(cstout) - javascript/v8 build support for fnl/musl
+ if (!is_android && !is_fnl) {
+ deps += [ "//examples/ui/pdf_viewer" ]
+ }
+
if (is_android) {
deps += [
"//examples/device_name",
« no previous file with comments | « no previous file | examples/ganesh_app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698