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

Unified Diff: build/config/features.gni

Issue 2242893002: [MIPS] Adding NaCl/PNaCl support for mipsel to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix non Linux builds Created 4 years, 4 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/compiler/BUILD.gn ('k') | build/toolchain/nacl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index 6ef2c411119c3273e4b9a7234520f33995dd328b..1054d331afdab0d4d5b70c2af12898db4c39f16f 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -34,6 +34,9 @@ declare_args() {
enable_nacl = !is_ios && !is_android && !is_chromecast &&
current_cpu != "mipsel" && !(is_linux && target_cpu == "arm64")
+ # Non-SFI is not yet supported on mipsel
+ enable_nacl_nonsfi = current_cpu != "mipsel"
+
# If debug_devtools is set to true, JavaScript files for DevTools are stored
# as is and loaded from disk. Otherwise, a concatenated file is stored in
# resources.pak. It is still possible to load JS files from disk by passing
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | build/toolchain/nacl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698