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

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: Rebased once again to master, fixed layout test. 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 9b9b0211c305bca63f8c6cf0bec8a4a9416a43bf..8476c22e8cc670b0a7d2340b3627faa20e6a572e 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1712,6 +1712,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