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

Unified Diff: mojo/public/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: mojo/public/BUILD.gn
diff --git a/mojo/public/BUILD.gn b/mojo/public/BUILD.gn
index 7faa1df4119c893af956a28c0f3ba77bbd862de7..f5c7b4d82d63264f43dbb0c4ecd90a24b5e1cc7c 100644
--- a/mojo/public/BUILD.gn
+++ b/mojo/public/BUILD.gn
@@ -20,7 +20,7 @@ group("public") {
deps += [ "cpp/application:standalone" ]
}
- if (is_linux) {
+ if (is_linux && !is_fnl) {
deps += [ "python" ]
}

Powered by Google App Engine
This is Rietveld 408576698