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

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

Issue 1198863006: First version of PerformanceObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review comments. Name changes and moving statics to PerformanceBase. Created 5 years, 5 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 ef08d5cf063ff8154d693144f654a8c43b2790b7..c5a1f53f30d5ef90828da029b41a9a1bd3a58dbc 100644
--- a/Source/bindings/core/v8/v8.gypi
+++ b/Source/bindings/core/v8/v8.gypi
@@ -153,6 +153,8 @@
'V8PagePopupControllerBinding.h',
'V8PerContextData.cpp',
'V8PerContextData.h',
+ 'V8PerformanceObserverCallback.cpp',
+ 'V8PerformanceObserverCallback.h',
'V8PerIsolateData.cpp',
'V8PerIsolateData.h',
'V8PersistentValueVector.h',

Powered by Google App Engine
This is Rietveld 408576698