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

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

Issue 687433002: Remove mojo/shell and (most) service implementations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove mojo/gles2, disable mojo apps in component build 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 unified diff | Download patch
« no previous file with comments | « mojo/services/BUILD.gn ('k') | mojo/services/clipboard/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 # GYP version: mojo/mojo_services.gypi:mojo_clipboard
6 component("clipboard") {
7 deps = [
8 "//base",
9 "//mojo/application",
10 "//mojo/common",
11 "//mojo/environment:chromium",
12 "//mojo/public/c/system:for_component",
13 "//mojo/public/cpp/bindings",
14 "//mojo/services/public/interfaces/clipboard",
15 "//ui/base",
16 ]
17
18 sources = [
19 "clipboard_standalone_impl.cc",
20 "clipboard_standalone_impl.h",
21 "main.cc",
22 ]
23 }
24
25 # GYP version: mojo/mojo_services.gypi:mojo_clipboard_unittests
26 test("mojo_clipboard_unittests") {
27 deps = [
28 "//base",
29 "//base/test:test_support",
30 "//mojo/application",
31 "//mojo/application_manager",
32 "//mojo/common",
33 "//mojo/edk/system",
34 "//mojo/edk/test:run_all_unittests",
35 "//mojo/environment:chromium",
36 "//mojo/services/public/interfaces/clipboard:clipboard",
37 "//mojo/shell:test_support",
38 "//testing/gtest",
39 ]
40
41 sources = [
42 "clipboard_standalone_unittest.cc",
43 ]
44 }
OLDNEW
« no previous file with comments | « mojo/services/BUILD.gn ('k') | mojo/services/clipboard/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698