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

Unified Diff: build_overrides/v8.gni

Issue 2453713003: Implementation of WritableStream (Closed)
Patch Set: Add missing return to promise_test Created 4 years, 1 month 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 | third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_overrides/v8.gni
diff --git a/build_overrides/v8.gni b/build_overrides/v8.gni
index f50e6b42d2e9234bf1a9368534c03389c8bbafb3..1a8346d5ebc7d673f0a0e7f16a32e7103f179c93 100644
--- a/build_overrides/v8.gni
+++ b/build_overrides/v8.gni
@@ -14,10 +14,11 @@ enable_correct_v8_arch = false
# Be sure to synchronize with build/common.gypi
v8_extra_library_files = [
- "../third_party/WebKit/Source/core/streams/ByteLengthQueuingStrategy.js",
- "../third_party/WebKit/Source/core/streams/CountQueuingStrategy.js",
- "../third_party/WebKit/Source/core/streams/ReadableStream.js",
+ "//third_party/WebKit/Source/core/streams/ByteLengthQueuingStrategy.js",
+ "//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" ]
v8_enable_inspector_override = true
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698