| Index: gni/isolate.gni
|
| diff --git a/gni/isolate.gni b/gni/isolate.gni
|
| index d78a5e550010f7bdc2a1f18b7de5021ecb06db29..93c828d2cdf0fb70efaaf91cb9a457b2b846dbbc 100644
|
| --- a/gni/isolate.gni
|
| +++ b/gni/isolate.gni
|
| @@ -66,11 +66,6 @@ template("v8_isolate_run") {
|
| } else {
|
| cfi_vptr = "0"
|
| }
|
| - if (use_custom_libcxx) {
|
| - custom_libcxx = "1"
|
| - } else {
|
| - custom_libcxx = "0"
|
| - }
|
| if (target_cpu == "x86") {
|
| target_arch = "ia32"
|
| } else {
|
| @@ -159,8 +154,6 @@ template("v8_isolate_run") {
|
| "--config-variable",
|
| "target_arch=$target_arch",
|
| "--config-variable",
|
| - "use_custom_libcxx=$custom_libcxx",
|
| - "--config-variable",
|
| "v8_use_external_startup_data=$use_external_startup_data",
|
| "--config-variable",
|
| "v8_use_snapshot=$use_snapshot",
|
|
|