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

Side by Side Diff: net/net.gyp

Issue 11111014: Add support for coverage=1 builds on iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Style tweak Created 8 years, 2 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 1565 matching lines...) Expand 10 before | Expand all | Expand 10 after
1576 'url_request/url_fetcher_impl_unittest.cc', 1576 'url_request/url_fetcher_impl_unittest.cc',
1577 'url_request/url_request_context_builder_unittest.cc', 1577 'url_request/url_request_context_builder_unittest.cc',
1578 # Needs GetAppOutput(). 1578 # Needs GetAppOutput().
1579 'test/python_utils_unittest.cc', 1579 'test/python_utils_unittest.cc',
1580 1580
1581 # The following tests are disabled because they don't apply to 1581 # The following tests are disabled because they don't apply to
1582 # iOS. 1582 # iOS.
1583 # OS is not "linux" or "freebsd" or "openbsd". 1583 # OS is not "linux" or "freebsd" or "openbsd".
1584 'base/unix_domain_socket_posix_unittest.cc', 1584 'base/unix_domain_socket_posix_unittest.cc',
1585 ], 1585 ],
1586 'conditions': [
1587 ['coverage != 0', {
1588 # These sources can't be built with coverage due to a toolchain
1589 # bug: http://openradar.appspot.com/radar?id=1499403
1590 'sources!': [
1591 'base/transport_security_state_unittest.cc',
1592 ],
1593 }],
1594 ],
1586 }], 1595 }],
1587 [ 'OS == "linux"', { 1596 [ 'OS == "linux"', {
1588 'dependencies': [ 1597 'dependencies': [
1589 '../build/linux/system.gyp:dbus', 1598 '../build/linux/system.gyp:dbus',
1590 '../dbus/dbus.gyp:dbus_test_support', 1599 '../dbus/dbus.gyp:dbus_test_support',
1591 ], 1600 ],
1592 }, 1601 },
1593 ], 1602 ],
1594 [ 'OS == "android"', { 1603 [ 'OS == "android"', {
1595 'dependencies': [ 1604 'dependencies': [
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after
2274 '--result', '<@(_outputs)', 2283 '--result', '<@(_outputs)',
2275 '--isolate', 'net_unittests.isolate', 2284 '--isolate', 'net_unittests.isolate',
2276 ], 2285 ],
2277 }, 2286 },
2278 ], 2287 ],
2279 }, 2288 },
2280 ], 2289 ],
2281 }], 2290 }],
2282 ], 2291 ],
2283 } 2292 }
OLDNEW
« base/base.gyp ('K') | « build/common.gypi ('k') | sync/sync.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698