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

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

Issue 1707443003: Consider slots as a focus scope (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implementing new traversal inside FocusController Created 4 years, 10 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/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 652a075716d275d8cc3315d46513429a20353294..a9628e363b49747800fc8c4c84d292f2c121acc9 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2290,6 +2290,8 @@
'dom/ActiveDOMObject.cpp',
'dom/AddConsoleMessageTask.cpp',
'dom/AddConsoleMessageTask.h',
+ 'dom/AssignedElementTraversal.cpp',
+ 'dom/AssignedElementTraversal.h',
kochi 2016/03/01 12:55:40 Maybe these files can be in dom/shadow ? (FlatTree
yuzuchan 2016/03/02 09:02:14 Done.
'dom/Attr.cpp',
'dom/AttributeCollection.h',
'dom/CDATASection.cpp',

Powered by Google App Engine
This is Rietveld 408576698