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

Unified Diff: mojo/dart/http_load_test/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/embedder/BUILD.gn ('k') | mojo/dart/packages/.gitignore » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/http_load_test/BUILD.gn
diff --git a/mojo/dart/http_load_test/BUILD.gn b/mojo/dart/http_load_test/BUILD.gn
index 67b1688b1cb98519bd2ffbb047f6b63c7d9ca93a..f1dc2743761c691f6d23fc3e2491e9baad44c634 100644
--- a/mojo/dart/http_load_test/BUILD.gn
+++ b/mojo/dart/http_load_test/BUILD.gn
@@ -14,7 +14,8 @@ dart_pkg("http_load_test") {
"pubspec.yaml",
]
deps = [
- "//mojo/public/dart",
+ "//mojo/dart/packages/",
"//mojo/dart/mojo_services",
+ "//mojo/public/dart",
]
}
« no previous file with comments | « mojo/dart/embedder/BUILD.gn ('k') | mojo/dart/packages/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698