| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 # V8 extras | 5 # V8 extras |
| 6 # Adding V8 extras files requires API owners review | 6 # Adding V8 extras files requires API owners review |
| 7 | 7 |
| 8 v8_extra_library_files = [ | 8 v8_extra_library_files = [ |
| 9 "//third_party/WebKit/Source/core/streams/ByteLengthQueuingStrategy.js", | 9 "//third_party/WebKit/Source/core/streams/ByteLengthQueuingStrategy.js", |
| 10 "//third_party/WebKit/Source/core/streams/CountQueuingStrategy.js", | 10 "//third_party/WebKit/Source/core/streams/CountQueuingStrategy.js", |
| 11 "//third_party/WebKit/Source/core/streams/ReadableStream.js", | 11 "//third_party/WebKit/Source/core/streams/ReadableStream.js", |
| 12 ] | 12 ] |
| 13 v8_experimental_extra_library_files = | 13 v8_experimental_extra_library_files = |
| 14 [ "//third_party/WebKit/Source/core/streams/WritableStream.js" ] | 14 [ "//third_party/WebKit/Source/core/streams/WritableStream.js" ] |
| 15 | 15 |
| 16 v8_enable_inspector_override = true | 16 v8_enable_inspector_override = true |
| 17 v8_enable_fuzzers_override = true |
| OLD | NEW |