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

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

Issue 1229673007: Add newton Dart library to //third_party/dart-pkg (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 | « DEPS ('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 8df39ea5a1b12e21c39ade5fa72329c1e1d64de2..8f7c873b495fb8ad4a9e70dec38479ebe5e1f953 100644
--- a/third_party/dart-pkg/BUILD.gn
+++ b/third_party/dart-pkg/BUILD.gn
@@ -12,6 +12,7 @@ group("dart-pkg") {
":cassowary",
":collection",
":crypto",
+ ":newton",
":path",
":quiver",
":source_span",
@@ -45,6 +46,10 @@ 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 | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698