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

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: Refactoring related to OILPAN 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 86e94bfca2b629ef4055115b7398a15b102b7be3..36c314c9df7cd616b58806b91658859f64c1f938 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2270,6 +2270,8 @@
'dom/ActiveDOMObject.cpp',
'dom/AddConsoleMessageTask.cpp',
'dom/AddConsoleMessageTask.h',
+ 'dom/AssignedNodeTraversal.cpp',
+ 'dom/AssignedNodeTraversal.h',
'dom/Attr.cpp',
'dom/AttributeCollection.h',
'dom/CDATASection.cpp',
@@ -2288,6 +2290,8 @@
'dom/ClientRect.h',
'dom/ClientRectList.cpp',
'dom/ClientRectList.h',
+ 'dom/CombinedNodeTraversal.cpp',
+ 'dom/CombinedNodeTraversal.h',
'dom/Comment.cpp',
'dom/Comment.h',
'dom/CompositorProxy.cpp',

Powered by Google App Engine
This is Rietveld 408576698