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

Side by Side Diff: net/net.gyp

Issue 7232002: net doesn't depend on libevent directly now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: No need to include message_pump_libevent.h Created 9 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « net/base/listen_socket.cc ('k') | net/socket/tcp_client_socket_libevent.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 776 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 'udp/udp_socket_libevent.cc', 787 'udp/udp_socket_libevent.cc',
788 'udp/udp_socket_libevent.h', 788 'udp/udp_socket_libevent.h',
789 ], 789 ],
790 'dependencies': [ 790 'dependencies': [
791 '../third_party/nss/nss.gyp:nss', 791 '../third_party/nss/nss.gyp:nss',
792 'third_party/nss/ssl.gyp:ssl', 792 'third_party/nss/ssl.gyp:ssl',
793 'tld_cleanup', 793 'tld_cleanup',
794 ], 794 ],
795 }, 795 },
796 { # else: OS != "win" 796 { # else: OS != "win"
797 'dependencies': [
798 '../third_party/libevent/libevent.gyp:libevent',
799 ],
800 'sources!': [ 797 'sources!': [
801 'base/winsock_init.cc', 798 'base/winsock_init.cc',
802 'base/winsock_init.h', 799 'base/winsock_init.h',
803 'base/winsock_util.cc', 800 'base/winsock_util.cc',
804 'base/winsock_util.h', 801 'base/winsock_util.h',
805 'proxy/proxy_resolver_winhttp.cc', 802 'proxy/proxy_resolver_winhttp.cc',
806 'proxy/proxy_resolver_winhttp.h', 803 'proxy/proxy_resolver_winhttp.h',
807 ], 804 ],
808 }, 805 },
809 ], 806 ],
(...skipping 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
1445 ], 1442 ],
1446 }], 1443 }],
1447 ], 1444 ],
1448 } 1445 }
1449 1446
1450 # Local Variables: 1447 # Local Variables:
1451 # tab-width:2 1448 # tab-width:2
1452 # indent-tabs-mode:nil 1449 # indent-tabs-mode:nil
1453 # End: 1450 # End:
1454 # vim: set expandtab tabstop=2 shiftwidth=2: 1451 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/base/listen_socket.cc ('k') | net/socket/tcp_client_socket_libevent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698