Index: build/config/features.gni |
diff --git a/build/config/features.gni b/build/config/features.gni |
index 669ad5d6a3fcde9fb89a0646df78ee3cc9c73d35..d8ddb4743ab76fad43f55935eb525c5ecf8d4fc0 100644 |
--- a/build/config/features.gni |
+++ b/build/config/features.gni |
@@ -39,7 +39,7 @@ declare_args() { |
# the commented out logic. |
# Eventually we want this to be: |
# enable_nacl = !is_ios && !is_android && !is_chromecast |
- enable_nacl = ((is_linux && !is_chromeos) || is_nacl) && |
+ enable_nacl = (is_mac || (is_linux && !is_chromeos) || is_nacl) && |
current_cpu != "mipsel" && !is_chromecast |
enable_nacl_untrusted = enable_nacl |
enable_pnacl = enable_nacl_untrusted |