OLD | NEW |
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 'conditions': [ | 10 'conditions': [ |
(...skipping 1663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1674 ['test_isolation_mode != "noop"', { | 1674 ['test_isolation_mode != "noop"', { |
1675 'targets': [ | 1675 'targets': [ |
1676 { | 1676 { |
1677 'target_name': 'net_unittests_run', | 1677 'target_name': 'net_unittests_run', |
1678 'type': 'none', | 1678 'type': 'none', |
1679 'dependencies': [ | 1679 'dependencies': [ |
1680 'net_unittests', | 1680 'net_unittests', |
1681 ], | 1681 ], |
1682 'includes': [ | 1682 'includes': [ |
1683 '../build/isolate.gypi', | 1683 '../build/isolate.gypi', |
1684 'net_unittests.isolate', | |
1685 ], | 1684 ], |
1686 'sources': [ | 1685 'sources': [ |
1687 'net_unittests.isolate', | 1686 'net_unittests.isolate', |
1688 ], | 1687 ], |
1689 }, | 1688 }, |
1690 ], | 1689 ], |
1691 }], | 1690 }], |
1692 ], | 1691 ], |
1693 } | 1692 } |
OLD | NEW |