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

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

Issue 583423002: Revert of Make mojo/services pass in "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ui
Patch Set: 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",
10 "//mojo/common", 9 "//mojo/common",
11 "//mojo/environment:chromium", 10 "//mojo/environment:chromium",
12 "//mojo/public/c/system:for_component", 11 "//mojo/public/c/system:for_component",
13 "//mojo/public/cpp/bindings",
14 "//mojo/services/public/interfaces/clipboard", 12 "//mojo/services/public/interfaces/clipboard",
15 "//ui/base", 13 "//ui/base",
16 ] 14 ]
17 15
18 sources = [ 16 sources = [
19 "clipboard_standalone_impl.cc", 17 "clipboard_standalone_impl.cc",
20 "clipboard_standalone_impl.h", 18 "clipboard_standalone_impl.h",
21 "main.cc", 19 "main.cc",
22 ] 20 ]
23 } 21 }
(...skipping 11 matching lines...) Expand all
35 "//mojo/services/public/interfaces/clipboard:clipboard", 33 "//mojo/services/public/interfaces/clipboard:clipboard",
36 "//mojo/shell:test_support", 34 "//mojo/shell:test_support",
37 "//mojo/system", 35 "//mojo/system",
38 "//testing/gtest", 36 "//testing/gtest",
39 ] 37 ]
40 38
41 sources = [ 39 sources = [
42 "clipboard_standalone_unittest.cc", 40 "clipboard_standalone_unittest.cc",
43 ] 41 ]
44 } 42 }
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