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

Unified Diff: mojo/services/native_viewport/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: mojo/services/native_viewport/BUILD.gn
diff --git a/mojo/services/native_viewport/BUILD.gn b/mojo/services/native_viewport/BUILD.gn
index f9a66f4ff5124cde7506a8d995c9fc1fdb843a3f..a374f24bf3765fc065c28728f2610bca79e575d1 100644
--- a/mojo/services/native_viewport/BUILD.gn
+++ b/mojo/services/native_viewport/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//build/config/ui.gni")
+import("//mojo/public/mojo_application.gni")
if (is_android) {
import("//build/config/android/config.gni")
@@ -18,7 +19,7 @@ if (is_android) {
]
}
} else {
- shared_library("native_viewport") {
+ mojo_binary_application("native_viewport") {
output_name = "native_viewport_service"
sources = [ "main.cc" ]
deps = [

Powered by Google App Engine
This is Rietveld 408576698