| Index: sky/engine/core/core.gni
|
| diff --git a/sky/engine/core/core.gni b/sky/engine/core/core.gni
|
| index 06103af5038e7648daca5b2498fbb99c8ac02d29..5fcfce2d65b684cebbd686bad3235fc45e0fe96e 100644
|
| --- a/sky/engine/core/core.gni
|
| +++ b/sky/engine/core/core.gni
|
| @@ -1122,7 +1122,11 @@ core_idl_files = get_path_info([
|
| ],
|
| "abspath")
|
|
|
| -core_dart_files = get_path_info([ "painting/Rect.dart" ], "abspath")
|
| +core_dart_files = get_path_info([
|
| + "painting/Rect.dart",
|
| + "painting/Point.dart",
|
| + ],
|
| + "abspath")
|
|
|
| # Files for which bindings (.cpp and .h files) will be generated
|
| # 'partial interface', target (right side of) 'implements', and
|
|
|