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

Unified Diff: mojo/dart/apptests/test_apps/echo_with_service_describer/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
Index: mojo/dart/apptests/test_apps/echo_with_service_describer/BUILD.gn
diff --git a/examples/dart/device_info/BUILD.gn b/mojo/dart/apptests/test_apps/echo_with_service_describer/BUILD.gn
similarity index 67%
copy from examples/dart/device_info/BUILD.gn
copy to mojo/dart/apptests/test_apps/echo_with_service_describer/BUILD.gn
index 8626bdb081e800cf654dd8e5c3bc0925aeb39007..146a3b57f7f7772e9b4216d9253cee12638ec7e4 100644
--- a/examples/dart/device_info/BUILD.gn
+++ b/mojo/dart/apptests/test_apps/echo_with_service_describer/BUILD.gn
@@ -1,12 +1,12 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
+# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//mojo/public/dart/rules.gni")
-dart_pkg("device_info") {
+dart_pkg("echo_with_service_describer") {
apps = [ [
- "dart_device_info",
+ "dart_echo_with_service_describer",
"lib/main.dart",
] ]
sources = [
« no previous file with comments | « mojo/dart/apptests/test_apps/BUILD.gn ('k') | mojo/dart/apptests/test_apps/echo_with_service_describer/lib/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698