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

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

Issue 1318903005: Move mojom to public/dart (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 4 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 | « mojo/public/dart/BUILD.gn ('k') | mojo/public/dart/mojom/CHANGELOG.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/dart/mojom/BUILD.gn
diff --git a/mojo/dart/mojom/BUILD.gn b/mojo/public/dart/mojom/BUILD.gn
similarity index 80%
rename from mojo/dart/mojom/BUILD.gn
rename to mojo/public/dart/mojom/BUILD.gn
index 70ff7da59f4f15e72fac828c114da29c9804e509..d54a69a2a104c86b2213f5053058ceadca845fda 100644
--- a/mojo/dart/mojom/BUILD.gn
+++ b/mojo/public/dart/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("//mojo/public/dart/rules.gni")
+import("../rules.gni")
dart_pkg("mojom") {
libs = [ "lib/generate.dart" ]
@@ -13,7 +13,4 @@ dart_pkg("mojom") {
"lib/src/utils.dart",
"pubspec.yaml",
]
- deps = [
- "//third_party/dart-pkg",
- ]
}
« no previous file with comments | « mojo/public/dart/BUILD.gn ('k') | mojo/public/dart/mojom/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698