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

Unified Diff: Source/bindings/core/v8/v8.gypi

Issue 1330633003: Intersection Observer first draft Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix segfault on null input. Created 5 years, 3 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: Source/bindings/core/v8/v8.gypi
diff --git a/Source/bindings/core/v8/v8.gypi b/Source/bindings/core/v8/v8.gypi
index 265d3b20be053749afafe10f6a6943acda897e04..121bb3f3ddd0dc04b787fb1282841ebff3c96650 100644
--- a/Source/bindings/core/v8/v8.gypi
+++ b/Source/bindings/core/v8/v8.gypi
@@ -130,6 +130,8 @@
'V8IdleTaskRunner.h',
'V8Initializer.cpp',
'V8Initializer.h',
+ 'V8IntersectionObserverCallback.cpp',
+ 'V8IntersectionObserverCallback.h',
'V8IteratorResultValue.cpp',
'V8IteratorResultValue.h',
'V8LazyEventListener.cpp',

Powered by Google App Engine
This is Rietveld 408576698