| 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_base', | 11 'target_name': 'net_base', |
| 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 '../base/base.gyp:base_i18n', |
| 16 '../build/temp_gyp/googleurl.gyp:googleurl', | 16 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 17 '../sdch/sdch.gyp:sdch', | 17 '../sdch/sdch.gyp:sdch', |
| 18 '../third_party/bzip2/bzip2.gyp:bzip2', | |
| 19 '../third_party/icu/icu.gyp:icui18n', | 18 '../third_party/icu/icu.gyp:icui18n', |
| 20 '../third_party/icu/icu.gyp:icuuc', | 19 '../third_party/icu/icu.gyp:icuuc', |
| 21 '../third_party/zlib/zlib.gyp:zlib', | 20 '../third_party/zlib/zlib.gyp:zlib', |
| 22 'net_resources', | 21 'net_resources', |
| 23 ], | 22 ], |
| 24 'sources': [ | 23 'sources': [ |
| 25 'base/address_family.h', | 24 'base/address_family.h', |
| 26 'base/address_list.cc', | 25 'base/address_list.cc', |
| 27 'base/address_list.h', | 26 'base/address_list.h', |
| 28 'base/auth.h', | 27 'base/auth.h', |
| 29 'base/bzip2_filter.cc', | |
| 30 'base/bzip2_filter.h', | |
| 31 'base/cache_type.h', | 28 'base/cache_type.h', |
| 32 'base/cert_database.h', | 29 'base/cert_database.h', |
| 33 'base/cert_database_mac.cc', | 30 'base/cert_database_mac.cc', |
| 34 'base/cert_database_nss.cc', | 31 'base/cert_database_nss.cc', |
| 35 'base/cert_database_win.cc', | 32 'base/cert_database_win.cc', |
| 36 'base/cert_status_flags.cc', | 33 'base/cert_status_flags.cc', |
| 37 'base/cert_status_flags.h', | 34 'base/cert_status_flags.h', |
| 38 'base/cert_verifier.cc', | 35 'base/cert_verifier.cc', |
| 39 'base/cert_verifier.h', | 36 'base/cert_verifier.h', |
| 40 'base/cert_verify_result.h', | 37 'base/cert_verify_result.h', |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 ], | 205 ], |
| 209 }, | 206 }, |
| 210 { | 207 { |
| 211 'target_name': 'net', | 208 'target_name': 'net', |
| 212 'type': '<(library)', | 209 'type': '<(library)', |
| 213 'dependencies': [ | 210 'dependencies': [ |
| 214 '../base/base.gyp:base', | 211 '../base/base.gyp:base', |
| 215 '../base/base.gyp:base_i18n', | 212 '../base/base.gyp:base_i18n', |
| 216 '../build/temp_gyp/googleurl.gyp:googleurl', | 213 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 217 '../sdch/sdch.gyp:sdch', | 214 '../sdch/sdch.gyp:sdch', |
| 218 '../third_party/bzip2/bzip2.gyp:bzip2', | |
| 219 '../third_party/icu/icu.gyp:icui18n', | 215 '../third_party/icu/icu.gyp:icui18n', |
| 220 '../third_party/icu/icu.gyp:icuuc', | 216 '../third_party/icu/icu.gyp:icuuc', |
| 221 '../third_party/zlib/zlib.gyp:zlib', | 217 '../third_party/zlib/zlib.gyp:zlib', |
| 222 'net_base', | 218 'net_base', |
| 223 'net_resources', | 219 'net_resources', |
| 224 ], | 220 ], |
| 225 'sources': [ | 221 'sources': [ |
| 226 'disk_cache/addr.cc', | 222 'disk_cache/addr.cc', |
| 227 'disk_cache/addr.h', | 223 'disk_cache/addr.h', |
| 228 'disk_cache/backend_impl.cc', | 224 'disk_cache/backend_impl.cc', |
| (...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 558 { | 554 { |
| 559 'target_name': 'net_unittests', | 555 'target_name': 'net_unittests', |
| 560 'type': 'executable', | 556 'type': 'executable', |
| 561 'dependencies': [ | 557 'dependencies': [ |
| 562 'net', | 558 'net', |
| 563 'net_test_support', | 559 'net_test_support', |
| 564 '../base/base.gyp:base', | 560 '../base/base.gyp:base', |
| 565 '../base/base.gyp:base_i18n', | 561 '../base/base.gyp:base_i18n', |
| 566 '../testing/gtest.gyp:gtest', | 562 '../testing/gtest.gyp:gtest', |
| 567 '../third_party/zlib/zlib.gyp:zlib', | 563 '../third_party/zlib/zlib.gyp:zlib', |
| 568 '../third_party/bzip2/bzip2.gyp:bzip2', | |
| 569 ], | 564 ], |
| 570 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', | 565 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', |
| 571 'sources': [ | 566 'sources': [ |
| 572 'base/address_list_unittest.cc', | 567 'base/address_list_unittest.cc', |
| 573 'base/bzip2_filter_unittest.cc', | |
| 574 'base/cookie_monster_unittest.cc', | 568 'base/cookie_monster_unittest.cc', |
| 575 'base/cookie_policy_unittest.cc', | 569 'base/cookie_policy_unittest.cc', |
| 576 'base/data_url_unittest.cc', | 570 'base/data_url_unittest.cc', |
| 577 'base/directory_lister_unittest.cc', | 571 'base/directory_lister_unittest.cc', |
| 578 'base/dns_util_unittest.cc', | 572 'base/dns_util_unittest.cc', |
| 579 'base/escape_unittest.cc', | 573 'base/escape_unittest.cc', |
| 580 'base/file_stream_unittest.cc', | 574 'base/file_stream_unittest.cc', |
| 581 'base/filter_unittest.cc', | 575 'base/filter_unittest.cc', |
| 582 'base/filter_unittest.h', | 576 'base/filter_unittest.h', |
| 583 'base/gzip_filter_unittest.cc', | 577 'base/gzip_filter_unittest.cc', |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 879 ], | 873 ], |
| 880 }], | 874 }], |
| 881 ], | 875 ], |
| 882 } | 876 } |
| 883 | 877 |
| 884 # Local Variables: | 878 # Local Variables: |
| 885 # tab-width:2 | 879 # tab-width:2 |
| 886 # indent-tabs-mode:nil | 880 # indent-tabs-mode:nil |
| 887 # End: | 881 # End: |
| 888 # vim: set expandtab tabstop=2 shiftwidth=2: | 882 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |