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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 2137483003: Add UMA metrics for root scroller intervention to track forcing passive breakage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change layout test to a unit test Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/events/AddEventListenerOptionsResolved.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index aec61cf80217ddfe275cdbe5eae69f166cd9b13d..ceb7ba17f3e9fa929c6acdff5c7ac7640ed9a977 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2736,6 +2736,8 @@
'dom/shadow/SlotAssignment.h',
'dom/shadow/SlotScopedTraversal.cpp',
'dom/shadow/SlotScopedTraversal.h',
+ 'events/AddEventListenerOptionsResolved.cpp',
+ 'events/AddEventListenerOptionsResolved.h',
'events/AnimationEvent.cpp',
'events/AnimationEvent.h',
'events/AnimationPlayerEvent.cpp',
@@ -4071,6 +4073,7 @@
'editing/state_machines/StateMachineTestUtil.cpp',
'editing/state_machines/StateMachineUtilTest.cpp',
'events/EventPathTest.cpp',
+ 'events/EventTargetTest.cpp',
'events/PointerEventFactoryTest.cpp',
'fetch/CachingCorrectnessTest.cpp',
'fetch/ClientHintsPreferencesTest.cpp',
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/events/AddEventListenerOptionsResolved.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698