| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'conditions': [ | 10 'conditions': [ |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 '../third_party/icu/icu.gyp:icui18n', | 53 '../third_party/icu/icu.gyp:icui18n', |
| 54 '../third_party/icu/icu.gyp:icuuc', | 54 '../third_party/icu/icu.gyp:icuuc', |
| 55 '../third_party/zlib/zlib.gyp:zlib', | 55 '../third_party/zlib/zlib.gyp:zlib', |
| 56 'net_resources', | 56 'net_resources', |
| 57 ], | 57 ], |
| 58 'sources': [ | 58 'sources': [ |
| 59 'android/net_jni_registrar.cc', | 59 'android/net_jni_registrar.cc', |
| 60 'android/net_jni_registrar.h', | 60 'android/net_jni_registrar.h', |
| 61 'android/network_change_notifier_android.cc', | 61 'android/network_change_notifier_android.cc', |
| 62 'android/network_change_notifier_android.h', | 62 'android/network_change_notifier_android.h', |
| 63 'android/network_change_notifier_factory.cc', | 63 'android/network_change_notifier_factory_android.cc', |
| 64 'android/network_change_notifier_factory.h', | 64 'android/network_change_notifier_factory_android.h', |
| 65 'android/network_library.cc', | 65 'android/network_library.cc', |
| 66 'android/network_library.h', | 66 'android/network_library.h', |
| 67 'base/address_family.h', | 67 'base/address_family.h', |
| 68 'base/address_list.cc', | 68 'base/address_list.cc', |
| 69 'base/address_list.h', | 69 'base/address_list.h', |
| 70 'base/address_tracker_linux.cc', | 70 'base/address_tracker_linux.cc', |
| 71 'base/address_tracker_linux.h', | 71 'base/address_tracker_linux.h', |
| 72 'base/asn1_util.cc', | 72 'base/asn1_util.cc', |
| 73 'base/asn1_util.h', | 73 'base/asn1_util.h', |
| 74 'base/auth.cc', | 74 'base/auth.cc', |
| (...skipping 1138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1213 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 1213 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 1214 '../build/temp_gyp/googleurl.gyp:googleurl', | 1214 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 1215 '../crypto/crypto.gyp:crypto', | 1215 '../crypto/crypto.gyp:crypto', |
| 1216 '../testing/gmock.gyp:gmock', | 1216 '../testing/gmock.gyp:gmock', |
| 1217 '../testing/gtest.gyp:gtest', | 1217 '../testing/gtest.gyp:gtest', |
| 1218 '../third_party/zlib/zlib.gyp:zlib', | 1218 '../third_party/zlib/zlib.gyp:zlib', |
| 1219 'net', | 1219 'net', |
| 1220 'net_test_support', | 1220 'net_test_support', |
| 1221 ], | 1221 ], |
| 1222 'sources': [ | 1222 'sources': [ |
| 1223 'android/network_change_notifier_android_unittest.cc', |
| 1223 'base/address_list_unittest.cc', | 1224 'base/address_list_unittest.cc', |
| 1224 'base/address_tracker_linux_unittest.cc', | 1225 'base/address_tracker_linux_unittest.cc', |
| 1225 'base/backoff_entry_unittest.cc', | 1226 'base/backoff_entry_unittest.cc', |
| 1226 'base/big_endian_unittest.cc', | 1227 'base/big_endian_unittest.cc', |
| 1227 'base/cert_verify_proc_unittest.cc', | 1228 'base/cert_verify_proc_unittest.cc', |
| 1228 'base/crl_set_unittest.cc', | 1229 'base/crl_set_unittest.cc', |
| 1229 'base/data_url_unittest.cc', | 1230 'base/data_url_unittest.cc', |
| 1230 'base/default_server_bound_cert_store_unittest.cc', | 1231 'base/default_server_bound_cert_store_unittest.cc', |
| 1231 'base/directory_lister_unittest.cc', | 1232 'base/directory_lister_unittest.cc', |
| 1232 'base/dnssec_unittest.cc', | 1233 'base/dnssec_unittest.cc', |
| (...skipping 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2307 '--result', '<@(_outputs)', | 2308 '--result', '<@(_outputs)', |
| 2308 '--isolate', 'net_unittests.isolate', | 2309 '--isolate', 'net_unittests.isolate', |
| 2309 ], | 2310 ], |
| 2310 }, | 2311 }, |
| 2311 ], | 2312 ], |
| 2312 }, | 2313 }, |
| 2313 ], | 2314 ], |
| 2314 }], | 2315 }], |
| 2315 ], | 2316 ], |
| 2316 } | 2317 } |
| OLD | NEW |