Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1471)

Side by Side Diff: net/net.gyp

Issue 10928193: Add native-side unit test for Android NetworkChangeNotifier (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removed Java-side observers for now Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1167 matching lines...) Expand 10 before | Expand all | Expand 10 after
1178 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 1178 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1179 '../build/temp_gyp/googleurl.gyp:googleurl', 1179 '../build/temp_gyp/googleurl.gyp:googleurl',
1180 '../crypto/crypto.gyp:crypto', 1180 '../crypto/crypto.gyp:crypto',
1181 '../testing/gmock.gyp:gmock', 1181 '../testing/gmock.gyp:gmock',
1182 '../testing/gtest.gyp:gtest', 1182 '../testing/gtest.gyp:gtest',
1183 '../third_party/zlib/zlib.gyp:zlib', 1183 '../third_party/zlib/zlib.gyp:zlib',
1184 'net', 1184 'net',
1185 'net_test_support', 1185 'net_test_support',
1186 ], 1186 ],
1187 'sources': [ 1187 'sources': [
1188 'android/network_change_notifier_android_unittest.cc',
1188 'base/address_list_unittest.cc', 1189 'base/address_list_unittest.cc',
1189 'base/address_tracker_linux_unittest.cc', 1190 'base/address_tracker_linux_unittest.cc',
1190 'base/backoff_entry_unittest.cc', 1191 'base/backoff_entry_unittest.cc',
1191 'base/big_endian_unittest.cc', 1192 'base/big_endian_unittest.cc',
1192 'base/cert_verify_proc_unittest.cc', 1193 'base/cert_verify_proc_unittest.cc',
1193 'base/crl_set_unittest.cc', 1194 'base/crl_set_unittest.cc',
1194 'base/data_url_unittest.cc', 1195 'base/data_url_unittest.cc',
1195 'base/default_server_bound_cert_store_unittest.cc', 1196 'base/default_server_bound_cert_store_unittest.cc',
1196 'base/directory_lister_unittest.cc', 1197 'base/directory_lister_unittest.cc',
1197 'base/dnssec_unittest.cc', 1198 'base/dnssec_unittest.cc',
(...skipping 1058 matching lines...) Expand 10 before | Expand all | Expand 10 after
2256 '--result', '<@(_outputs)', 2257 '--result', '<@(_outputs)',
2257 '--isolate', 'net_unittests.isolate', 2258 '--isolate', 'net_unittests.isolate',
2258 ], 2259 ],
2259 }, 2260 },
2260 ], 2261 ],
2261 }, 2262 },
2262 ], 2263 ],
2263 }], 2264 }],
2264 ], 2265 ],
2265 } 2266 }
OLDNEW
« net/base/network_change_notifier.h ('K') | « net/base/network_change_notifier.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698