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

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

Issue 608023002: Some fixes for gn examples (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « mojo/services/html_viewer/BUILD.gn ('k') | no next file » | 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 # GYP version: mojo/mojo_services.gypi:mojo_network_utility 5 # GYP version: mojo/mojo_services.gypi:mojo_network_utility
6 component("network") { 6 source_set("network") {
7 deps = [ 7 deps = [
8 "//base", 8 "//base",
9 "//mojo/application", 9 "//mojo/application",
10 "//mojo/common", 10 "//mojo/common",
11 "//mojo/environment:chromium", 11 "//mojo/environment:chromium",
12 "//mojo/public/c/system:for_component", 12 "//mojo/public/c/system:for_component",
13 ] 13 ]
14 14
15 sources = [ 15 sources = [
16 "web_socket_read_queue.cc", 16 "web_socket_read_queue.cc",
17 "web_socket_read_queue.h", 17 "web_socket_read_queue.h",
18 "web_socket_write_queue.cc", 18 "web_socket_write_queue.cc",
19 "web_socket_write_queue.h", 19 "web_socket_write_queue.h",
20 ] 20 ]
21 } 21 }
OLDNEW
« no previous file with comments | « mojo/services/html_viewer/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698