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

Unified Diff: Source/core/core.gypi

Issue 17450016: Implementation of CSS3 nav-up/down/left/right properties from CSS3 UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review fixes, rebase, added more tests, made Style Navigation Data refcounted. Created 6 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 1d887f4ec264c8ee4433be9be67da1da36fc81ba..80237ff280368511c0ee02e5356791cfd7290787 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1835,6 +1835,9 @@
'rendering/style/StyleInheritedData.cpp',
'rendering/style/StyleMarqueeData.cpp',
'rendering/style/StyleMultiColData.cpp',
+ 'rendering/style/StyleNavigationData.cpp',
+ 'rendering/style/StyleNavigationData.h',
+ 'rendering/style/StyleNavigationValue.h',
'rendering/style/StylePendingImage.h',
'rendering/style/StyleRareInheritedData.cpp',
'rendering/style/StyleRareNonInheritedData.cpp',

Powered by Google App Engine
This is Rietveld 408576698