Index: build/config/features.gni |
diff --git a/build/config/features.gni b/build/config/features.gni |
index dd7b0819b55e4f5258e5e6789549cbf91a645c0b..cf54c04b02e0dab3ee256c1557ca5c22f7be2d1f 100644 |
--- a/build/config/features.gni |
+++ b/build/config/features.gni |
@@ -32,8 +32,7 @@ declare_args() { |
# the commented out logic. |
# Eventually we want this to be: |
# enable_nacl = !is_ios && !is_android |
- enable_nacl = |
- (is_linux && !is_chromeos && !is_debug && current_cpu == "x64") || is_nacl |
+ enable_nacl = (is_linux && !is_chromeos && current_cpu == "x64") || is_nacl |
Dirk Pranke
2015/04/29 22:29:26
It might be that ChromeOS works fine now, but I'll
|
enable_nacl_untrusted = enable_nacl |
enable_pnacl = enable_nacl_untrusted |