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

Unified Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 2408333004: Move persistent gesture state to Document, add DocumentUserGestureToken (Closed)
Patch Set: Switch back to checkign context->isDocument() Created 4 years, 2 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: third_party/WebKit/Source/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index d390cead90854827bd1fed5e6ae2dfc31de9861d..e99235993dd129d337459dd7960892353142d47e 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -1035,6 +1035,7 @@ source_set("unit_tests") {
"dom/DOMMatrixTest.cpp",
"dom/DocumentStatisticsCollectorTest.cpp",
"dom/DocumentTest.cpp",
+ "dom/DocumentUserGestureTokenTest.cpp",
"dom/ElementTest.cpp",
"dom/ElementVisibilityObserverTest.cpp",
"dom/ExecutionContextTaskTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698