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

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

Issue 1492143002: Add support for printing multicol containers, and enable it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: code review Created 5 years 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 0b71a481235ee76fa7411918d28d5834e1382666..adb5fef48cf211e3a2a4e11490a74ba79b5694ab 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -513,6 +513,7 @@
'layout/CounterNode.h',
'layout/FloatingObjects.cpp',
'layout/FloatingObjects.h',
+ 'layout/FragmentationContext.h',
'layout/GeneratedChildren.h',
'layout/HitTestCache.cpp',
'layout/HitTestCache.h',
@@ -695,6 +696,8 @@
'layout/TracedLayoutObject.cpp',
'layout/TracedLayoutObject.h',
'layout/VerticalPositionCache.h',
+ 'layout/ViewFragmentationContext.cpp',
+ 'layout/ViewFragmentationContext.h',
'layout/compositing/CompositedLayerMapping.cpp',
'layout/compositing/CompositedLayerMapping.h',
'layout/compositing/CompositingInputsUpdater.cpp',

Powered by Google App Engine
This is Rietveld 408576698