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 1541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1552 { | 1552 { |
1553 # GN: //base:base_unittests_apk | 1553 # GN: //base:base_unittests_apk |
1554 'target_name': 'base_unittests_apk', | 1554 'target_name': 'base_unittests_apk', |
1555 'type': 'none', | 1555 'type': 'none', |
1556 'dependencies': [ | 1556 'dependencies': [ |
1557 'base_java', | 1557 'base_java', |
1558 'base_unittests', | 1558 'base_unittests', |
1559 ], | 1559 ], |
1560 'variables': { | 1560 'variables': { |
1561 'test_suite_name': 'base_unittests', | 1561 'test_suite_name': 'base_unittests', |
| 1562 'isolate_file': 'base_unittests.isolate', |
1562 }, | 1563 }, |
1563 'includes': [ '../build/apk_test.gypi' ], | 1564 'includes': [ '../build/apk_test.gypi' ], |
1564 }, | 1565 }, |
1565 ], | 1566 ], |
1566 }], | 1567 }], |
1567 ['OS == "win"', { | 1568 ['OS == "win"', { |
1568 'targets': [ | 1569 'targets': [ |
1569 { | 1570 { |
1570 'target_name': 'debug_message', | 1571 'target_name': 'debug_message', |
1571 'type': 'executable', | 1572 'type': 'executable', |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1621 'dependencies': [ | 1622 'dependencies': [ |
1622 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1623 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1623 ], | 1624 ], |
1624 }], | 1625 }], |
1625 ], | 1626 ], |
1626 }, | 1627 }, |
1627 ], | 1628 ], |
1628 }], | 1629 }], |
1629 ], | 1630 ], |
1630 } | 1631 } |
OLD | NEW |