| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 'base/file_stream_posix.cc', | 73 'base/file_stream_posix.cc', |
| 74 'base/file_stream_win.cc', | 74 'base/file_stream_win.cc', |
| 75 'base/filter.cc', | 75 'base/filter.cc', |
| 76 'base/filter.h', | 76 'base/filter.h', |
| 77 'base/force_tls_state.cc', | 77 'base/force_tls_state.cc', |
| 78 'base/force_tls_state.h', | 78 'base/force_tls_state.h', |
| 79 'base/gzip_filter.cc', | 79 'base/gzip_filter.cc', |
| 80 'base/gzip_filter.h', | 80 'base/gzip_filter.h', |
| 81 'base/gzip_header.cc', | 81 'base/gzip_header.cc', |
| 82 'base/gzip_header.h', | 82 'base/gzip_header.h', |
| 83 'base/host_cache.cc', |
| 84 'base/host_cache.h', |
| 83 'base/host_resolver.cc', | 85 'base/host_resolver.cc', |
| 84 'base/host_resolver.h', | 86 'base/host_resolver.h', |
| 85 'base/io_buffer.cc', | 87 'base/io_buffer.cc', |
| 86 'base/io_buffer.h', | 88 'base/io_buffer.h', |
| 87 'base/listen_socket.cc', | 89 'base/listen_socket.cc', |
| 88 'base/listen_socket.h', | 90 'base/listen_socket.h', |
| 89 'base/load_flags.h', | 91 'base/load_flags.h', |
| 90 'base/mime_sniffer.cc', | 92 'base/mime_sniffer.cc', |
| 91 'base/mime_sniffer.h', | 93 'base/mime_sniffer.h', |
| 92 'base/mime_util.cc', | 94 'base/mime_util.cc', |
| (...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 'target_name': 'net_unittests', | 389 'target_name': 'net_unittests', |
| 388 'type': 'executable', | 390 'type': 'executable', |
| 389 'dependencies': [ | 391 'dependencies': [ |
| 390 'net', | 392 'net', |
| 391 'net_test_support', | 393 'net_test_support', |
| 392 '../base/base.gyp:base', | 394 '../base/base.gyp:base', |
| 393 '../testing/gtest.gyp:gtest', | 395 '../testing/gtest.gyp:gtest', |
| 394 ], | 396 ], |
| 395 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', | 397 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', |
| 396 'sources': [ | 398 'sources': [ |
| 399 'base/address_list_unittest.cc', |
| 397 'base/base64_unittest.cc', | 400 'base/base64_unittest.cc', |
| 398 'base/bzip2_filter_unittest.cc', | 401 'base/bzip2_filter_unittest.cc', |
| 399 'base/cookie_monster_unittest.cc', | 402 'base/cookie_monster_unittest.cc', |
| 400 'base/cookie_policy_unittest.cc', | 403 'base/cookie_policy_unittest.cc', |
| 401 'base/data_url_unittest.cc', | 404 'base/data_url_unittest.cc', |
| 402 'base/directory_lister_unittest.cc', | 405 'base/directory_lister_unittest.cc', |
| 403 'base/escape_unittest.cc', | 406 'base/escape_unittest.cc', |
| 404 'base/file_stream_unittest.cc', | 407 'base/file_stream_unittest.cc', |
| 405 'base/filter_unittest.cc', | 408 'base/filter_unittest.cc', |
| 406 'base/filter_unittest.h', | 409 'base/filter_unittest.h', |
| 407 'base/force_tls_state_unittest.cc', | 410 'base/force_tls_state_unittest.cc', |
| 408 'base/gzip_filter_unittest.cc', | 411 'base/gzip_filter_unittest.cc', |
| 412 'base/host_cache_unittest.cc', |
| 409 'base/host_resolver_unittest.cc', | 413 'base/host_resolver_unittest.cc', |
| 410 'base/listen_socket_unittest.cc', | 414 'base/listen_socket_unittest.cc', |
| 411 'base/listen_socket_unittest.h', | 415 'base/listen_socket_unittest.h', |
| 412 'base/mime_sniffer_unittest.cc', | 416 'base/mime_sniffer_unittest.cc', |
| 413 'base/mime_util_unittest.cc', | 417 'base/mime_util_unittest.cc', |
| 414 'base/net_util_unittest.cc', | 418 'base/net_util_unittest.cc', |
| 415 'base/registry_controlled_domain_unittest.cc', | 419 'base/registry_controlled_domain_unittest.cc', |
| 416 'base/run_all_unittests.cc', | 420 'base/run_all_unittests.cc', |
| 417 'base/sdch_filter_unittest.cc', | 421 'base/sdch_filter_unittest.cc', |
| 418 'base/ssl_client_socket_unittest.cc', | 422 'base/ssl_client_socket_unittest.cc', |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 663 'tools/fetch/http_server.cc', | 667 'tools/fetch/http_server.cc', |
| 664 'tools/fetch/http_server.h', | 668 'tools/fetch/http_server.h', |
| 665 'tools/fetch/http_session.cc', | 669 'tools/fetch/http_session.cc', |
| 666 'tools/fetch/http_session.h', | 670 'tools/fetch/http_session.h', |
| 667 ], | 671 ], |
| 668 }, | 672 }, |
| 669 ], | 673 ], |
| 670 }], | 674 }], |
| 671 ], | 675 ], |
| 672 } | 676 } |
| OLD | NEW |