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

Unified Diff: mojo/public/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 | « mojo/dart/tools/find_api_include_path.py ('k') | mojo/public/dart/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/BUILD.gn
diff --git a/mojo/public/BUILD.gn b/mojo/public/BUILD.gn
index 35619fa98bb95b41a461aa92d7249038174b7859..6757105efc4b66ee602a55a54a4d078e0b543f6b 100644
--- a/mojo/public/BUILD.gn
+++ b/mojo/public/BUILD.gn
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//mojo/public/mojo.gni")
+
group("public") {
# Meta-target, don't link into production code.
testonly = true
@@ -22,6 +24,12 @@ group("public") {
]
}
+ if (mojo_use_dart) {
+ deps += [
+ "//mojo/public/dart",
+ ]
+ }
+
if (is_android) {
deps += [
"//mojo/public/java:system",
« no previous file with comments | « mojo/dart/tools/find_api_include_path.py ('k') | mojo/public/dart/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698