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

Unified Diff: third_party/dart-pkg/BUILD.gn

Issue 1260623003: Remove duplicate mojom.dart files from mojo_services (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix build Created 5 years, 5 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/dart/mojo_services/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/dart-pkg/BUILD.gn
diff --git a/third_party/dart-pkg/BUILD.gn b/third_party/dart-pkg/BUILD.gn
index 8f7c873b495fb8ad4a9e70dec38479ebe5e1f953..8df39ea5a1b12e21c39ade5fa72329c1e1d64de2 100644
--- a/third_party/dart-pkg/BUILD.gn
+++ b/third_party/dart-pkg/BUILD.gn
@@ -12,7 +12,6 @@ group("dart-pkg") {
":cassowary",
":collection",
":crypto",
- ":newton",
":path",
":quiver",
":source_span",
@@ -46,10 +45,6 @@ dart_pkg("crypto") {
pkg_dir = "//third_party/dart-pkg/crypto"
}
-dart_pkg("newton") {
- pkg_dir = "//third_party/dart-pkg/newton"
-}
-
dart_pkg("path") {
pkg_dir = "//third_party/dart-pkg/path"
}
« no previous file with comments | « mojo/dart/mojo_services/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698