Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3159)

Unified Diff: build/common.gypi

Issue 1378213002: Implement ByteLengthQueuingStrategy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698