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