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

Unified Diff: mojo/dart/apptest/BUILD.gn

Issue 1063233004: Teach dart_package to understand the packages/ subdirectory (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase Created 5 years, 8 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') | mojo/dart/apptest/pubspec.lock » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/apptest/BUILD.gn
diff --git a/mojo/dart/apptest/BUILD.gn b/mojo/dart/apptest/BUILD.gn
index ec53d190f167f390a2e5580fc3963d62c19a3646..1f5aa556e0d2404240cf3233902ccb5dcbf365de 100644
--- a/mojo/dart/apptest/BUILD.gn
+++ b/mojo/dart/apptest/BUILD.gn
@@ -5,11 +5,11 @@
import("//mojo/public/dart/rules.gni")
dart_package("apptest") {
+ uses_pub = true
sources = [
"apptest/apptest.dart",
]
deps = [
"//mojo/public/dart",
- "//third_party/dart-packages/unittest",
]
}
« no previous file with comments | « DEPS ('k') | mojo/dart/apptest/pubspec.lock » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698