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

Unified Diff: build/config/features.gni

Issue 1348493002: Add fnl build target (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased and fixed is_linux clang assumption in shell 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: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index f362777e92eb6974350f7e1881b4cc824303fb96..b6e24cb107c215c73ed7141d1f06bc9a23b76796 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -119,8 +119,8 @@ if (is_android) {
cld_version = 2
}
-# libudev usage. This currently only affects the content layer.
-use_udev = is_linux
+# libudev usage.
+use_udev = is_linux && !is_fnl
# Enable the spell checker.
enable_spellcheck = !is_android
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | build/config/fnl/BUILD.gn » ('j') | mojo/tools/mopy/gn.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698