Index: build/config/BUILD.gn |
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
index 1b64b5358e1ce86a40b15772dc949e09c86fb638..71137f1ecc816774c3a0b5b7ee15a93d842ff3bb 100644 |
--- a/build/config/BUILD.gn |
+++ b/build/config/BUILD.gn |
@@ -37,6 +37,7 @@ |
"ENABLE_NOTIFICATIONS", |
"ENABLE_EGLIMAGE=1", |
"ENABLE_TASK_MANAGER=1", |
+ "ENABLE_EXTENSIONS=1", |
"ENABLE_PLUGIN_INSTALLATION=1", |
"ENABLE_SESSION_SERVICE=1", |
"ENABLE_THEMES=1", |
@@ -136,12 +137,6 @@ |
} |
if (disable_ftp_support) { |
defines += [ "DISABLE_FTP_SUPPORT=1" ] |
- } |
- if (!enable_nacl) { |
- defines += [ "DISABLE_NACL" ] |
- } |
- if (enable_extensions) { |
- defines += [ "ENABLE_EXTENSIONS=1" ] |
} |
} |