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

Unified Diff: mojo/dart/packages/mojom/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/mojo_apptest/BUILD.gn ('k') | mojo/dart/packages/mojom/CHANGELOG.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/packages/mojom/BUILD.gn
diff --git a/mojo/public/dart/mojom/BUILD.gn b/mojo/dart/packages/mojom/BUILD.gn
similarity index 90%
rename from mojo/public/dart/mojom/BUILD.gn
rename to mojo/dart/packages/mojom/BUILD.gn
index 1a45b22887a7023ea3c332bf3abaff88ac13bd31..d76d78ef00a15b577f3ac300f4c7229f4e37bfdb 100644
--- a/mojo/public/dart/mojom/BUILD.gn
+++ b/mojo/dart/packages/mojom/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("../rules.gni")
+import("//mojo/public/dart/rules.gni")
dart_pkg("mojom") {
libs = [
@@ -23,6 +23,6 @@ dart_pkg("mojom") {
"pubspec.yaml",
]
deps = [
- "../third_party",
+ "//mojo/public/dart",
]
}
« no previous file with comments | « mojo/dart/packages/mojo_apptest/BUILD.gn ('k') | mojo/dart/packages/mojom/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698