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

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

Issue 581273003: Make mojo/services pass in "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ui
Patch Set: no brackets Created 6 years, 3 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/bindings/mojom.gni ('k') | mojo/services/gles2/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 component("clipboard") { 6 component("clipboard") {
7 deps = [ 7 deps = [
8 "//base", 8 "//base",
9 "//mojo/application",
9 "//mojo/common", 10 "//mojo/common",
10 "//mojo/environment:chromium", 11 "//mojo/environment:chromium",
11 "//mojo/public/c/system:for_component", 12 "//mojo/public/c/system:for_component",
13 "//mojo/public/cpp/bindings",
12 "//mojo/services/public/interfaces/clipboard", 14 "//mojo/services/public/interfaces/clipboard",
13 "//ui/base", 15 "//ui/base",
14 ] 16 ]
15 17
16 sources = [ 18 sources = [
17 "clipboard_standalone_impl.cc", 19 "clipboard_standalone_impl.cc",
18 "clipboard_standalone_impl.h", 20 "clipboard_standalone_impl.h",
19 "main.cc", 21 "main.cc",
20 ] 22 ]
21 } 23 }
(...skipping 11 matching lines...) Expand all
33 "//mojo/services/public/interfaces/clipboard:clipboard", 35 "//mojo/services/public/interfaces/clipboard:clipboard",
34 "//mojo/shell:test_support", 36 "//mojo/shell:test_support",
35 "//mojo/system", 37 "//mojo/system",
36 "//testing/gtest", 38 "//testing/gtest",
37 ] 39 ]
38 40
39 sources = [ 41 sources = [
40 "clipboard_standalone_unittest.cc", 42 "clipboard_standalone_unittest.cc",
41 ] 43 ]
42 } 44 }
OLDNEW
« no previous file with comments | « mojo/public/tools/bindings/mojom.gni ('k') | mojo/services/gles2/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698