| 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', |
| 11 ], | 11 ], |
| 12 'targets': [ | 12 'targets': [ |
| 13 { | 13 { |
| 14 'target_name': 'net', | 14 'target_name': 'net', |
| 15 'type': 'static_library', | 15 'type': 'static_library', |
| 16 'dependencies': [ | 16 'dependencies': [ |
| 17 '../base/base.gyp:base', | 17 '../base/base.gyp:base', |
| 18 '../build/temp_gyp/googleurl.gyp:googleurl', | 18 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 19 '../build/temp_gyp/v8.gyp:v8', | 19 '../build/temp_gyp/v8.gyp:v8', |
| 20 '../sdch/sdch.gyp:sdch', | 20 '../sdch/sdch.gyp:sdch', |
| 21 '../third_party/bzip2/bzip2.gyp:bzip2', | 21 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 22 '../third_party/icu38/icu38.gyp:icui18n', | 22 '../third_party/icu38/icu38.gyp:icui18n', |
| 23 '../third_party/icu38/icu38.gyp:icuuc', | 23 '../third_party/icu38/icu38.gyp:icuuc', |
| 24 '../third_party/modp_b64/modp_b64.gyp:modp_b64', | 24 '../third_party/modp_b64/modp_b64.gyp:modp_b64', |
| 25 '../third_party/zlib/zlib.gyp:zlib', | 25 '../third_party/zlib/zlib.gyp:zlib', |
| 26 ], | 26 ], |
| 27 'msvs_guid': '326E9795-E760-410A-B69A-3F79DB3F5243', |
| 27 'sources': [ | 28 'sources': [ |
| 28 'base/address_list.cc', | 29 'base/address_list.cc', |
| 29 'base/address_list.h', | 30 'base/address_list.h', |
| 30 'base/auth.h', | 31 'base/auth.h', |
| 31 'base/base64.cc', | 32 'base/base64.cc', |
| 32 'base/base64.h', | 33 'base/base64.h', |
| 33 'base/bzip2_filter.cc', | 34 'base/bzip2_filter.cc', |
| 34 'base/bzip2_filter.h', | 35 'base/bzip2_filter.h', |
| 35 'base/cert_status_flags.cc', | 36 'base/cert_status_flags.cc', |
| 36 'base/cert_status_flags.h', | 37 'base/cert_status_flags.h', |
| (...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 494 'disk_cache/stress_cache.cc', | 495 'disk_cache/stress_cache.cc', |
| 495 ], | 496 ], |
| 496 }, | 497 }, |
| 497 { | 498 { |
| 498 'target_name': 'tld_cleanup', | 499 'target_name': 'tld_cleanup', |
| 499 'type': 'executable', | 500 'type': 'executable', |
| 500 'dependencies': [ | 501 'dependencies': [ |
| 501 '../base/base.gyp:base', | 502 '../base/base.gyp:base', |
| 502 '../build/temp_gyp/googleurl.gyp:googleurl', | 503 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 503 ], | 504 ], |
| 505 'msvs_guid': '{E13045CD-7E1F-4A41-9B18-8D288B2E7B41}', |
| 504 'sources': [ | 506 'sources': [ |
| 505 'tools/tld_cleanup/tld_cleanup.cc', | 507 'tools/tld_cleanup/tld_cleanup.cc', |
| 506 ], | 508 ], |
| 507 }, | 509 }, |
| 508 { | 510 { |
| 509 'target_name': 'crash_cache', | 511 'target_name': 'crash_cache', |
| 510 'type': 'executable', | 512 'type': 'executable', |
| 511 'dependencies': [ | 513 'dependencies': [ |
| 512 'net', | 514 'net', |
| 513 'net_test_support', | 515 'net_test_support', |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 579 'sources': [ | 581 'sources': [ |
| 580 'tools/dump_cache/dump_cache.cc', | 582 'tools/dump_cache/dump_cache.cc', |
| 581 'tools/dump_cache/dump_files.cc', | 583 'tools/dump_cache/dump_files.cc', |
| 582 'tools/dump_cache/upgrade.cc', | 584 'tools/dump_cache/upgrade.cc', |
| 583 ], | 585 ], |
| 584 }, | 586 }, |
| 585 ], | 587 ], |
| 586 }], | 588 }], |
| 587 ], | 589 ], |
| 588 } | 590 } |
| OLD | NEW |