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

Unified Diff: mojo/services/view_manager/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/view_manager/BUILD.gn
diff --git a/mojo/services/view_manager/BUILD.gn b/mojo/services/view_manager/BUILD.gn
index 4c71e3de34edbf1324be0d2061e521ae462ce69a..17e1ba99928fd22d9d8272ac6731a463c0c3f00b 100644
--- a/mojo/services/view_manager/BUILD.gn
+++ b/mojo/services/view_manager/BUILD.gn
@@ -3,8 +3,9 @@
# found in the LICENSE file.
import("//build/config/ui.gni")
+import("//mojo/public/mojo_application.gni")
-shared_library("view_manager") {
+mojo_binary_application("view_manager") {
sources = [
"access_policy.h",
"access_policy_delegate.h",
@@ -86,7 +87,7 @@ test("view_manager_unittests") {
}
}
-shared_library("view_manager_server_apptests") {
+mojo_binary_application("view_manager_server_apptests") {
testonly = true
sources = [

Powered by Google App Engine
This is Rietveld 408576698