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

Unified Diff: examples/dart/hello_world/hello/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 | « benchmarks/mojo_rtt_benchmark/BUILD.gn ('k') | examples/dart/hello_world/world/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/dart/hello_world/hello/BUILD.gn
diff --git a/examples/dart/hello_world/hello/BUILD.gn b/examples/dart/hello_world/hello/BUILD.gn
index de773d9432a56dccc5f7a499f234f3f18cd04a84..1ff8c1a6337c07f93181ade77db8bf54b3d4c4fc 100644
--- a/examples/dart/hello_world/hello/BUILD.gn
+++ b/examples/dart/hello_world/hello/BUILD.gn
@@ -13,6 +13,7 @@ dart_pkg("hello") {
"pubspec.yaml",
]
deps = [
+ "//mojo/dart/packages",
"//mojo/public/dart",
]
}
« no previous file with comments | « benchmarks/mojo_rtt_benchmark/BUILD.gn ('k') | examples/dart/hello_world/world/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698