| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index ebf5e4ed801811bfcefe4d525a2ec904a51c90a7..87525ad6d990e9f7e5e4978324cbc6a597dd0444 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1515,6 +1515,11 @@
|
| # Compile d8 for the host toolset.
|
| 'v8_toolset_for_d8': 'host',
|
|
|
| + # V8 extras
|
| + 'v8_experimental_extra_library_files': [
|
| + '../third_party/WebKit/Source/core/streams/ByteLengthQueuingStrategy.js',
|
| + ],
|
| +
|
| # Use brlapi from brltty for braille display support.
|
| 'use_brlapi%': 0,
|
|
|
|
|