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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 'base/net_log_event_type_list.h', | 196 'base/net_log_event_type_list.h', |
197 'base/net_log_source_type_list.h', | 197 'base/net_log_source_type_list.h', |
198 'base/net_module.cc', | 198 'base/net_module.cc', |
199 'base/net_module.h', | 199 'base/net_module.h', |
200 'base/net_util.cc', | 200 'base/net_util.cc', |
201 'base/net_util.h', | 201 'base/net_util.h', |
202 'base/net_util_posix.cc', | 202 'base/net_util_posix.cc', |
203 'base/net_util_win.cc', | 203 'base/net_util_win.cc', |
204 'base/network_change_notifier.cc', | 204 'base/network_change_notifier.cc', |
205 'base/network_change_notifier.h', | 205 'base/network_change_notifier.h', |
| 206 'base/network_change_notifier_chromeos.cc', |
| 207 'base/network_change_notifier_chromeos.h', |
206 'base/network_change_notifier_factory.h', | 208 'base/network_change_notifier_factory.h', |
| 209 'base/network_change_notifier_factory_chromeos.cc', |
| 210 'base/network_change_notifier_factory_chromeos.h', |
207 'base/network_change_notifier_linux.cc', | 211 'base/network_change_notifier_linux.cc', |
208 'base/network_change_notifier_linux.h', | 212 'base/network_change_notifier_linux.h', |
209 'base/network_change_notifier_mac.cc', | 213 'base/network_change_notifier_mac.cc', |
210 'base/network_change_notifier_mac.h', | 214 'base/network_change_notifier_mac.h', |
211 'base/network_change_notifier_win.cc', | 215 'base/network_change_notifier_win.cc', |
212 'base/network_change_notifier_win.h', | 216 'base/network_change_notifier_win.h', |
213 'base/network_config_watcher_mac.cc', | 217 'base/network_config_watcher_mac.cc', |
214 'base/network_config_watcher_mac.h', | 218 'base/network_config_watcher_mac.h', |
215 'base/network_delegate.cc', | 219 'base/network_delegate.cc', |
216 'base/network_delegate.h', | 220 'base/network_delegate.h', |
(...skipping 1083 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1300 'base/ip_endpoint_unittest.cc', | 1304 'base/ip_endpoint_unittest.cc', |
1301 'base/keygen_handler_unittest.cc', | 1305 'base/keygen_handler_unittest.cc', |
1302 'base/mapped_host_resolver_unittest.cc', | 1306 'base/mapped_host_resolver_unittest.cc', |
1303 'base/mime_sniffer_unittest.cc', | 1307 'base/mime_sniffer_unittest.cc', |
1304 'base/mime_util_unittest.cc', | 1308 'base/mime_util_unittest.cc', |
1305 'base/mock_filter_context.cc', | 1309 'base/mock_filter_context.cc', |
1306 'base/mock_filter_context.h', | 1310 'base/mock_filter_context.h', |
1307 'base/multi_threaded_cert_verifier_unittest.cc', | 1311 'base/multi_threaded_cert_verifier_unittest.cc', |
1308 'base/net_log_unittest.h', | 1312 'base/net_log_unittest.h', |
1309 'base/net_util_unittest.cc', | 1313 'base/net_util_unittest.cc', |
| 1314 'base/network_change_notifier_chromeos_unittest.cc', |
1310 'base/network_change_notifier_win_unittest.cc', | 1315 'base/network_change_notifier_win_unittest.cc', |
1311 'base/nss_cert_database_unittest.cc', | 1316 'base/nss_cert_database_unittest.cc', |
1312 'base/pem_tokenizer_unittest.cc', | 1317 'base/pem_tokenizer_unittest.cc', |
1313 'base/prioritized_dispatcher_unittest.cc', | 1318 'base/prioritized_dispatcher_unittest.cc', |
1314 'base/priority_queue_unittest.cc', | 1319 'base/priority_queue_unittest.cc', |
1315 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc
', | 1320 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc
', |
1316 'base/run_all_unittests.cc', | 1321 'base/run_all_unittests.cc', |
1317 'base/sdch_filter_unittest.cc', | 1322 'base/sdch_filter_unittest.cc', |
1318 'base/server_bound_cert_service_unittest.cc', | 1323 'base/server_bound_cert_service_unittest.cc', |
1319 'base/single_request_host_resolver_unittest.cc', | 1324 'base/single_request_host_resolver_unittest.cc', |
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1552 'websockets/websocket_job_spdy3_unittest.cc', | 1557 'websockets/websocket_job_spdy3_unittest.cc', |
1553 'websockets/websocket_net_log_params_unittest.cc', | 1558 'websockets/websocket_net_log_params_unittest.cc', |
1554 'websockets/websocket_throttle_unittest.cc', | 1559 'websockets/websocket_throttle_unittest.cc', |
1555 ], | 1560 ], |
1556 'conditions': [ | 1561 'conditions': [ |
1557 ['chromeos==1', { | 1562 ['chromeos==1', { |
1558 'sources!': [ | 1563 'sources!': [ |
1559 'base/network_change_notifier_linux_unittest.cc', | 1564 'base/network_change_notifier_linux_unittest.cc', |
1560 'proxy/proxy_config_service_linux_unittest.cc', | 1565 'proxy/proxy_config_service_linux_unittest.cc', |
1561 ], | 1566 ], |
| 1567 'dependencies': [ |
| 1568 '../chromeos/chromeos.gyp:chromeos', |
| 1569 ], |
1562 }], | 1570 }], |
1563 [ 'OS == "android"', { | 1571 [ 'OS == "android"', { |
1564 'sources!': [ | 1572 'sources!': [ |
1565 # No res_ninit() et al on Android, so this doesn't make a lot of | 1573 # No res_ninit() et al on Android, so this doesn't make a lot of |
1566 # sense. | 1574 # sense. |
1567 'dns/dns_config_service_posix_unittest.cc', | 1575 'dns/dns_config_service_posix_unittest.cc', |
1568 ], | 1576 ], |
1569 }], | 1577 }], |
1570 [ 'use_glib == 1', { | 1578 [ 'use_glib == 1', { |
1571 'dependencies': [ | 1579 'dependencies': [ |
(...skipping 789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2361 '--result', '<@(_outputs)', | 2369 '--result', '<@(_outputs)', |
2362 '--isolate', 'net_unittests.isolate', | 2370 '--isolate', 'net_unittests.isolate', |
2363 ], | 2371 ], |
2364 }, | 2372 }, |
2365 ], | 2373 ], |
2366 }, | 2374 }, |
2367 ], | 2375 ], |
2368 }], | 2376 }], |
2369 ], | 2377 ], |
2370 } | 2378 } |
OLD | NEW |