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

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

Issue 1171743002: Change the way we provide custom dart code for IDL bindings. (Closed) Base URL: git@github.com:/domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 4e624bf99406f84be5b62ba091c27879f4e27ea8..0a53f4630e42492853fb57b1a99a00bdbd9379d2 100644
--- a/sky/engine/core/core.gni
+++ b/sky/engine/core/core.gni
@@ -1170,6 +1170,8 @@ core_idl_files = get_path_info([
core_dart_files = get_path_info([
"painting/Color.dart",
+ "painting/Gradient.dart",
+ "painting/MaskFilter.dart",
"painting/PaintingStyle.dart",
"painting/Point.dart",
"painting/Rect.dart",

Powered by Google App Engine
This is Rietveld 408576698