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

Unified Diff: examples/media_viewer/BUILD.gn

Issue 713513002: Change mojo application name to {name}.mojo (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 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
Index: examples/media_viewer/BUILD.gn
diff --git a/examples/media_viewer/BUILD.gn b/examples/media_viewer/BUILD.gn
index c43ba26a81ea02cfd7a0d7020b3410eda81e5ec4..3815e561a27991f9b470ecd4ba96176e5ada9478 100644
--- a/examples/media_viewer/BUILD.gn
+++ b/examples/media_viewer/BUILD.gn
@@ -3,11 +3,12 @@
# found in the LICENSE file.
import("//build/config/ui.gni")
+import("//mojo/public/mojo_application.gni")
import("//mojo/public/tools/bindings/mojom.gni")
if (use_aura) {
-shared_library("media_viewer") {
+mojo_binary_application("media_viewer") {
sources = [
"media_viewer.cc"
]

Powered by Google App Engine
This is Rietveld 408576698