Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(237)

Unified Diff: gni/isolate.gni

Issue 2190543003: [swarming] Remove hard-coded shared library configs (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove unused config var Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gypfiles/isolate.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | gypfiles/isolate.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698