Chromium Code Reviews| Index: build_overrides/v8.gni |
| diff --git a/build_overrides/v8.gni b/build_overrides/v8.gni |
| index f50e6b42d2e9234bf1a9368534c03389c8bbafb3..ad9faa4f044c4e734d9feb77c205d3fbc814f4d5 100644 |
| --- a/build_overrides/v8.gni |
| +++ b/build_overrides/v8.gni |
| @@ -18,6 +18,7 @@ v8_extra_library_files = [ |
| "../third_party/WebKit/Source/core/streams/CountQueuingStrategy.js", |
| "../third_party/WebKit/Source/core/streams/ReadableStream.js", |
| ] |
| -v8_experimental_extra_library_files = [] |
| +v8_experimental_extra_library_files = |
| + [ "../third_party/WebKit/Source/core/streams/WritableStream.js" ] |
|
tyoshino (SeeGerritForStatus)
2016/11/01 04:58:05
use the same format as v8_extra_library_files? Or
Adam Rice
2016/11/01 05:13:12
Yes. This is enforced by the PRESUBMIT.
|
| v8_enable_inspector_override = true |