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

Unified Diff: mojo/services/clipboard/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/clipboard/BUILD.gn
diff --git a/mojo/services/clipboard/BUILD.gn b/mojo/services/clipboard/BUILD.gn
index fc0c0e3227bbc83071167ab8b1cef6de3c6ef0bd..4e5befe983d6cfb310ea487fa9d87a67db7fcfd6 100644
--- a/mojo/services/clipboard/BUILD.gn
+++ b/mojo/services/clipboard/BUILD.gn
@@ -2,8 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# GYP version: mojo/mojo_services.gypi:mojo_clipboard
-shared_library("clipboard") {
+import("//mojo/public/mojo_application.gni")
+
+mojo_binary_application("clipboard") {
sources = [
"clipboard_standalone_impl.cc",
"clipboard_standalone_impl.h",
@@ -22,7 +23,6 @@ shared_library("clipboard") {
]
}
-# GYP version: mojo/mojo_services.gypi:mojo_clipboard_unittests
test("clipboard_unittests") {
sources = [
"clipboard_standalone_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698