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

Side by Side Diff: build_overrides/v8.gni

Issue 2521653003: Add v8_enable_fuzzers_override variable (Closed)
Patch Set: rebase Created 4 years 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698