| 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 'linux_link_kerberos%': 0, | 8 'linux_link_kerberos%': 0, |
| 9 'conditions': [ | 9 'conditions': [ |
| 10 ['chromeos==1 or embedded==1 or OS=="ios"', { | 10 ['chromeos==1 or embedded==1 or OS=="ios"', { |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 '../third_party/brotli/brotli.gyp:brotli', | 110 '../third_party/brotli/brotli.gyp:brotli', |
| 111 '../third_party/icu/icu.gyp:icui18n', | 111 '../third_party/icu/icu.gyp:icui18n', |
| 112 '../third_party/icu/icu.gyp:icuuc', | 112 '../third_party/icu/icu.gyp:icuuc', |
| 113 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 113 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 114 '../url/url.gyp:url_lib', | 114 '../url/url.gyp:url_lib', |
| 115 'net_quic_proto', | 115 'net_quic_proto', |
| 116 ], | 116 ], |
| 117 'sources': [ | 117 'sources': [ |
| 118 'base/filename_util_icu.cc', | 118 'base/filename_util_icu.cc', |
| 119 'base/net_string_util_icu.cc', | 119 'base/net_string_util_icu.cc', |
| 120 'base/net_util_icu.cc', | |
| 121 'filter/brotli_filter.cc', | 120 'filter/brotli_filter.cc', |
| 122 ], | 121 ], |
| 123 'includes': [ 'net_common.gypi' ], | 122 'includes': [ 'net_common.gypi' ], |
| 124 }, | 123 }, |
| 125 { | 124 { |
| 126 # GN version: //net:net_unittests | 125 # GN version: //net:net_unittests |
| 127 'target_name': 'net_unittests', | 126 'target_name': 'net_unittests', |
| 128 'type': '<(gtest_target_type)', | 127 'type': '<(gtest_target_type)', |
| 129 'dependencies': [ | 128 'dependencies': [ |
| 130 '../base/base.gyp:base', | 129 '../base/base.gyp:base', |
| (...skipping 1577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1708 '../build/isolate.gypi', | 1707 '../build/isolate.gypi', |
| 1709 ], | 1708 ], |
| 1710 'sources': [ | 1709 'sources': [ |
| 1711 'net_unittests.isolate', | 1710 'net_unittests.isolate', |
| 1712 ], | 1711 ], |
| 1713 }, | 1712 }, |
| 1714 ], | 1713 ], |
| 1715 }], | 1714 }], |
| 1716 ], | 1715 ], |
| 1717 } | 1716 } |
| OLD | NEW |