| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
| 8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
| 9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 1549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1560 'variables': { | 1560 'variables': { |
| 1561 'test_suite_name': 'components_unittests', | 1561 'test_suite_name': 'components_unittests', |
| 1562 }, | 1562 }, |
| 1563 'includes': [ '../build/apk_test.gypi' ], | 1563 'includes': [ '../build/apk_test.gypi' ], |
| 1564 }, | 1564 }, |
| 1565 { | 1565 { |
| 1566 'target_name': 'components_junit_tests', | 1566 'target_name': 'components_junit_tests', |
| 1567 'type': 'none', | 1567 'type': 'none', |
| 1568 'dependencies': [ | 1568 'dependencies': [ |
| 1569 'components.gyp:invalidation_java', | 1569 'components.gyp:invalidation_java', |
| 1570 'components.gyp:policy_java', |
| 1571 'components.gyp:policy_java_test_support', |
| 1570 '../base/base.gyp:base_java', | 1572 '../base/base.gyp:base_java', |
| 1571 '../base/base.gyp:base_java_test_support', | 1573 '../base/base.gyp:base_java_test_support', |
| 1572 '../testing/android/junit/junit_test.gyp:junit_test_support', | 1574 '../testing/android/junit/junit_test.gyp:junit_test_support', |
| 1573 ], | 1575 ], |
| 1574 'conditions': [ | |
| 1575 ['configuration_policy == 1', { | |
| 1576 'dependencies': [ | |
| 1577 'components.gyp:policy_java', | |
| 1578 ], | |
| 1579 }], | |
| 1580 ], | |
| 1581 'variables': { | 1576 'variables': { |
| 1582 'main_class': 'org.chromium.testing.local.JunitTestMain', | 1577 'main_class': 'org.chromium.testing.local.JunitTestMain', |
| 1583 'src_paths': [ | 1578 'src_paths': [ |
| 1584 'invalidation/impl/android/junit/', | 1579 'invalidation/impl/android/junit/', |
| 1585 'policy/android/junit/' | 1580 'policy/android/junit/' |
| 1586 ], | 1581 ], |
| 1587 }, | 1582 }, |
| 1588 'includes': [ '../build/host_jar.gypi' ], | 1583 'includes': [ '../build/host_jar.gypi' ], |
| 1589 }, | 1584 }, |
| 1590 ], | 1585 ], |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1820 'dependencies': [ | 1815 'dependencies': [ |
| 1821 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1816 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1822 ], | 1817 ], |
| 1823 }], | 1818 }], |
| 1824 ], | 1819 ], |
| 1825 }, | 1820 }, |
| 1826 ], | 1821 ], |
| 1827 }], | 1822 }], |
| 1828 ], | 1823 ], |
| 1829 } | 1824 } |
| OLD | NEW |