| 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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 ], | 349 ], |
| 349 ], | 350 ], |
| 350 }, | 351 }, |
| 351 { | 352 { |
| 352 'target_name': 'net', | 353 'target_name': 'net', |
| 353 'type': '<(library)', | 354 'type': '<(library)', |
| 354 'dependencies': [ | 355 'dependencies': [ |
| 355 '../base/base.gyp:base', | 356 '../base/base.gyp:base', |
| 356 '../base/base.gyp:base_i18n', | 357 '../base/base.gyp:base_i18n', |
| 357 '../build/temp_gyp/googleurl.gyp:googleurl', | 358 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 359 '../crypto/crypto.gyp:crypto', |
| 358 '../sdch/sdch.gyp:sdch', | 360 '../sdch/sdch.gyp:sdch', |
| 359 '../third_party/icu/icu.gyp:icui18n', | 361 '../third_party/icu/icu.gyp:icui18n', |
| 360 '../third_party/icu/icu.gyp:icuuc', | 362 '../third_party/icu/icu.gyp:icuuc', |
| 361 '../third_party/zlib/zlib.gyp:zlib', | 363 '../third_party/zlib/zlib.gyp:zlib', |
| 362 'net_base', | 364 'net_base', |
| 363 'net_resources', | 365 'net_resources', |
| 364 ], | 366 ], |
| 365 'sources': [ | 367 'sources': [ |
| 366 'disk_cache/addr.cc', | 368 'disk_cache/addr.cc', |
| 367 'disk_cache/addr.h', | 369 'disk_cache/addr.h', |
| (...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 858 ], | 860 ], |
| 859 }, | 861 }, |
| 860 { | 862 { |
| 861 'target_name': 'net_unittests', | 863 'target_name': 'net_unittests', |
| 862 'type': 'executable', | 864 'type': 'executable', |
| 863 'dependencies': [ | 865 'dependencies': [ |
| 864 'net', | 866 'net', |
| 865 'net_test_support', | 867 'net_test_support', |
| 866 '../base/base.gyp:base', | 868 '../base/base.gyp:base', |
| 867 '../base/base.gyp:base_i18n', | 869 '../base/base.gyp:base_i18n', |
| 870 '../crypto/crypto.gyp:crypto', |
| 868 '../testing/gmock.gyp:gmock', | 871 '../testing/gmock.gyp:gmock', |
| 869 '../testing/gtest.gyp:gtest', | 872 '../testing/gtest.gyp:gtest', |
| 870 '../third_party/zlib/zlib.gyp:zlib', | 873 '../third_party/zlib/zlib.gyp:zlib', |
| 871 ], | 874 ], |
| 872 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', | 875 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', |
| 873 'sources': [ | 876 'sources': [ |
| 874 'base/address_list_unittest.cc', | 877 'base/address_list_unittest.cc', |
| 875 'base/backoff_entry_unittest.cc', | 878 'base/backoff_entry_unittest.cc', |
| 876 'base/cert_database_nss_unittest.cc', | 879 'base/cert_database_nss_unittest.cc', |
| 877 'base/cert_verifier_unittest.cc', | 880 'base/cert_verifier_unittest.cc', |
| (...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1449 ], | 1452 ], |
| 1450 }], | 1453 }], |
| 1451 ], | 1454 ], |
| 1452 } | 1455 } |
| 1453 | 1456 |
| 1454 # Local Variables: | 1457 # Local Variables: |
| 1455 # tab-width:2 | 1458 # tab-width:2 |
| 1456 # indent-tabs-mode:nil | 1459 # indent-tabs-mode:nil |
| 1457 # End: | 1460 # End: |
| 1458 # vim: set expandtab tabstop=2 shiftwidth=2: | 1461 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |