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

Unified Diff: Source/core/core.gypi

Issue 1198863006: First version of PerformanceObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review comments 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
« no previous file with comments | « Source/bindings/templates/copyright_block.txt ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 63f5a48276453c8bec616c23524e83f48da0fb6f..db7a8041dfddcf33b9ec6adfca6c596b396dc4c0 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -380,6 +380,8 @@
'timing/PerformanceMark.idl',
'timing/PerformanceMeasure.idl',
'timing/PerformanceNavigation.idl',
+ 'timing/PerformanceObserver.idl',
+ 'timing/PerformanceObserverEntryList.idl',
'timing/PerformanceRenderTiming.idl',
'timing/PerformanceResourceTiming.idl',
'timing/PerformanceTiming.idl',
@@ -2051,6 +2053,11 @@
'timing/PerformanceMeasure.h',
'timing/PerformanceNavigation.cpp',
'timing/PerformanceNavigation.h',
+ 'timing/PerformanceObserver.cpp',
+ 'timing/PerformanceObserver.h',
+ 'timing/PerformanceObserverCallback.h',
+ 'timing/PerformanceObserverEntryList.cpp',
+ 'timing/PerformanceObserverEntryList.h',
'timing/PerformanceRenderTiming.cpp',
'timing/PerformanceRenderTiming.h',
'timing/PerformanceResourceTiming.cpp',
@@ -3530,6 +3537,7 @@
'html/track/TrackEventInit.idl',
'input/InputDeviceCapabilitiesInit.idl',
'page/EventSourceInit.idl',
+ 'timing/PerformanceObserverInit.idl',
],
'generated_core_dictionary_files': [
'<(blink_core_output_dir)/animation/KeyframeEffectOptions.cpp',
@@ -3618,6 +3626,8 @@
'<(blink_core_output_dir)/input/InputDeviceCapabilitiesInit.h',
'<(blink_core_output_dir)/page/EventSourceInit.cpp',
'<(blink_core_output_dir)/page/EventSourceInit.h',
+ '<(blink_core_output_dir)/timing/PerformanceObserverInit.cpp',
+ '<(blink_core_output_dir)/timing/PerformanceObserverInit.h',
],
'core_testing_dictionary_idl_files': [
'testing/InternalDictionary.idl',
« no previous file with comments | « Source/bindings/templates/copyright_block.txt ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698