Chromium Code Reviews

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: Okay, bots. You won this round! Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 4278ae5689814c2f2ee49d483cad5fb9c8951f85..6e8cd0638bd21c06abcd8f2ebf340ee19316b84b 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -510,6 +510,7 @@
'layout/CounterNode.h',
'layout/FloatingObjects.cpp',
'layout/FloatingObjects.h',
+ 'layout/FragmentationContext.h',
'layout/GeneratedChildren.h',
'layout/HitTestCache.cpp',
'layout/HitTestCache.h',
@@ -692,6 +693,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