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

Side by Side Diff: components/clipboard/BUILD.gn

Issue 1129193005: Random mandoline gn fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | mojo/runner/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 import("//third_party/mojo/src/mojo/public/mojo_application.gni") 5 import("//third_party/mojo/src/mojo/public/mojo_application.gni")
6 6
7 source_set("lib") { 7 source_set("lib") {
8 sources = [ 8 sources = [
9 "clipboard_application_delegate.cc", 9 "clipboard_application_delegate.cc",
10 "clipboard_application_delegate.h", 10 "clipboard_application_delegate.h",
11 "clipboard_standalone_impl.cc", 11 "clipboard_standalone_impl.cc",
12 "clipboard_standalone_impl.h", 12 "clipboard_standalone_impl.h",
13 ] 13 ]
14 14
15 deps = [ 15 deps = [
16 "//components/clipboard/public/interfaces", 16 "//components/clipboard/public/interfaces",
17 "//third_party/mojo/src/mojo/public/cpp/application",
18 "//third_party/mojo/src/mojo/public/cpp/bindings",
17 ] 19 ]
18 } 20 }
19 21
20 mojo_native_application("clipboard") { 22 mojo_native_application("clipboard") {
21 sources = [ 23 sources = [
22 "main.cc", 24 "main.cc",
23 ] 25 ]
24 26
25 deps = [ 27 deps = [
26 ":lib", 28 ":lib",
(...skipping 19 matching lines...) Expand all
46 "//base", 48 "//base",
47 "//components/clipboard/public/interfaces", 49 "//components/clipboard/public/interfaces",
48 "//mojo/application", 50 "//mojo/application",
49 "//mojo/application:test_support", 51 "//mojo/application:test_support",
50 "//mojo/common", 52 "//mojo/common",
51 "//third_party/mojo/src/mojo/public/cpp/bindings", 53 "//third_party/mojo/src/mojo/public/cpp/bindings",
52 ] 54 ]
53 55
54 data_deps = [ ":clipboard($default_toolchain)" ] 56 data_deps = [ ":clipboard($default_toolchain)" ]
55 } 57 }
OLDNEW
« no previous file with comments | « no previous file | mojo/runner/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698