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

Unified Diff: sky/engine/core/core.gni

Issue 1055243002: Revert "Revert "First iteration on custom layout."" (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « no previous file | sky/engine/core/dom/Element.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/core.gni
diff --git a/sky/engine/core/core.gni b/sky/engine/core/core.gni
index db67b1261dfcbe069a7159bddcbc79c25da11abb..d24dc73df8c4e390d478719c744adc52d9b4ae2c 100644
--- a/sky/engine/core/core.gni
+++ b/sky/engine/core/core.gni
@@ -799,6 +799,7 @@ sky_core_files = [
"inspector/ScriptAsyncCallStack.cpp",
"inspector/ScriptAsyncCallStack.h",
"inspector/ScriptGCEventListener.h",
+ "layout/LayoutCallback.h",
"loader/DocumentLoadTiming.cpp",
"loader/DocumentLoadTiming.h",
"loader/EmptyClients.cpp",
@@ -897,6 +898,8 @@ sky_core_files = [
"rendering/RenderBox.h",
"rendering/RenderBoxModelObject.cpp",
"rendering/RenderBoxModelObject.h",
+ "rendering/RenderCustomLayout.cpp",
+ "rendering/RenderCustomLayout.h",
"rendering/RenderFlexibleBox.cpp",
"rendering/RenderFlexibleBox.h",
"rendering/RenderGeometryMap.cpp",
@@ -1094,6 +1097,7 @@ core_idl_files = get_path_info([
"html/ImageData.idl",
"html/TextMetrics.idl",
"html/VoidCallback.idl",
+ "layout/LayoutCallback.idl",
"painting/Paint.idl",
"painting/PaintingCallback.idl",
"painting/PaintingContext.idl",
« no previous file with comments | « no previous file | sky/engine/core/dom/Element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698