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

Unified Diff: examples/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
« no previous file with comments | « no previous file | examples/ganesh_app/BUILD.gn » ('j') | examples/ui/pdf_viewer/pdf_viewer.cc » ('J')
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 ddc4b93e00714b7edc6a052a90beacbd6c37dd6b..ea1eac05c40c940f0445890329a6515683caeca4 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') | examples/ui/pdf_viewer/pdf_viewer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698