| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'includes': [ | 9 'includes': [ |
| 10 '../build/common.gypi', | 10 '../build/common.gypi', |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 'proxy/proxy_service.cc', | 260 'proxy/proxy_service.cc', |
| 261 'proxy/proxy_service.h', | 261 'proxy/proxy_service.h', |
| 262 'socket/client_socket.cc', | 262 'socket/client_socket.cc', |
| 263 'socket/client_socket.h', | 263 'socket/client_socket.h', |
| 264 'socket/client_socket_factory.cc', | 264 'socket/client_socket_factory.cc', |
| 265 'socket/client_socket_factory.h', | 265 'socket/client_socket_factory.h', |
| 266 'socket/client_socket_handle.cc', | 266 'socket/client_socket_handle.cc', |
| 267 'socket/client_socket_handle.h', | 267 'socket/client_socket_handle.h', |
| 268 'socket/client_socket_pool.h', | 268 'socket/client_socket_pool.h', |
| 269 'socket/socket.h', | 269 'socket/socket.h', |
| 270 'socket/socks_client_socket.cc', |
| 271 'socket/socks_client_socket.h', |
| 270 'socket/ssl_client_socket.h', | 272 'socket/ssl_client_socket.h', |
| 271 'socket/ssl_client_socket_mac.cc', | 273 'socket/ssl_client_socket_mac.cc', |
| 272 'socket/ssl_client_socket_nss.cc', | 274 'socket/ssl_client_socket_nss.cc', |
| 273 'socket/ssl_client_socket_win.cc', | 275 'socket/ssl_client_socket_win.cc', |
| 274 'socket/ssl_client_socket_win.h', | 276 'socket/ssl_client_socket_win.h', |
| 275 'socket/ssl_test_util.cc', | 277 'socket/ssl_test_util.cc', |
| 276 'socket/ssl_test_util.h', | 278 'socket/ssl_test_util.h', |
| 277 'socket/tcp_client_socket.h', | 279 'socket/tcp_client_socket.h', |
| 278 'socket/tcp_client_socket_libevent.cc', | 280 'socket/tcp_client_socket_libevent.cc', |
| 279 'socket/tcp_client_socket_libevent.h', | 281 'socket/tcp_client_socket_libevent.h', |
| (...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 677 'sources': [ | 679 'sources': [ |
| 678 'tools/dump_cache/dump_cache.cc', | 680 'tools/dump_cache/dump_cache.cc', |
| 679 'tools/dump_cache/dump_files.cc', | 681 'tools/dump_cache/dump_files.cc', |
| 680 'tools/dump_cache/upgrade.cc', | 682 'tools/dump_cache/upgrade.cc', |
| 681 ], | 683 ], |
| 682 }, | 684 }, |
| 683 ], | 685 ], |
| 684 }], | 686 }], |
| 685 ], | 687 ], |
| 686 } | 688 } |
| OLD | NEW |