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

Unified Diff: build_overrides/v8.gni

Issue 1709003002: Geometry: Reimplement DOMPoint using V8 extras. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: build_overrides/v8.gni
diff --git a/build_overrides/v8.gni b/build_overrides/v8.gni
index e50a6a2d894934d966ae997e87f45718dbb5a787..51482096001e66c666bfa81101b999ef311a5fcb 100644
--- a/build_overrides/v8.gni
+++ b/build_overrides/v8.gni
@@ -24,6 +24,8 @@ v8_experimental_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/modules/geometry/DOMPointReadOnly.js",
+ "../third_party/WebKit/Source/modules/geometry/DOMPoint.js",
]
if (is_android) {

Powered by Google App Engine
This is Rietveld 408576698