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

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

Issue 1017593005: Add a basic custom painting facility to Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Add missing files 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
Index: sky/engine/core/core.gni
diff --git a/sky/engine/core/core.gni b/sky/engine/core/core.gni
index b3bf1edfd401d9c3734ef476ae0422fe5018e823..97fa2f969b50b777de4626c24fa8ef11ef694383 100644
--- a/sky/engine/core/core.gni
+++ b/sky/engine/core/core.gni
@@ -942,6 +942,8 @@ sky_core_files = [
"page/SpellCheckerClient.h",
"painting/Paint.cpp",
"painting/Paint.h",
+ "painting/PaintingCallback.cpp",
+ "painting/PaintingCallback.h",
"painting/PaintingContext.cpp",
"painting/PaintingContext.h",
"rendering/BidiRun.h",
@@ -1239,6 +1241,7 @@ core_idl_files = get_path_info([
"html/TextMetrics.idl",
"html/VoidCallback.idl",
"painting/Paint.idl",
+ "painting/PaintingCallback.idl",
"painting/PaintingContext.idl",
],
"abspath")

Powered by Google App Engine
This is Rietveld 408576698