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

Unified Diff: build/common.gypi

Issue 1701283002: Implement DOMPoint using v8 extras. 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-point.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index fdeac0b91fe37ea7ef953bcccc912bc2c553f46d..2b5d2bfdc7be75f5f381ea11d59427ffc4f9b122 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1548,6 +1548,8 @@
'v8_extra_library_files': [
'../third_party/WebKit/Source/core/streams/ReadableStreamTempStub.js',
+ '../third_party/WebKit/Source/modules/geometry/DOMPointReadOnly.js',
+ '../third_party/WebKit/Source/modules/geometry/DOMPoint.js',
],
'v8_experimental_extra_library_files': [
'../third_party/WebKit/Source/core/streams/ByteLengthQueuingStrategy.js',
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-point.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698