diff --git a/common.gypi b/common.gypi index bb00501704bbab..0838af6b385f83 100644 --- a/common.gypi +++ b/common.gypi @@ -31,6 +31,9 @@ # Don't bake anything extra into the snapshot. 'v8_use_external_startup_data%': 0, + # Don't use ICU data file (icudtl.dat) from V8, we use our own. + 'icu_use_data_file_flag%': 0, + 'conditions': [ ['OS == "win"', { 'os_posix': 0,