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

Unified Diff: mojo/dart/apptests/dart_apptests/BUILD.gn

Issue 1648803006: Expose Service Describer in Dart mojo package (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Address zra's feedback Created 4 years, 10 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 | « no previous file | mojo/dart/apptests/dart_apptests/lib/main.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/apptests/dart_apptests/BUILD.gn
diff --git a/mojo/dart/apptests/dart_apptests/BUILD.gn b/mojo/dart/apptests/dart_apptests/BUILD.gn
index a434f6fda7bffda195bf4f2c80fcef9601231333..830a3fbadb22e3cf02472e558bd45ee23575b7e9 100644
--- a/mojo/dart/apptests/dart_apptests/BUILD.gn
+++ b/mojo/dart/apptests/dart_apptests/BUILD.gn
@@ -16,13 +16,14 @@ dart_pkg("dart_apptests") {
"lib/src/io_http_apptests.dart",
"lib/src/io_internet_address_apptests.dart",
"lib/src/pingpong_apptests.dart",
+ "lib/src/service_describer_apptests.dart",
"lib/src/uri_apptests.dart",
"lib/src/versioning_apptests.dart",
"pubspec.yaml",
]
deps = [
+ "//mojo/dart/apptests/test_apps",
"//mojo/dart/packages",
"//mojo/public/dart",
- "//mojo/dart/apptests/test_apps",
]
}
« no previous file with comments | « no previous file | mojo/dart/apptests/dart_apptests/lib/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698