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 747143002: Make gn check //{,mojo}/services/* pass (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 | « PRESUBMIT.py ('k') | mojo/services/public/cpp/geometry/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 = [
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "url_loader_impl.h", 42 "url_loader_impl.h",
43 "web_socket_impl.cc", 43 "web_socket_impl.cc",
44 "web_socket_impl.h", 44 "web_socket_impl.h",
45 ] 45 ]
46 46
47 deps = [ 47 deps = [
48 "//base", 48 "//base",
49 "//mojo/application", 49 "//mojo/application",
50 "//mojo/common", 50 "//mojo/common",
51 "//mojo/environment:chromium", 51 "//mojo/environment:chromium",
52 "//mojo/public/cpp/bindings",
52 "//mojo/services/public/cpp/network", 53 "//mojo/services/public/cpp/network",
53 "//mojo/services/public/interfaces/network", 54 "//mojo/services/public/interfaces/network",
54 "//net", 55 "//net",
55 "//url", 56 "//url",
56 ] 57 ]
57 } 58 }
58 59
59 mojo_native_application("apptests") { 60 mojo_native_application("apptests") {
60 output_name = "network_service_apptests" 61 output_name = "network_service_apptests"
61 testonly = true 62 testonly = true
62 63
63 sources = [ 64 sources = [
64 "udp_socket_apptest.cc", 65 "udp_socket_apptest.cc",
65 ] 66 ]
66 67
67 deps = [ 68 deps = [
68 ":network", 69 ":network",
69 "//base", 70 "//base",
70 "//mojo/application", 71 "//mojo/application",
71 "//mojo/application:test_support", 72 "//mojo/application:test_support",
72 "//mojo/public/c/system:for_shared_library", 73 "//mojo/public/c/system:for_shared_library",
73 "//mojo/public/cpp/bindings", 74 "//mojo/public/cpp/bindings",
75 "//mojo/public/cpp/bindings:callback",
74 "//mojo/services/public/cpp/network", 76 "//mojo/services/public/cpp/network",
75 "//mojo/services/public/interfaces/network", 77 "//mojo/services/public/interfaces/network",
78 "//net",
79 "//testing/gtest",
76 ] 80 ]
77 } 81 }
OLDNEW
« no previous file with comments | « PRESUBMIT.py ('k') | mojo/services/public/cpp/geometry/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698