Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / mojo / services / public / cpp / network / BUILD.gn
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
3 # found in the LICENSE file.
4
5 source_set("network") {
6   deps = [
7     "//base",
8     "//mojo/application",
9     "//mojo/common",
10     "//mojo/environment:chromium",
11     "//mojo/public/c/system:for_component",
12     "//mojo/services/public/interfaces/network",
13   ]
14
15   sources = [
16     "udp_socket_wrapper.cc",
17     "udp_socket_wrapper.h",
18     "web_socket_read_queue.cc",
19     "web_socket_read_queue.h",
20     "web_socket_write_queue.cc",
21     "web_socket_write_queue.h",
22   ]
23 }