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

Unified Diff: mojo/dart/packages/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 | « mojo/dart/packages/.gitignore ('k') | mojo/dart/packages/mojo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/packages/BUILD.gn
diff --git a/mojo/public/dart/BUILD.gn b/mojo/dart/packages/BUILD.gn
similarity index 58%
copy from mojo/public/dart/BUILD.gn
copy to mojo/dart/packages/BUILD.gn
index eb711461d174f58947bec8707176a7901189d541..ddcbf7166ff0102a567c0898fe7978a367b5d695 100644
--- a/mojo/public/dart/BUILD.gn
+++ b/mojo/dart/packages/BUILD.gn
@@ -2,10 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-group("dart") {
+group("packages") {
deps = [
- "mojo",
- "mojom",
- "third_party",
+ "//mojo/dart/packages/mojo",
+ "//mojo/dart/packages/mojo_apptest",
+ "//mojo/dart/packages/mojom",
]
}
« no previous file with comments | « mojo/dart/packages/.gitignore ('k') | mojo/dart/packages/mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698