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

Side by Side Diff: .gn

Issue 2792513002: Ship ReadableStream pipeTo() (Closed)
Patch Set: Add a comment explaining the purpose of the asserts in PipeTo Created 3 years, 8 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is used by the GN meta build system to find the root of the source 1 # This file is used by the GN meta build system to find the root of the source
2 # tree and to set startup options. For documentation on the values set in this 2 # tree and to set startup options. For documentation on the values set in this
3 # file, run "gn help dotfile" at the command line. 3 # file, run "gn help dotfile" at the command line.
4 4
5 import("//build/dotfile_settings.gni") 5 import("//build/dotfile_settings.gni")
6 6
7 # The location of the build configuration file. 7 # The location of the build configuration file.
8 buildconfig = "//build/config/BUILDCONFIG.gn" 8 buildconfig = "//build/config/BUILDCONFIG.gn"
9 9
10 # The secondary source root is a parallel directory tree where 10 # The secondary source root is a parallel directory tree where
(...skipping 22 matching lines...) Expand all
33 # to be executed first during snapshot creation. 33 # to be executed first during snapshot creation.
34 "//third_party/WebKit/Source/core/streams/CommonStrings.js", 34 "//third_party/WebKit/Source/core/streams/CommonStrings.js",
35 "//third_party/WebKit/Source/core/streams/SimpleQueue.js", 35 "//third_party/WebKit/Source/core/streams/SimpleQueue.js",
36 36
37 # Extra libraries. 37 # Extra libraries.
38 "//third_party/WebKit/Source/core/streams/ByteLengthQueuingStrategy.js", 38 "//third_party/WebKit/Source/core/streams/ByteLengthQueuingStrategy.js",
39 "//third_party/WebKit/Source/core/streams/CountQueuingStrategy.js", 39 "//third_party/WebKit/Source/core/streams/CountQueuingStrategy.js",
40 "//third_party/WebKit/Source/core/streams/ReadableStream.js", 40 "//third_party/WebKit/Source/core/streams/ReadableStream.js",
41 "//third_party/WebKit/Source/core/streams/WritableStream.js", 41 "//third_party/WebKit/Source/core/streams/WritableStream.js",
42 ] 42 ]
43 v8_experimental_extra_library_files = [ "//third_party/WebKit/Source/core/stre ams/ReadableStreamExperimentalPipeTo.js" ] 43 v8_experimental_extra_library_files = []
44 v8_enable_inspector = true 44 v8_enable_inspector = true
45 v8_enable_gdbjit = false 45 v8_enable_gdbjit = false
46 v8_imminent_deprecation_warnings = false 46 v8_imminent_deprecation_warnings = false
47 } 47 }
48 48
49 # These are the targets to check headers for by default. The files in targets 49 # These are the targets to check headers for by default. The files in targets
50 # matching these patterns (see "gn help label_pattern" for format) will have 50 # matching these patterns (see "gn help label_pattern" for format) will have
51 # their includes checked for proper dependencies when you run either 51 # their includes checked for proper dependencies when you run either
52 # "gn check" or "gn gen --check". 52 # "gn check" or "gn gen --check".
53 check_targets = [ 53 check_targets = [
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 "//third_party/google_input_tools/inputview.gni", 275 "//third_party/google_input_tools/inputview.gni",
276 276
277 # CLD2 should be removed soon, delete this when we do. 277 # CLD2 should be removed soon, delete this when we do.
278 "//third_party/cld_2/BUILD.gn", 278 "//third_party/cld_2/BUILD.gn",
279 "//tools/grit/grit_rule.gni", 279 "//tools/grit/grit_rule.gni",
280 280
281 # Not gypi-to-gn. 281 # Not gypi-to-gn.
282 "//google_apis/BUILD.gn", 282 "//google_apis/BUILD.gn",
283 "//printing/BUILD.gn", 283 "//printing/BUILD.gn",
284 ] 284 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698