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

Unified Diff: mojo/BUILD.gn

Issue 1348493002: Add fnl build target (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased 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
« no previous file with comments | « gpu/config/BUILD.gn ('k') | mojo/public/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index ddc717695623b2a8d80fd1b2dfea30e30df5655b..606a72d8dc36d18b63a82c973e011d858b9c817b 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -35,7 +35,7 @@ group("mojo") {
deps += [ "//mojo/go" ]
}
- if (is_linux) {
+ if (is_linux && !is_fnl) {
deps += [ "//mojo/python" ]
}
« no previous file with comments | « gpu/config/BUILD.gn ('k') | mojo/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698