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

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

Issue 1023753007: First iteration on custom layout. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fix liscense header 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') | sky/engine/core/dom/Element.cpp » ('J')
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 58ed24012c6c3d3d27193b334e330188aa3390a1..8dc9f49de773c7e23595e15c0de7d8d51baf4743 100644
--- a/sky/engine/core/core.gni
+++ b/sky/engine/core/core.gni
@@ -905,6 +905,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",
@@ -1003,6 +1004,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",
@@ -1242,6 +1245,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') | sky/engine/core/dom/Element.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698