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

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: Add missing library. 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
« no previous file with comments | « mojo/public/mojo_application.gni ('k') | mojo/services/gles2/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/clipboard/BUILD.gn
diff --git a/mojo/services/clipboard/BUILD.gn b/mojo/services/clipboard/BUILD.gn
index fc0c0e3227bbc83071167ab8b1cef6de3c6ef0bd..0227417bdf766fe7b8f758d66769b7b1d13cd2b0 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_native_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",
« no previous file with comments | « mojo/public/mojo_application.gni ('k') | mojo/services/gles2/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698