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

Side by Side Diff: mojo/services/clipboard/BUILD.gn

Issue 659733003: Revert "Remove 'mojo_' prefix from all mojo applications." (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 months 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 unified diff | Download patch
« no previous file with comments | « mojo/public/tools/download_shell_binary.py ('k') | mojo/services/native_viewport/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # GYP version: mojo/mojo_services.gypi:mojo_clipboard 5 # GYP version: mojo/mojo_services.gypi:mojo_clipboard
6 shared_library("clipboard") { 6 shared_library("clipboard") {
7 output_name = "mojo_clipboard"
8
7 deps = [ 9 deps = [
8 "//base", 10 "//base",
9 "//mojo/application", 11 "//mojo/application",
10 "//mojo/common", 12 "//mojo/common",
11 "//mojo/environment:chromium", 13 "//mojo/environment:chromium",
12 "//mojo/public/c/system:for_shared_library", 14 "//mojo/public/c/system:for_shared_library",
13 "//mojo/public/cpp/bindings", 15 "//mojo/public/cpp/bindings",
14 "//mojo/services/public/interfaces/clipboard", 16 "//mojo/services/public/interfaces/clipboard",
15 "//ui/base", 17 "//ui/base",
16 ] 18 ]
17 19
18 sources = [ 20 sources = [
19 "clipboard_standalone_impl.cc", 21 "clipboard_standalone_impl.cc",
20 "clipboard_standalone_impl.h", 22 "clipboard_standalone_impl.h",
21 "main.cc", 23 "main.cc",
22 ] 24 ]
23 } 25 }
24 26
25 # GYP version: mojo/mojo_services.gypi:mojo_clipboard_unittests 27 # GYP version: mojo/mojo_services.gypi:mojo_clipboard_unittests
26 test("clipboard_unittests") { 28 test("mojo_clipboard_unittests") {
27 deps = [ 29 deps = [
28 "//base", 30 "//base",
29 "//base/test:test_support", 31 "//base/test:test_support",
30 "//mojo/application", 32 "//mojo/application",
31 "//mojo/application_manager", 33 "//mojo/application_manager",
32 "//mojo/common", 34 "//mojo/common",
33 "//mojo/edk/system", 35 "//mojo/edk/system",
34 "//mojo/edk/test:run_all_unittests", 36 "//mojo/edk/test:run_all_unittests",
35 "//mojo/environment:chromium", 37 "//mojo/environment:chromium",
36 "//mojo/services/public/interfaces/clipboard:clipboard", 38 "//mojo/services/public/interfaces/clipboard:clipboard",
37 "//mojo/shell:test_support", 39 "//mojo/shell:test_support",
38 "//testing/gtest", 40 "//testing/gtest",
39 ] 41 ]
40 42
41 sources = [ 43 sources = [
42 "clipboard_standalone_unittest.cc", 44 "clipboard_standalone_unittest.cc",
43 ] 45 ]
44 } 46 }
OLDNEW
« no previous file with comments | « mojo/public/tools/download_shell_binary.py ('k') | mojo/services/native_viewport/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698