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 'includes': [ | 9 'includes': [ |
10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
(...skipping 1537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1548 { | 1548 { |
1549 # GN: //base:base_unittests_apk | 1549 # GN: //base:base_unittests_apk |
1550 'target_name': 'base_unittests_apk', | 1550 'target_name': 'base_unittests_apk', |
1551 'type': 'none', | 1551 'type': 'none', |
1552 'dependencies': [ | 1552 'dependencies': [ |
1553 'base_java', | 1553 'base_java', |
1554 'base_unittests', | 1554 'base_unittests', |
1555 ], | 1555 ], |
1556 'variables': { | 1556 'variables': { |
1557 'test_suite_name': 'base_unittests', | 1557 'test_suite_name': 'base_unittests', |
1558 'isolate_file': 'base_unittests.isolate', | |
mckev
2015/05/01 17:12:09
Should the hard-coded isolate file paths be remove
mikecase (-- gone --)
2015/05/01 17:27:05
I think that is the plan. Once all of the bots spe
| |
1558 }, | 1559 }, |
1559 'includes': [ '../build/apk_test.gypi' ], | 1560 'includes': [ '../build/apk_test.gypi' ], |
1560 }, | 1561 }, |
1561 ], | 1562 ], |
1562 }], | 1563 }], |
1563 ['OS == "win"', { | 1564 ['OS == "win"', { |
1564 'targets': [ | 1565 'targets': [ |
1565 { | 1566 { |
1566 'target_name': 'debug_message', | 1567 'target_name': 'debug_message', |
1567 'type': 'executable', | 1568 'type': 'executable', |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1617 'dependencies': [ | 1618 'dependencies': [ |
1618 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1619 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1619 ], | 1620 ], |
1620 }], | 1621 }], |
1621 ], | 1622 ], |
1622 }, | 1623 }, |
1623 ], | 1624 ], |
1624 }], | 1625 }], |
1625 ], | 1626 ], |
1626 } | 1627 } |
OLD | NEW |