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

Unified Diff: mojo/public/dart/BUILD.gn

Issue 1164323002: Fixup Sky and Mojo dart pkg's exported mojoms (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
« no previous file with comments | « no previous file | mojo/public/tools/dart_list_mojoms.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/dart/BUILD.gn
diff --git a/mojo/public/dart/BUILD.gn b/mojo/public/dart/BUILD.gn
index c36245c924f90a09b9e2de7f8a7e227b32b2f817..7c99cc9c30f549375c17ed07d8dad5318d20c646 100644
--- a/mojo/public/dart/BUILD.gn
+++ b/mojo/public/dart/BUILD.gn
@@ -44,8 +44,11 @@ dart_pkg("mojo") {
"pubspec.yaml",
"README.md",
]
+
+ # List of mojom targets that the mojo pkg exports
deps = [
"../interfaces/application",
"../interfaces/bindings",
+ "../../services",
]
}
« no previous file with comments | « no previous file | mojo/public/tools/dart_list_mojoms.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698