| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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: |
| OLD | NEW |