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

Unified Diff: examples/BUILD.gn

Issue 1348493002: Add fnl build target (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 3 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
Index: examples/BUILD.gn
diff --git a/examples/BUILD.gn b/examples/BUILD.gn
index c066d8755d54c64c4d04bfc4b278adff5bbe5ff9..48848d83b6223fc445aef1585b8c7a0b5b614322 100644
--- a/examples/BUILD.gn
+++ b/examples/BUILD.gn
@@ -54,7 +54,7 @@ group("examples") {
}
}
- if (is_linux) {
+ if (is_linux && !is_fnl) {
deps += [ "//examples/python" ]
}
}

Powered by Google App Engine
This is Rietveld 408576698