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

Side by Side Diff: net/net.gyp

Issue 861963002: UDP: Windows implementation using non-blocking IO (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try Created 5 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
« no previous file with comments | « no previous file | net/udp/udp_client_socket.h » ('j') | net/udp/udp_socket_perftest.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 '../base/base.gyp:test_support_perf', 830 '../base/base.gyp:test_support_perf',
831 '../testing/gtest.gyp:gtest', 831 '../testing/gtest.gyp:gtest',
832 '../url/url.gyp:url_lib', 832 '../url/url.gyp:url_lib',
833 'net', 833 'net',
834 'net_test_support', 834 'net_test_support',
835 ], 835 ],
836 'sources': [ 836 'sources': [
837 'cookies/cookie_monster_perftest.cc', 837 'cookies/cookie_monster_perftest.cc',
838 'disk_cache/blockfile/disk_cache_perftest.cc', 838 'disk_cache/blockfile/disk_cache_perftest.cc',
839 'proxy/proxy_resolver_perftest.cc', 839 'proxy/proxy_resolver_perftest.cc',
840 'udp/udp_socket_perftest.cc',
840 'websockets/websocket_frame_perftest.cc', 841 'websockets/websocket_frame_perftest.cc',
841 ], 842 ],
842 'conditions': [ 843 'conditions': [
843 [ 'use_v8_in_net==1', { 844 [ 'use_v8_in_net==1', {
844 'dependencies': [ 845 'dependencies': [
845 'net_with_v8', 846 'net_with_v8',
846 ], 847 ],
847 }, { # else: !use_v8_in_net 848 }, { # else: !use_v8_in_net
848 'sources!': [ 849 'sources!': [
849 'proxy/proxy_resolver_perftest.cc', 850 'proxy/proxy_resolver_perftest.cc',
(...skipping 896 matching lines...) Expand 10 before | Expand all | Expand 10 after
1746 '../build/isolate.gypi', 1747 '../build/isolate.gypi',
1747 ], 1748 ],
1748 'sources': [ 1749 'sources': [
1749 'net_unittests.isolate', 1750 'net_unittests.isolate',
1750 ], 1751 ],
1751 }, 1752 },
1752 ], 1753 ],
1753 }], 1754 }],
1754 ], 1755 ],
1755 } 1756 }
OLDNEW
« no previous file with comments | « no previous file | net/udp/udp_client_socket.h » ('j') | net/udp/udp_socket_perftest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698