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

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: Applied code review suggestions. Also rebased. Created 6 years, 8 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 675f7065cc1f8fa257ba7c772d0bd97c6c55dd6e..622e8b1ca45c04e50c0574cea82b88bc04959f49 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1713,6 +1713,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