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

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

Issue 780733002: Simplify the thunk targets since we don't support apps as components (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/platform/native/BUILD.gn ('k') | mojo/services/public/cpp/network/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("//mojo/public/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 6
7 mojo_native_application("network") { 7 mojo_native_application("network") {
8 output_name = "network_service" 8 output_name = "network_service"
9 sources = [ "main.cc" ] 9 sources = [ "main.cc" ]
10 deps = [ 10 deps = [
11 ":lib", 11 ":lib",
12 "//base", 12 "//base",
13 "//mojo/application", 13 "//mojo/application",
14 "//mojo/public/c/system:for_shared_library",
15 "//mojo/public/cpp/bindings:bindings", 14 "//mojo/public/cpp/bindings:bindings",
16 "//mojo/services/public/cpp/network", 15 "//mojo/services/public/cpp/network",
17 "//mojo/services/public/interfaces/network", 16 "//mojo/services/public/interfaces/network",
18 ] 17 ]
19 } 18 }
20 19
21 source_set("lib") { 20 source_set("lib") {
22 sources = [ 21 sources = [
23 "cookie_store_impl.cc", 22 "cookie_store_impl.cc",
24 "cookie_store_impl.h", 23 "cookie_store_impl.h",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 62
64 sources = [ 63 sources = [
65 "udp_socket_apptest.cc", 64 "udp_socket_apptest.cc",
66 ] 65 ]
67 66
68 deps = [ 67 deps = [
69 ":network", 68 ":network",
70 "//base", 69 "//base",
71 "//mojo/application", 70 "//mojo/application",
72 "//mojo/application:test_support", 71 "//mojo/application:test_support",
73 "//mojo/public/c/system:for_shared_library",
74 "//mojo/public/cpp/bindings", 72 "//mojo/public/cpp/bindings",
75 "//mojo/public/cpp/bindings:callback", 73 "//mojo/public/cpp/bindings:callback",
76 "//mojo/services/public/cpp/network", 74 "//mojo/services/public/cpp/network",
77 "//mojo/services/public/interfaces/network", 75 "//mojo/services/public/interfaces/network",
78 "//net", 76 "//net",
79 "//testing/gtest", 77 "//testing/gtest",
80 ] 78 ]
81 } 79 }
OLDNEW
« no previous file with comments | « mojo/public/platform/native/BUILD.gn ('k') | mojo/services/public/cpp/network/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698