| 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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 535 }, | 535 }, |
| 536 { | 536 { |
| 537 'target_name': 'net_unittests', | 537 'target_name': 'net_unittests', |
| 538 'type': '<(gtest_target_type)', | 538 'type': '<(gtest_target_type)', |
| 539 'dependencies': [ | 539 'dependencies': [ |
| 540 '../base/base.gyp:base', | 540 '../base/base.gyp:base', |
| 541 '../base/base.gyp:base_i18n', | 541 '../base/base.gyp:base_i18n', |
| 542 '../base/base.gyp:base_prefs_test_support', | 542 '../base/base.gyp:base_prefs_test_support', |
| 543 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 543 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 544 '../crypto/crypto.gyp:crypto', | 544 '../crypto/crypto.gyp:crypto', |
| 545 '../crypto/crypto.gyp:crypto_test_support', |
| 545 '../testing/gmock.gyp:gmock', | 546 '../testing/gmock.gyp:gmock', |
| 546 '../testing/gtest.gyp:gtest', | 547 '../testing/gtest.gyp:gtest', |
| 547 '../third_party/zlib/zlib.gyp:zlib', | 548 '../third_party/zlib/zlib.gyp:zlib', |
| 548 '../url/url.gyp:url_lib', | 549 '../url/url.gyp:url_lib', |
| 549 'balsa', | 550 'balsa', |
| 550 'http_server', | 551 'http_server', |
| 551 'net', | 552 'net', |
| 552 'net_derived_sources', | 553 'net_derived_sources', |
| 553 'net_test_support', | 554 'net_test_support', |
| 554 'quic_tools', | 555 'quic_tools', |
| (...skipping 1154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1709 'net_unittests.isolate', | 1710 'net_unittests.isolate', |
| 1710 ], | 1711 ], |
| 1711 'sources': [ | 1712 'sources': [ |
| 1712 'net_unittests.isolate', | 1713 'net_unittests.isolate', |
| 1713 ], | 1714 ], |
| 1714 }, | 1715 }, |
| 1715 ], | 1716 ], |
| 1716 }], | 1717 }], |
| 1717 ], | 1718 ], |
| 1718 } | 1719 } |
| OLD | NEW |