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