Index: build/module_args/mojo.gni |
diff --git a/build/module_args/mojo.gni b/build/module_args/mojo.gni |
index 26ac3eb8284a04d4d7a38158cc784f6b502fafc1..75803a55a48c03ea0b796cd77a180da344345253 100644 |
--- a/build/module_args/mojo.gni |
+++ b/build/module_args/mojo.gni |
@@ -16,8 +16,9 @@ mojo_disable_dart_apptest_framework = true |
# Points to the directory network_service is built from. |
mojo_network_service_root = "//mojo/services" |
-# We use our own custom application code. Don't build Mojo's. |
+# We use our own custom application and network code. Don't build Mojo's. |
mojo_disable_application_in_sdk = true |
+mojo_disable_network_in_sdk = true |
declare_args() { |
# The mojo shell is forked and built in the chromium repo. |