| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 16 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 17 '../build/temp_gyp/googleurl.gyp:googleurl', | 17 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 18 '../crypto/crypto.gyp:crypto', |
| 18 '../sdch/sdch.gyp:sdch', | 19 '../sdch/sdch.gyp:sdch', |
| 19 '../third_party/icu/icu.gyp:icui18n', | 20 '../third_party/icu/icu.gyp:icui18n', |
| 20 '../third_party/icu/icu.gyp:icuuc', | 21 '../third_party/icu/icu.gyp:icuuc', |
| 21 '../third_party/zlib/zlib.gyp:zlib', | 22 '../third_party/zlib/zlib.gyp:zlib', |
| 22 'net_resources', | 23 'net_resources', |
| 23 'ssl_false_start_blacklist_process#host', | 24 'ssl_false_start_blacklist_process#host', |
| 24 ], | 25 ], |
| 25 'sources': [ | 26 'sources': [ |
| 26 'base/address_family.h', | 27 'base/address_family.h', |
| 27 'base/address_list.cc', | 28 'base/address_list.cc', |
| (...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 ], | 351 ], |
| 351 ], | 352 ], |
| 352 }, | 353 }, |
| 353 { | 354 { |
| 354 'target_name': 'net', | 355 'target_name': 'net', |
| 355 'type': '<(library)', | 356 'type': '<(library)', |
| 356 'dependencies': [ | 357 'dependencies': [ |
| 357 '../base/base.gyp:base', | 358 '../base/base.gyp:base', |
| 358 '../base/base.gyp:base_i18n', | 359 '../base/base.gyp:base_i18n', |
| 359 '../build/temp_gyp/googleurl.gyp:googleurl', | 360 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 361 '../crypto/crypto.gyp:crypto', |
| 360 '../sdch/sdch.gyp:sdch', | 362 '../sdch/sdch.gyp:sdch', |
| 361 '../third_party/icu/icu.gyp:icui18n', | 363 '../third_party/icu/icu.gyp:icui18n', |
| 362 '../third_party/icu/icu.gyp:icuuc', | 364 '../third_party/icu/icu.gyp:icuuc', |
| 363 '../third_party/zlib/zlib.gyp:zlib', | 365 '../third_party/zlib/zlib.gyp:zlib', |
| 364 'net_base', | 366 'net_base', |
| 365 'net_resources', | 367 'net_resources', |
| 366 ], | 368 ], |
| 367 'sources': [ | 369 'sources': [ |
| 368 'disk_cache/addr.cc', | 370 'disk_cache/addr.cc', |
| 369 'disk_cache/addr.h', | 371 'disk_cache/addr.h', |
| (...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 860 ], | 862 ], |
| 861 }, | 863 }, |
| 862 { | 864 { |
| 863 'target_name': 'net_unittests', | 865 'target_name': 'net_unittests', |
| 864 'type': 'executable', | 866 'type': 'executable', |
| 865 'dependencies': [ | 867 'dependencies': [ |
| 866 'net', | 868 'net', |
| 867 'net_test_support', | 869 'net_test_support', |
| 868 '../base/base.gyp:base', | 870 '../base/base.gyp:base', |
| 869 '../base/base.gyp:base_i18n', | 871 '../base/base.gyp:base_i18n', |
| 872 '../crypto/crypto.gyp:crypto', |
| 870 '../testing/gmock.gyp:gmock', | 873 '../testing/gmock.gyp:gmock', |
| 871 '../testing/gtest.gyp:gtest', | 874 '../testing/gtest.gyp:gtest', |
| 872 '../third_party/zlib/zlib.gyp:zlib', | 875 '../third_party/zlib/zlib.gyp:zlib', |
| 873 ], | 876 ], |
| 874 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', | 877 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', |
| 875 'sources': [ | 878 'sources': [ |
| 876 'base/address_list_unittest.cc', | 879 'base/address_list_unittest.cc', |
| 877 'base/backoff_entry_unittest.cc', | 880 'base/backoff_entry_unittest.cc', |
| 878 'base/cert_database_nss_unittest.cc', | 881 'base/cert_database_nss_unittest.cc', |
| 879 'base/cert_verifier_unittest.cc', | 882 'base/cert_verifier_unittest.cc', |
| (...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1421 ], | 1424 ], |
| 1422 }], | 1425 }], |
| 1423 ], | 1426 ], |
| 1424 } | 1427 } |
| 1425 | 1428 |
| 1426 # Local Variables: | 1429 # Local Variables: |
| 1427 # tab-width:2 | 1430 # tab-width:2 |
| 1428 # indent-tabs-mode:nil | 1431 # indent-tabs-mode:nil |
| 1429 # End: | 1432 # End: |
| 1430 # vim: set expandtab tabstop=2 shiftwidth=2: | 1433 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |