Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 132b4dafb5c9d812a1451d40db8036d8424af441..b1718a7628b173bde55d0f07852b6c2018dffbba 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1551,8 +1551,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 |