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