Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index ebf5e4ed801811bfcefe4d525a2ec904a51c90a7..013d46e69024ce73005cb41e47ae06dfa185ec88 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1515,6 +1515,16 @@ |
# Compile d8 for the host toolset. |
'v8_toolset_for_d8': 'host', |
+ # V8 extras |
+ # Adding V8 extras files requires API owners review |
+ # Be sure to synchronize with build/module_args/v8.gni |
+ |
+ 'v8_extra_library_files': [ |
+ ], |
+ 'v8_experimental_extra_library_files': [ |
+ '../third_party/WebKit/Source/core/streams/ByteLengthQueuingStrategy.js', |
+ ], |
+ |
# Use brlapi from brltty for braille display support. |
'use_brlapi%': 0, |