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

Unified Diff: examples/dart/hello_world/world/BUILD.gn

Issue 1441033002: Move mojo and mojom from mojo/public/dart to mojo/dart/packages (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 | « examples/dart/hello_world/hello/BUILD.gn ('k') | examples/dart/netcat/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/dart/hello_world/world/BUILD.gn
diff --git a/examples/dart/hello_world/world/BUILD.gn b/examples/dart/hello_world/world/BUILD.gn
index 6ac9c8797939312cfbcb64e8deec85f0aaaec716..272c1a193b1a2f8e471a59d082c52ef848916c2e 100644
--- a/examples/dart/hello_world/world/BUILD.gn
+++ b/examples/dart/hello_world/world/BUILD.gn
@@ -13,6 +13,7 @@ dart_pkg("world") {
"pubspec.yaml",
]
deps = [
+ "//mojo/dart/packages",
"//mojo/public/dart",
]
« no previous file with comments | « examples/dart/hello_world/hello/BUILD.gn ('k') | examples/dart/netcat/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698