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

Unified Diff: build/common.gypi

Issue 1378213002: Implement ByteLengthQueuingStrategy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix webexposed tests Created 5 years, 2 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
« no previous file with comments | « no previous file | build/module_args/v8.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | build/module_args/v8.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698