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

Side by Side Diff: net/net.gyp

Issue 994193002: Compile quic_server on MacOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 1639 matching lines...) Expand 10 before | Expand all | Expand 10 after
1650 'type': 'executable', 1650 'type': 'executable',
1651 'dependencies': [ 1651 'dependencies': [
1652 '../base/base.gyp:base', 1652 '../base/base.gyp:base',
1653 'net', 1653 'net',
1654 'quic_base', 1654 'quic_base',
1655 ], 1655 ],
1656 'sources': [ 1656 'sources': [
1657 'tools/quic/quic_client_bin.cc', 1657 'tools/quic/quic_client_bin.cc',
1658 ], 1658 ],
1659 }, 1659 },
1660 ]
1661 }],
1662 ['os_posix == 1 and OS != "ios" and OS != "android"', {
1663 'targets': [
1660 { 1664 {
1661 'target_name': 'quic_server', 1665 'target_name': 'quic_server',
1662 'type': 'executable', 1666 'type': 'executable',
1663 'dependencies': [ 1667 'dependencies': [
1664 '../base/base.gyp:base', 1668 '../base/base.gyp:base',
1665 'net', 1669 'net',
1666 'quic_tools', 1670 'quic_tools',
1667 ], 1671 ],
1668 'sources': [ 1672 'sources': [
1669 'quic/quic_server_bin.cc', 1673 'quic/quic_server_bin.cc',
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
1877 '../build/isolate.gypi', 1881 '../build/isolate.gypi',
1878 ], 1882 ],
1879 'sources': [ 1883 'sources': [
1880 'net_unittests.isolate', 1884 'net_unittests.isolate',
1881 ], 1885 ],
1882 }, 1886 },
1883 ], 1887 ],
1884 }], 1888 }],
1885 ], 1889 ],
1886 } 1890 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/tools/quic/quic_client.cc » ('j') | net/tools/quic/quic_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698