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

Unified Diff: examples/BUILD.gn

Issue 1422623002: Build fixes for fnl/musl (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: update README.chromium in //third_party 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 | « build/config/fnl/BUILD.gn ('k') | mojo/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 84c9d23d5ba58c264f24e2f3f7339f1da6371277..257c6d2d90ad75986d4989a8b2a06c5cb9d97a62 100644
--- a/examples/BUILD.gn
+++ b/examples/BUILD.gn
@@ -31,7 +31,8 @@ group("examples") {
"//examples/wget",
]
- if (!is_android) {
+ # TODO(cstout) - javascript/v8 build support for fnl/musl
+ if (!is_android && !is_fnl) {
deps += [ "//examples/pdf_viewer" ]
}
« no previous file with comments | « build/config/fnl/BUILD.gn ('k') | mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698