OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'layouttest_support_content', | 8 'target_name': 'layouttest_support_content', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 1598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1609 ], | 1609 ], |
1610 }, | 1610 }, |
1611 { | 1611 { |
1612 'target_name': 'chromium_android_linker_test_jni_headers', | 1612 'target_name': 'chromium_android_linker_test_jni_headers', |
1613 'type': 'none', | 1613 'type': 'none', |
1614 'sources': [ | 1614 'sources': [ |
1615 'shell/android/linker_test_apk/src/org/chromium/chromium_linker_test
_apk/LinkerTests.java', | 1615 'shell/android/linker_test_apk/src/org/chromium/chromium_linker_test
_apk/LinkerTests.java', |
1616 ], | 1616 ], |
1617 'variables': { | 1617 'variables': { |
1618 'jni_gen_package': 'content/shell', | 1618 'jni_gen_package': 'content/shell', |
| 1619 'jni_generator_ptr_type': 'long', |
1619 }, | 1620 }, |
1620 'includes': [ '../build/jni_generator.gypi' ], | 1621 'includes': [ '../build/jni_generator.gypi' ], |
1621 }, | 1622 }, |
1622 { | 1623 { |
1623 'target_name': 'video_decode_accelerator_unittest_apk', | 1624 'target_name': 'video_decode_accelerator_unittest_apk', |
1624 'type': 'none', | 1625 'type': 'none', |
1625 'dependencies': [ | 1626 'dependencies': [ |
1626 'video_decode_accelerator_unittest', | 1627 'video_decode_accelerator_unittest', |
1627 ], | 1628 ], |
1628 'variables': { | 1629 'variables': { |
1629 'test_suite_name': 'video_decode_accelerator_unittest', | 1630 'test_suite_name': 'video_decode_accelerator_unittest', |
1630 }, | 1631 }, |
1631 'includes': [ '../build/apk_test.gypi' ], | 1632 'includes': [ '../build/apk_test.gypi' ], |
1632 }, | 1633 }, |
1633 ], | 1634 ], |
1634 }], | 1635 }], |
1635 ['OS == "android"', { | 1636 ['OS == "android"', { |
1636 'targets': [ | 1637 'targets': [ |
1637 { | 1638 { |
1638 'target_name': 'test_support_content_jni_headers', | 1639 'target_name': 'test_support_content_jni_headers', |
1639 'type': 'none', | 1640 'type': 'none', |
1640 'sources': [ | 1641 'sources': [ |
1641 'public/test/android/javatests/src/org/chromium/content/browser/test
/NestedSystemMessageHandler.java', | 1642 'public/test/android/javatests/src/org/chromium/content/browser/test
/NestedSystemMessageHandler.java', |
1642 ], | 1643 ], |
1643 'variables': { | 1644 'variables': { |
1644 'jni_gen_package': 'content/public/test', | 1645 'jni_gen_package': 'content/public/test', |
| 1646 'jni_generator_ptr_type': 'long', |
1645 }, | 1647 }, |
1646 'includes': [ '../build/jni_generator.gypi' ], | 1648 'includes': [ '../build/jni_generator.gypi' ], |
1647 }, | 1649 }, |
1648 { | 1650 { |
1649 'target_name': 'content_java_test_support', | 1651 'target_name': 'content_java_test_support', |
1650 'type': 'none', | 1652 'type': 'none', |
1651 'dependencies': [ | 1653 'dependencies': [ |
1652 '../base/base.gyp:base', | 1654 '../base/base.gyp:base', |
1653 '../base/base.gyp:base_java_test_support', | 1655 '../base/base.gyp:base_java_test_support', |
1654 'content.gyp:content_common', | 1656 'content.gyp:content_common', |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1824 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1826 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1825 }, | 1827 }, |
1826 ], | 1828 ], |
1827 }], | 1829 }], |
1828 ], | 1830 ], |
1829 }, | 1831 }, |
1830 ], | 1832 ], |
1831 }], | 1833 }], |
1832 ], | 1834 ], |
1833 } | 1835 } |
OLD | NEW |