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

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

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/bindings/BUILD.gn
diff --git a/sky/engine/bindings/BUILD.gn b/sky/engine/bindings/BUILD.gn
index 477d4a6dc5d1f8e83bb3a0c52dd71d79508f670d..46232a3321c791e24cffc03e9caeabb056e262f2 100644
--- a/sky/engine/bindings/BUILD.gn
+++ b/sky/engine/bindings/BUILD.gn
@@ -334,7 +334,7 @@ action("generate_dart_globals") {
copy("copy_core_dart_files") {
sources = core_dart_files
outputs = [
- "$bindings_output_dir/{{source_file_part}}",
+ "$bindings_output_dir/Custom{{source_file_part}}",
]
}
« no previous file with comments | « no previous file | sky/engine/bindings/IDLExtendedAttributes.txt » ('j') | sky/engine/bindings/IDLExtendedAttributes.txt » ('J')

Powered by Google App Engine
This is Rietveld 408576698