| Index: tools/gn.py
|
| diff --git a/tools/gn.py b/tools/gn.py
|
| index 304bdaaf5b7dfd11b5c3564338f5f6f7e5433a91..91caa191389008aa18e1fc100ed2930030803e9c 100755
|
| --- a/tools/gn.py
|
| +++ b/tools/gn.py
|
| @@ -77,10 +77,6 @@ def to_gn_args(args, mode, arch, target_os):
|
| # dart_bootstrap if the prebuilt SDK doesn't work.
|
| gn_args['dart_host_pub_exe'] = ""
|
|
|
| - # For Fuchsia support, the default is to not compile in the root
|
| - # certificates.
|
| - gn_args['dart_use_fallback_root_certificates'] = True
|
| -
|
| gn_args['dart_zlib_path'] = "//runtime/bin/zlib"
|
|
|
| # Use tcmalloc only when targeting Linux and when not using ASAN.
|
|
|