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

Unified Diff: sky/engine/bindings/BUILD.gn

Issue 1151673002: Sky: different tack for custom Rect type in the Canvas API. (Closed) Base URL: git@github.com:/domokit/mojo.git@master
Patch Set: Float32List Created 5 years, 7 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/bindings/scripts/code_generator_dart.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/BUILD.gn
diff --git a/sky/engine/bindings/BUILD.gn b/sky/engine/bindings/BUILD.gn
index f711219aa963d1377498b51bbbd09d99caf4b659..1ac7d34d044d614c0074f5c78f55789554991ca9 100644
--- a/sky/engine/bindings/BUILD.gn
+++ b/sky/engine/bindings/BUILD.gn
@@ -330,8 +330,15 @@ action("generate_dart_globals") {
]
}
+copy("copy_core_dart_files") {
+ sources = core_dart_files
+ outputs = [
+ "$bindings_output_dir/{{source_file_part}}",
+ ]
+}
+
action("generate_dart_sky") {
- sources = core_idl_files
+ sources = core_idl_files + core_dart_files
script = "$bindings_scripts_dir/compiler.py"
file_list = "$target_gen_dir/${target_name}_file_list.txt"
@@ -354,6 +361,7 @@ action("generate_dart_sky") {
]
deps = [
+ ":copy_core_dart_files",
":compile_idls",
]
}
« no previous file with comments | « no previous file | sky/engine/bindings/scripts/code_generator_dart.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698