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

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

Issue 1017373003: Introduce PaintingContext, which will be used for custom painting (Closed) Base URL: git@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/painting/Paint.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 44cb7c58a1ca1482ccf1102df1009cd51c215f22..b3bf1edfd401d9c3734ef476ae0422fe5018e823 100644
--- a/sky/engine/core/core.gni
+++ b/sky/engine/core/core.gni
@@ -940,6 +940,10 @@ sky_core_files = [
"page/PageVisibilityState.cpp",
"page/PageVisibilityState.h",
"page/SpellCheckerClient.h",
+ "painting/Paint.cpp",
+ "painting/Paint.h",
+ "painting/PaintingContext.cpp",
+ "painting/PaintingContext.h",
"rendering/BidiRun.h",
"rendering/BidiRunForLine.cpp",
"rendering/BidiRunForLine.h",
@@ -1234,6 +1238,8 @@ core_idl_files = get_path_info([
"html/ImageData.idl",
"html/TextMetrics.idl",
"html/VoidCallback.idl",
+ "painting/Paint.idl",
+ "painting/PaintingContext.idl",
],
"abspath")
« no previous file with comments | « no previous file | sky/engine/core/painting/Paint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698