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

Unified Diff: mojo/BUILD.gn

Issue 674383002: Initial work on Dart bindings for Mojo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Merge. Work on templates. Created 6 years, 1 month 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 | mojo/dart/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index c82b28c55cf33165b0a91ab9bec1e5de070b8b73..6b17ca9103b3f332dfa19cce0b07261a67fa9c6e 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -46,6 +46,11 @@ group("mojo") {
deps += [
"//mojo/python",
]
+ if (mojo_use_dart) {
+ deps += [
+ "//mojo/dart",
+ ]
+ }
}
}
« no previous file with comments | « no previous file | mojo/dart/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698