| 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| 11 'target_name': 'net', | 11 'target_name': 'net', |
| 12 'type': '<(library)', | 12 'type': '<(library)', |
| 13 'dependencies': [ | 13 'dependencies': [ |
| 14 '../base/base.gyp:base', | 14 '../base/base.gyp:base', |
| 15 '../base/base.gyp:base_i18n', |
| 15 '../build/temp_gyp/googleurl.gyp:googleurl', | 16 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 16 '../sdch/sdch.gyp:sdch', | 17 '../sdch/sdch.gyp:sdch', |
| 17 '../third_party/bzip2/bzip2.gyp:bzip2', | 18 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 18 '../third_party/icu/icu.gyp:icui18n', | 19 '../third_party/icu/icu.gyp:icui18n', |
| 19 '../third_party/icu/icu.gyp:icuuc', | 20 '../third_party/icu/icu.gyp:icuuc', |
| 20 '../third_party/modp_b64/modp_b64.gyp:modp_b64', | 21 '../third_party/modp_b64/modp_b64.gyp:modp_b64', |
| 21 '../third_party/zlib/zlib.gyp:zlib', | 22 '../third_party/zlib/zlib.gyp:zlib', |
| 22 'net_resources', | 23 'net_resources', |
| 23 ], | 24 ], |
| 24 'msvs_guid': '326E9795-E760-410A-B69A-3F79DB3F5243', | 25 'msvs_guid': '326E9795-E760-410A-B69A-3F79DB3F5243', |
| (...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 436 ], | 437 ], |
| 437 ], | 438 ], |
| 438 }, | 439 }, |
| 439 { | 440 { |
| 440 'target_name': 'net_unittests', | 441 'target_name': 'net_unittests', |
| 441 'type': 'executable', | 442 'type': 'executable', |
| 442 'dependencies': [ | 443 'dependencies': [ |
| 443 'net', | 444 'net', |
| 444 'net_test_support', | 445 'net_test_support', |
| 445 '../base/base.gyp:base', | 446 '../base/base.gyp:base', |
| 447 '../base/base.gyp:base_i18n', |
| 446 '../testing/gtest.gyp:gtest', | 448 '../testing/gtest.gyp:gtest', |
| 447 '../third_party/zlib/zlib.gyp:zlib', | 449 '../third_party/zlib/zlib.gyp:zlib', |
| 448 '../third_party/bzip2/bzip2.gyp:bzip2', | 450 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 449 ], | 451 ], |
| 450 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', | 452 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', |
| 451 'sources': [ | 453 'sources': [ |
| 452 'base/address_list_unittest.cc', | 454 'base/address_list_unittest.cc', |
| 453 'base/base64_unittest.cc', | 455 'base/base64_unittest.cc', |
| 454 'base/bzip2_filter_unittest.cc', | 456 'base/bzip2_filter_unittest.cc', |
| 455 'base/cookie_monster_unittest.cc', | 457 'base/cookie_monster_unittest.cc', |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 568 ], | 570 ], |
| 569 ], | 571 ], |
| 570 }, | 572 }, |
| 571 { | 573 { |
| 572 'target_name': 'net_perftests', | 574 'target_name': 'net_perftests', |
| 573 'type': 'executable', | 575 'type': 'executable', |
| 574 'dependencies': [ | 576 'dependencies': [ |
| 575 'net', | 577 'net', |
| 576 'net_test_support', | 578 'net_test_support', |
| 577 '../base/base.gyp:base', | 579 '../base/base.gyp:base', |
| 580 '../base/base.gyp:base_i18n', |
| 578 '../base/base.gyp:test_support_base', | 581 '../base/base.gyp:test_support_base', |
| 579 '../base/base.gyp:test_support_perf', | 582 '../base/base.gyp:test_support_perf', |
| 580 '../testing/gtest.gyp:gtest', | 583 '../testing/gtest.gyp:gtest', |
| 581 ], | 584 ], |
| 582 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73', | 585 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73', |
| 583 'sources': [ | 586 'sources': [ |
| 584 'base/cookie_monster_perftest.cc', | 587 'base/cookie_monster_perftest.cc', |
| 585 'disk_cache/disk_cache_perftest.cc', | 588 'disk_cache/disk_cache_perftest.cc', |
| 586 'proxy/proxy_resolver_perftest.cc', | 589 'proxy/proxy_resolver_perftest.cc', |
| 587 ], | 590 ], |
| (...skipping 18 matching lines...) Expand all Loading... |
| 606 ], | 609 ], |
| 607 'sources': [ | 610 'sources': [ |
| 608 'disk_cache/stress_cache.cc', | 611 'disk_cache/stress_cache.cc', |
| 609 ], | 612 ], |
| 610 }, | 613 }, |
| 611 { | 614 { |
| 612 'target_name': 'tld_cleanup', | 615 'target_name': 'tld_cleanup', |
| 613 'type': 'executable', | 616 'type': 'executable', |
| 614 'dependencies': [ | 617 'dependencies': [ |
| 615 '../base/base.gyp:base', | 618 '../base/base.gyp:base', |
| 619 '../base/base.gyp:base_i18n', |
| 616 '../build/temp_gyp/googleurl.gyp:googleurl', | 620 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 617 ], | 621 ], |
| 618 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41', | 622 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41', |
| 619 'sources': [ | 623 'sources': [ |
| 620 'tools/tld_cleanup/tld_cleanup.cc', | 624 'tools/tld_cleanup/tld_cleanup.cc', |
| 621 ], | 625 ], |
| 622 }, | 626 }, |
| 623 { | 627 { |
| 624 'target_name': 'crash_cache', | 628 'target_name': 'crash_cache', |
| 625 'type': 'executable', | 629 'type': 'executable', |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 745 ], | 749 ], |
| 746 }], | 750 }], |
| 747 ], | 751 ], |
| 748 } | 752 } |
| 749 | 753 |
| 750 # Local Variables: | 754 # Local Variables: |
| 751 # tab-width:2 | 755 # tab-width:2 |
| 752 # indent-tabs-mode:nil | 756 # indent-tabs-mode:nil |
| 753 # End: | 757 # End: |
| 754 # vim: set expandtab tabstop=2 shiftwidth=2: | 758 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |