| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
| 10 'use_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
| (...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 530 }, | 530 }, |
| 531 { | 531 { |
| 532 'target_name': 'net_unittests', | 532 'target_name': 'net_unittests', |
| 533 'type': '<(gtest_target_type)', | 533 'type': '<(gtest_target_type)', |
| 534 'dependencies': [ | 534 'dependencies': [ |
| 535 '../base/base.gyp:base', | 535 '../base/base.gyp:base', |
| 536 '../base/base.gyp:base_i18n', | 536 '../base/base.gyp:base_i18n', |
| 537 '../base/base.gyp:base_prefs_test_support', | 537 '../base/base.gyp:base_prefs_test_support', |
| 538 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 538 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 539 '../crypto/crypto.gyp:crypto', | 539 '../crypto/crypto.gyp:crypto', |
| 540 '../crypto/crypto.gyp:crypto_test_support', |
| 540 '../testing/gmock.gyp:gmock', | 541 '../testing/gmock.gyp:gmock', |
| 541 '../testing/gtest.gyp:gtest', | 542 '../testing/gtest.gyp:gtest', |
| 542 '../third_party/zlib/zlib.gyp:zlib', | 543 '../third_party/zlib/zlib.gyp:zlib', |
| 543 '../url/url.gyp:url_lib', | 544 '../url/url.gyp:url_lib', |
| 544 'balsa', | 545 'balsa', |
| 545 'http_server', | 546 'http_server', |
| 546 'net', | 547 'net', |
| 547 'net_derived_sources', | 548 'net_derived_sources', |
| 548 'net_test_support', | 549 'net_test_support', |
| 549 'quic_tools', | 550 'quic_tools', |
| (...skipping 1156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1706 'net_unittests.isolate', | 1707 'net_unittests.isolate', |
| 1707 ], | 1708 ], |
| 1708 'sources': [ | 1709 'sources': [ |
| 1709 'net_unittests.isolate', | 1710 'net_unittests.isolate', |
| 1710 ], | 1711 ], |
| 1711 }, | 1712 }, |
| 1712 ], | 1713 ], |
| 1713 }], | 1714 }], |
| 1714 ], | 1715 ], |
| 1715 } | 1716 } |
| OLD | NEW |