| 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 25 matching lines...) Expand all Loading... |
| 36 'base/base64.cc', | 36 'base/base64.cc', |
| 37 'base/base64.h', | 37 'base/base64.h', |
| 38 'base/bzip2_filter.cc', | 38 'base/bzip2_filter.cc', |
| 39 'base/bzip2_filter.h', | 39 'base/bzip2_filter.h', |
| 40 'base/cache_type.h', | 40 'base/cache_type.h', |
| 41 'base/cert_status_flags.cc', | 41 'base/cert_status_flags.cc', |
| 42 'base/cert_status_flags.h', | 42 'base/cert_status_flags.h', |
| 43 'base/cert_verifier.cc', | 43 'base/cert_verifier.cc', |
| 44 'base/cert_verifier.h', | 44 'base/cert_verifier.h', |
| 45 'base/cert_verify_result.h', | 45 'base/cert_verify_result.h', |
| 46 'base/client_socket.cc', | |
| 47 'base/client_socket.h', | |
| 48 'base/client_socket_factory.cc', | |
| 49 'base/client_socket_factory.h', | |
| 50 'base/client_socket_handle.cc', | |
| 51 'base/client_socket_handle.h', | |
| 52 'base/client_socket_pool.h', | |
| 53 'base/completion_callback.h', | 46 'base/completion_callback.h', |
| 54 'base/connection_type_histograms.cc', | 47 'base/connection_type_histograms.cc', |
| 55 'base/connection_type_histograms.h', | 48 'base/connection_type_histograms.h', |
| 56 'base/cookie_monster.cc', | 49 'base/cookie_monster.cc', |
| 57 'base/cookie_monster.h', | 50 'base/cookie_monster.h', |
| 58 'base/cookie_policy.cc', | 51 'base/cookie_policy.cc', |
| 59 'base/cookie_policy.h', | 52 'base/cookie_policy.h', |
| 60 'base/data_url.cc', | 53 'base/data_url.cc', |
| 61 'base/data_url.h', | 54 'base/data_url.h', |
| 62 'base/directory_lister.cc', | 55 'base/directory_lister.cc', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 'base/platform_mime_util_linux.cc', | 100 'base/platform_mime_util_linux.cc', |
| 108 'base/platform_mime_util_mac.cc', | 101 'base/platform_mime_util_mac.cc', |
| 109 'base/platform_mime_util_win.cc', | 102 'base/platform_mime_util_win.cc', |
| 110 'base/registry_controlled_domain.cc', | 103 'base/registry_controlled_domain.cc', |
| 111 'base/registry_controlled_domain.h', | 104 'base/registry_controlled_domain.h', |
| 112 'base/scoped_cert_chain_context.h', | 105 'base/scoped_cert_chain_context.h', |
| 113 'base/sdch_filter.cc', | 106 'base/sdch_filter.cc', |
| 114 'base/sdch_filter.h', | 107 'base/sdch_filter.h', |
| 115 'base/sdch_manager.cc', | 108 'base/sdch_manager.cc', |
| 116 'base/sdch_manager.h', | 109 'base/sdch_manager.h', |
| 117 'base/socket.h', | |
| 118 'base/ssl_cert_request_info.h', | 110 'base/ssl_cert_request_info.h', |
| 119 'base/ssl_client_auth_cache.cc', | 111 'base/ssl_client_auth_cache.cc', |
| 120 'base/ssl_client_auth_cache.h', | 112 'base/ssl_client_auth_cache.h', |
| 121 'base/ssl_client_socket.h', | |
| 122 'base/ssl_client_socket_mac.cc', | |
| 123 'base/ssl_client_socket_nss.cc', | |
| 124 'base/ssl_client_socket_win.cc', | |
| 125 'base/ssl_client_socket_win.h', | |
| 126 'base/ssl_config_service.cc', | 113 'base/ssl_config_service.cc', |
| 127 'base/ssl_config_service.h', | 114 'base/ssl_config_service.h', |
| 128 'base/ssl_info.h', | 115 'base/ssl_info.h', |
| 129 'base/ssl_test_util.cc', | |
| 130 'base/tcp_client_socket.h', | |
| 131 'base/tcp_client_socket_libevent.cc', | |
| 132 'base/tcp_client_socket_libevent.h', | |
| 133 'base/tcp_client_socket_pool.cc', | |
| 134 'base/tcp_client_socket_pool.h', | |
| 135 'base/tcp_client_socket_win.cc', | |
| 136 'base/tcp_client_socket_win.h', | |
| 137 'base/telnet_server.cc', | 116 'base/telnet_server.cc', |
| 138 'base/telnet_server.h', | 117 'base/telnet_server.h', |
| 139 'base/upload_data.cc', | 118 'base/upload_data.cc', |
| 140 'base/upload_data.h', | 119 'base/upload_data.h', |
| 141 'base/upload_data_stream.cc', | 120 'base/upload_data_stream.cc', |
| 142 'base/upload_data_stream.h', | 121 'base/upload_data_stream.h', |
| 143 'base/wininet_util.cc', | 122 'base/wininet_util.cc', |
| 144 'base/wininet_util.h', | 123 'base/wininet_util.h', |
| 145 'base/winsock_init.cc', | 124 'base/winsock_init.cc', |
| 146 'base/winsock_init.h', | 125 'base/winsock_init.h', |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 'proxy/proxy_resolver_v8.h', | 252 'proxy/proxy_resolver_v8.h', |
| 274 'proxy/proxy_resolver_winhttp.cc', | 253 'proxy/proxy_resolver_winhttp.cc', |
| 275 'proxy/proxy_resolver_winhttp.h', | 254 'proxy/proxy_resolver_winhttp.h', |
| 276 'proxy/proxy_retry_info.h', | 255 'proxy/proxy_retry_info.h', |
| 277 'proxy/proxy_script_fetcher.cc', | 256 'proxy/proxy_script_fetcher.cc', |
| 278 'proxy/proxy_script_fetcher.h', | 257 'proxy/proxy_script_fetcher.h', |
| 279 'proxy/proxy_server.cc', | 258 'proxy/proxy_server.cc', |
| 280 'proxy/proxy_server.h', | 259 'proxy/proxy_server.h', |
| 281 'proxy/proxy_service.cc', | 260 'proxy/proxy_service.cc', |
| 282 'proxy/proxy_service.h', | 261 'proxy/proxy_service.h', |
| 262 'socket/client_socket.cc', |
| 263 'socket/client_socket.h', |
| 264 'socket/client_socket_factory.cc', |
| 265 'socket/client_socket_factory.h', |
| 266 'socket/client_socket_handle.cc', |
| 267 'socket/client_socket_handle.h', |
| 268 'socket/client_socket_pool.h', |
| 269 'socket/socket.h', |
| 270 'socket/ssl_client_socket.h', |
| 271 'socket/ssl_client_socket_mac.cc', |
| 272 'socket/ssl_client_socket_nss.cc', |
| 273 'socket/ssl_client_socket_win.cc', |
| 274 'socket/ssl_client_socket_win.h', |
| 275 'socket/ssl_test_util.cc', |
| 276 'socket/ssl_test_util.h', |
| 277 'socket/tcp_client_socket.h', |
| 278 'socket/tcp_client_socket_libevent.cc', |
| 279 'socket/tcp_client_socket_libevent.h', |
| 280 'socket/tcp_client_socket_pool.cc', |
| 281 'socket/tcp_client_socket_pool.h', |
| 282 'socket/tcp_client_socket_win.cc', |
| 283 'socket/tcp_client_socket_win.h', |
| 283 'url_request/url_request.cc', | 284 'url_request/url_request.cc', |
| 284 'url_request/url_request.h', | 285 'url_request/url_request.h', |
| 285 'url_request/url_request_about_job.cc', | 286 'url_request/url_request_about_job.cc', |
| 286 'url_request/url_request_about_job.h', | 287 'url_request/url_request_about_job.h', |
| 287 'url_request/url_request_context.h', | 288 'url_request/url_request_context.h', |
| 288 'url_request/url_request_error_job.cc', | 289 'url_request/url_request_error_job.cc', |
| 289 'url_request/url_request_error_job.h', | 290 'url_request/url_request_error_job.h', |
| 290 'url_request/url_request_file_dir_job.cc', | 291 'url_request/url_request_file_dir_job.cc', |
| 291 'url_request/url_request_file_dir_job.h', | 292 'url_request/url_request_file_dir_job.h', |
| 292 'url_request/url_request_file_job.cc', | 293 'url_request/url_request_file_job.cc', |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 [ 'OS == "linux"', { | 334 [ 'OS == "linux"', { |
| 334 'dependencies': [ | 335 'dependencies': [ |
| 335 '../build/linux/system.gyp:gconf', | 336 '../build/linux/system.gyp:gconf', |
| 336 '../build/linux/system.gyp:gdk', | 337 '../build/linux/system.gyp:gdk', |
| 337 '../build/linux/system.gyp:nss', | 338 '../build/linux/system.gyp:nss', |
| 338 ], | 339 ], |
| 339 }], | 340 }], |
| 340 [ 'OS == "win"', { | 341 [ 'OS == "win"', { |
| 341 'sources/': [ ['exclude', '_(mac|linux|posix)\\.cc$'] ], | 342 'sources/': [ ['exclude', '_(mac|linux|posix)\\.cc$'] ], |
| 342 'sources!': [ | 343 'sources!': [ |
| 343 'base/tcp_client_socket_libevent.cc', | 344 'socket/tcp_client_socket_libevent.cc', |
| 344 ], | 345 ], |
| 345 'dependencies': [ | 346 'dependencies': [ |
| 346 'tld_cleanup', | 347 'tld_cleanup', |
| 347 ], | 348 ], |
| 348 'configurations': { | 349 'configurations': { |
| 349 'Debug': { | 350 'Debug': { |
| 350 'msvs_precompiled_header': 'build/precompiled_net.h', | 351 'msvs_precompiled_header': 'build/precompiled_net.h', |
| 351 'msvs_precompiled_source': 'build/precompiled_net.cc', | 352 'msvs_precompiled_source': 'build/precompiled_net.cc', |
| 352 }, | 353 }, |
| 353 }, | 354 }, |
| 354 }, | 355 }, |
| 355 { # else: OS != "win" | 356 { # else: OS != "win" |
| 356 'sources!': [ | 357 'sources!': [ |
| 357 'base/ssl_config_service.cc', | 358 'base/ssl_config_service.cc', |
| 358 'base/wininet_util.cc', | 359 'base/wininet_util.cc', |
| 359 'base/winsock_init.cc', | 360 'base/winsock_init.cc', |
| 360 'proxy/proxy_resolver_winhttp.cc', | 361 'proxy/proxy_resolver_winhttp.cc', |
| 361 'url_request/url_request_ftp_job.cc', | 362 'url_request/url_request_ftp_job.cc', |
| 362 'url_request/url_request_inet_job.cc', | 363 'url_request/url_request_inet_job.cc', |
| 363 ], | 364 ], |
| 364 }, | 365 }, |
| 365 ], | 366 ], |
| 366 [ 'OS == "linux"', { | 367 [ 'OS == "linux"', { |
| 367 'sources/': [ ['exclude', '_(mac|win)\\.cc$'] ], | 368 'sources/': [ ['exclude', '_(mac|win)\\.cc$'] ], |
| 368 }, | 369 }, |
| 369 { # else: OS != "linux" | 370 { # else: OS != "linux" |
| 370 'sources!': [ | 371 'sources!': [ |
| 371 'base/nss_memio.c', | 372 'base/nss_memio.c', |
| 372 'base/ssl_client_socket_nss.cc', | |
| 373 'base/x509_certificate_nss.cc', | 373 'base/x509_certificate_nss.cc', |
| 374 'socket/ssl_client_socket_nss.cc', |
| 374 ], | 375 ], |
| 375 # Get U_STATIC_IMPLEMENTATION and -I directories on Linux. | 376 # Get U_STATIC_IMPLEMENTATION and -I directories on Linux. |
| 376 'dependencies': [ | 377 'dependencies': [ |
| 377 '../third_party/icu38/icu38.gyp:icui18n', | 378 '../third_party/icu38/icu38.gyp:icui18n', |
| 378 '../third_party/icu38/icu38.gyp:icuuc', | 379 '../third_party/icu38/icu38.gyp:icuuc', |
| 379 ], | 380 ], |
| 380 }, | 381 }, |
| 381 ], | 382 ], |
| 382 [ 'OS == "mac"', { | 383 [ 'OS == "mac"', { |
| 383 'sources/': [ ['exclude', '_(linux|win)\\.cc$'] ], | 384 'sources/': [ ['exclude', '_(linux|win)\\.cc$'] ], |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 419 'base/host_resolver_unittest.cc', | 420 'base/host_resolver_unittest.cc', |
| 420 'base/listen_socket_unittest.cc', | 421 'base/listen_socket_unittest.cc', |
| 421 'base/listen_socket_unittest.h', | 422 'base/listen_socket_unittest.h', |
| 422 'base/mime_sniffer_unittest.cc', | 423 'base/mime_sniffer_unittest.cc', |
| 423 'base/mime_util_unittest.cc', | 424 'base/mime_util_unittest.cc', |
| 424 'base/net_util_unittest.cc', | 425 'base/net_util_unittest.cc', |
| 425 'base/registry_controlled_domain_unittest.cc', | 426 'base/registry_controlled_domain_unittest.cc', |
| 426 'base/run_all_unittests.cc', | 427 'base/run_all_unittests.cc', |
| 427 'base/sdch_filter_unittest.cc', | 428 'base/sdch_filter_unittest.cc', |
| 428 'base/ssl_client_auth_cache_unittest.cc', | 429 'base/ssl_client_auth_cache_unittest.cc', |
| 429 'base/ssl_client_socket_unittest.cc', | |
| 430 'base/ssl_config_service_unittest.cc', | 430 'base/ssl_config_service_unittest.cc', |
| 431 'base/tcp_client_socket_pool_unittest.cc', | |
| 432 'base/tcp_client_socket_unittest.cc', | |
| 433 'base/tcp_pinger_unittest.cc', | |
| 434 'base/telnet_server_unittest.cc', | 431 'base/telnet_server_unittest.cc', |
| 435 'base/test_completion_callback_unittest.cc', | 432 'base/test_completion_callback_unittest.cc', |
| 436 'base/wininet_util_unittest.cc', | 433 'base/wininet_util_unittest.cc', |
| 437 'base/x509_certificate_unittest.cc', | 434 'base/x509_certificate_unittest.cc', |
| 438 'disk_cache/addr_unittest.cc', | 435 'disk_cache/addr_unittest.cc', |
| 439 'disk_cache/backend_unittest.cc', | 436 'disk_cache/backend_unittest.cc', |
| 440 'disk_cache/bitmap_unittest.cc', | 437 'disk_cache/bitmap_unittest.cc', |
| 441 'disk_cache/block_files_unittest.cc', | 438 'disk_cache/block_files_unittest.cc', |
| 442 'disk_cache/disk_cache_test_base.cc', | 439 'disk_cache/disk_cache_test_base.cc', |
| 443 'disk_cache/disk_cache_test_base.h', | 440 'disk_cache/disk_cache_test_base.h', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 462 'http/http_util_unittest.cc', | 459 'http/http_util_unittest.cc', |
| 463 'http/http_vary_data_unittest.cc', | 460 'http/http_vary_data_unittest.cc', |
| 464 'proxy/proxy_config_service_linux_unittest.cc', | 461 'proxy/proxy_config_service_linux_unittest.cc', |
| 465 'proxy/proxy_config_service_win_unittest.cc', | 462 'proxy/proxy_config_service_win_unittest.cc', |
| 466 'proxy/proxy_config_unittest.cc', | 463 'proxy/proxy_config_unittest.cc', |
| 467 'proxy/proxy_list_unittest.cc', | 464 'proxy/proxy_list_unittest.cc', |
| 468 'proxy/proxy_resolver_v8_unittest.cc', | 465 'proxy/proxy_resolver_v8_unittest.cc', |
| 469 'proxy/proxy_script_fetcher_unittest.cc', | 466 'proxy/proxy_script_fetcher_unittest.cc', |
| 470 'proxy/proxy_server_unittest.cc', | 467 'proxy/proxy_server_unittest.cc', |
| 471 'proxy/proxy_service_unittest.cc', | 468 'proxy/proxy_service_unittest.cc', |
| 469 'socket/ssl_client_socket_unittest.cc', |
| 470 'socket/tcp_client_socket_pool_unittest.cc', |
| 471 'socket/tcp_client_socket_unittest.cc', |
| 472 'socket/tcp_pinger_unittest.cc', |
| 472 'url_request/url_request_unittest.cc', | 473 'url_request/url_request_unittest.cc', |
| 473 'url_request/url_request_unittest.h', | 474 'url_request/url_request_unittest.h', |
| 474 ], | 475 ], |
| 475 'conditions': [ | 476 'conditions': [ |
| 476 [ 'OS == "win"', { | 477 [ 'OS == "win"', { |
| 477 'sources/': [ ['exclude', '_(mac|linux|posix)_unittest\\.cc$'] ], | 478 'sources/': [ ['exclude', '_(mac|linux|posix)_unittest\\.cc$'] ], |
| 478 }, | 479 }, |
| 479 ], | 480 ], |
| 480 [ 'OS != "win"', { | 481 [ 'OS != "win"', { |
| 481 'sources!': [ | 482 'sources!': [ |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 577 }, | 578 }, |
| 578 { | 579 { |
| 579 'target_name': 'net_test_support', | 580 'target_name': 'net_test_support', |
| 580 'type': '<(library)', | 581 'type': '<(library)', |
| 581 'dependencies': [ | 582 'dependencies': [ |
| 582 'net', | 583 'net', |
| 583 '../base/base.gyp:base', | 584 '../base/base.gyp:base', |
| 584 '../testing/gtest.gyp:gtest', | 585 '../testing/gtest.gyp:gtest', |
| 585 ], | 586 ], |
| 586 'sources': [ | 587 'sources': [ |
| 587 'base/socket_test_util.cc', | |
| 588 'base/socket_test_util.h', | |
| 589 'disk_cache/disk_cache_test_util.cc', | 588 'disk_cache/disk_cache_test_util.cc', |
| 590 'disk_cache/disk_cache_test_util.h', | 589 'disk_cache/disk_cache_test_util.h', |
| 591 'proxy/proxy_config_service_common_unittest.cc', | 590 'proxy/proxy_config_service_common_unittest.cc', |
| 592 'proxy/proxy_config_service_common_unittest.h', | 591 'proxy/proxy_config_service_common_unittest.h', |
| 592 'socket/socket_test_util.cc', |
| 593 'socket/socket_test_util.h', |
| 593 ], | 594 ], |
| 594 }, | 595 }, |
| 595 { | 596 { |
| 596 'target_name': 'net_resources', | 597 'target_name': 'net_resources', |
| 597 'type': 'none', | 598 'type': 'none', |
| 598 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942', | 599 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942', |
| 599 'rules': [ | 600 'rules': [ |
| 600 { | 601 { |
| 601 'rule_name': 'grit', | 602 'rule_name': 'grit', |
| 602 'extension': 'grd', | 603 'extension': 'grd', |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 676 'sources': [ | 677 'sources': [ |
| 677 'tools/dump_cache/dump_cache.cc', | 678 'tools/dump_cache/dump_cache.cc', |
| 678 'tools/dump_cache/dump_files.cc', | 679 'tools/dump_cache/dump_files.cc', |
| 679 'tools/dump_cache/upgrade.cc', | 680 'tools/dump_cache/upgrade.cc', |
| 680 ], | 681 ], |
| 681 }, | 682 }, |
| 682 ], | 683 ], |
| 683 }], | 684 }], |
| 684 ], | 685 ], |
| 685 } | 686 } |
| OLD | NEW |