Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index bb0d0c9fe398a823b109100bdc773f9740eeeda3..b6d75c97d173755cd1d9426e22cd1f947fb1ab08 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1544,8 +1544,8 @@ |
# Turns on the i18n support in V8. |
'v8_enable_i18n_support': 1, |
- # Compile d8 for the host toolset. |
- 'v8_toolset_for_d8': 'host', |
+ # Compile the v8 shell for the host toolset. |
+ 'v8_toolset_for_shell': 'host', |
# V8 extras |
# Adding V8 extras files requires API owners review |