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

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

Issue 1565343003: Move mojo/application/public -> mojo/shell/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fetcher
Patch Set: . Created 4 years, 11 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
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 source_set("cpp") { 5 source_set("cpp") {
6 public_configs = [ "../../../public/build/config:mojo_services" ] 6 public_configs = [ "../../../public/build/config:mojo_services" ]
7 sources = [ 7 sources = [
8 "udp_socket_wrapper.cc", 8 "udp_socket_wrapper.cc",
9 "udp_socket_wrapper.h", 9 "udp_socket_wrapper.h",
10 "web_socket_read_queue.cc", 10 "web_socket_read_queue.cc",
11 "web_socket_read_queue.h", 11 "web_socket_read_queue.h",
12 "web_socket_write_queue.cc", 12 "web_socket_write_queue.cc",
13 "web_socket_write_queue.h", 13 "web_socket_write_queue.h",
14 ] 14 ]
15 15
16 deps = [ 16 deps = [
17 "../interfaces", 17 "../interfaces",
18 "//base", 18 "//base",
19 "//mojo/application/public/cpp",
20 "//mojo/environment:chromium", 19 "//mojo/environment:chromium",
21 "//mojo/message_pump", 20 "//mojo/message_pump",
22 "//mojo/public/c/system", 21 "//mojo/public/c/system",
23 "//mojo/public/cpp/system", 22 "//mojo/public/cpp/system",
23 "//mojo/shell/public/cpp",
24 ] 24 ]
25 } 25 }
OLDNEW
« no previous file with comments | « mojo/services/network/network_service_impl.h ('k') | mojo/services/network/tcp_bound_socket_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698