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

Unified Diff: mojo/dart/apptests/test_apps/echo/BUILD.gn

Issue 1545483003: Dart: Reorganize files (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix build file Created 5 years 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/apptests/test_apps/BUILD.gn ('k') | mojo/dart/apptests/test_apps/echo/lib/main.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/apptests/test_apps/echo/BUILD.gn
diff --git a/examples/dart/wget/BUILD.gn b/mojo/dart/apptests/test_apps/echo/BUILD.gn
similarity index 90%
copy from examples/dart/wget/BUILD.gn
copy to mojo/dart/apptests/test_apps/echo/BUILD.gn
index 4bae4dae042b5104f4d4b02e0d405509e94a3137..2bd6a73e3f475a5f5852aecfaef1c80d51335946 100644
--- a/examples/dart/wget/BUILD.gn
+++ b/mojo/dart/apptests/test_apps/echo/BUILD.gn
@@ -4,9 +4,9 @@
import("//mojo/public/dart/rules.gni")
-dart_pkg("wget") {
+dart_pkg("echo") {
apps = [ [
- "dart_wget",
+ "dart_echo",
"lib/main.dart",
] ]
sources = [
« no previous file with comments | « mojo/dart/apptests/test_apps/BUILD.gn ('k') | mojo/dart/apptests/test_apps/echo/lib/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698