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

Side by Side Diff: net/net.gyp

Issue 399723002: Remove base/network_change_notifier_linux_unittest.cc exclusion. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « net/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 'epoll_server', 562 'epoll_server',
563 'flip_in_mem_edsm_server_base', 563 'flip_in_mem_edsm_server_base',
564 'quic_base', 564 'quic_base',
565 ], 565 ],
566 'sources': [ 566 'sources': [
567 '<@(net_linux_test_sources)', 567 '<@(net_linux_test_sources)',
568 ], 568 ],
569 }], 569 }],
570 ['chromeos==1', { 570 ['chromeos==1', {
571 'sources!': [ 571 'sources!': [
572 'base/network_change_notifier_linux_unittest.cc',
573 'proxy/proxy_config_service_linux_unittest.cc', 572 'proxy/proxy_config_service_linux_unittest.cc',
574 ], 573 ],
575 }], 574 }],
576 [ 'OS == "android"', { 575 [ 'OS == "android"', {
577 'sources!': [ 576 'sources!': [
578 # See bug http://crbug.com/344533. 577 # See bug http://crbug.com/344533.
579 'disk_cache/blockfile/index_table_v3_unittest.cc', 578 'disk_cache/blockfile/index_table_v3_unittest.cc',
580 # No res_ninit() et al on Android, so this doesn't make a lot of 579 # No res_ninit() et al on Android, so this doesn't make a lot of
581 # sense. 580 # sense.
582 'dns/dns_config_service_posix_unittest.cc', 581 'dns/dns_config_service_posix_unittest.cc',
(...skipping 1121 matching lines...) Expand 10 before | Expand all | Expand 10 after
1704 'net_unittests.isolate', 1703 'net_unittests.isolate',
1705 ], 1704 ],
1706 'sources': [ 1705 'sources': [
1707 'net_unittests.isolate', 1706 'net_unittests.isolate',
1708 ], 1707 ],
1709 }, 1708 },
1710 ], 1709 ],
1711 }], 1710 }],
1712 ], 1711 ],
1713 } 1712 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698