| 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 'variables': { | 6 'variables': { |
| 7 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
| 8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
| 9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
| 10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
| (...skipping 1637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1648 'dependencies': [ | 1648 'dependencies': [ |
| 1649 'content.gyp:content_java', | 1649 'content.gyp:content_java', |
| 1650 'content_perftests', | 1650 'content_perftests', |
| 1651 ], | 1651 ], |
| 1652 'variables': { | 1652 'variables': { |
| 1653 'test_suite_name': 'content_perftests', | 1653 'test_suite_name': 'content_perftests', |
| 1654 }, | 1654 }, |
| 1655 'includes': [ '../build/apk_test.gypi' ], | 1655 'includes': [ '../build/apk_test.gypi' ], |
| 1656 }, | 1656 }, |
| 1657 { | 1657 { |
| 1658 # TODO(GN) | 1658 # GN: //content/shell/android:chromium_linker_test_apk |
| 1659 'target_name': 'chromium_linker_test_apk', | 1659 'target_name': 'chromium_linker_test_apk', |
| 1660 'type': 'none', | 1660 'type': 'none', |
| 1661 'conditions': [ | 1661 'conditions': [ |
| 1662 ['target_arch != "x64" and target_arch != "arm64"', { | 1662 ['target_arch != "x64" and target_arch != "arm64"', { |
| 1663 'dependencies': [ | 1663 'dependencies': [ |
| 1664 'chromium_android_linker_test', | 1664 'chromium_android_linker_test', |
| 1665 'content.gyp:content_icudata', | 1665 'content.gyp:content_icudata', |
| 1666 'content.gyp:content_java', | 1666 'content.gyp:content_java', |
| 1667 'content_shell_java', | 1667 'content_shell_java', |
| 1668 ], | 1668 ], |
| (...skipping 13 matching lines...) Expand all Loading... |
| 1682 ], | 1682 ], |
| 1683 }], | 1683 }], |
| 1684 ], | 1684 ], |
| 1685 }, | 1685 }, |
| 1686 'includes': [ '../build/java_apk.gypi' ], | 1686 'includes': [ '../build/java_apk.gypi' ], |
| 1687 }, | 1687 }, |
| 1688 ], | 1688 ], |
| 1689 ], | 1689 ], |
| 1690 }, | 1690 }, |
| 1691 { | 1691 { |
| 1692 # TODO(GN) | 1692 # GN: //content/shell/android:linker_test |
| 1693 'target_name': 'chromium_android_linker_test', | 1693 'target_name': 'chromium_android_linker_test', |
| 1694 'type': 'shared_library', | 1694 'type': 'shared_library', |
| 1695 'defines!': ['CONTENT_IMPLEMENTATION'], | 1695 'defines!': ['CONTENT_IMPLEMENTATION'], |
| 1696 'dependencies': [ | 1696 'dependencies': [ |
| 1697 'chromium_android_linker_test_jni_headers', | 1697 'chromium_android_linker_test_jni_headers', |
| 1698 'content_shell_lib', | 1698 'content_shell_lib', |
| 1699 # Required to include "content/public/browser/android/compositor.h" | 1699 # Required to include "content/public/browser/android/compositor.h" |
| 1700 # in chromium_linker_test_android.cc :-( | 1700 # in chromium_linker_test_android.cc :-( |
| 1701 '../skia/skia.gyp:skia', | 1701 '../skia/skia.gyp:skia', |
| 1702 ], | 1702 ], |
| 1703 'sources': [ | 1703 'sources': [ |
| 1704 'shell/android/linker_test_apk/chromium_linker_test_android.cc', | 1704 'shell/android/linker_test_apk/chromium_linker_test_android.cc', |
| 1705 'shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc'
, | 1705 'shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc'
, |
| 1706 ], | 1706 ], |
| 1707 }, | 1707 }, |
| 1708 { | 1708 { |
| 1709 # TODO(GN) | 1709 # GN: //content/shell/android:linker_test_jni_headers |
| 1710 'target_name': 'chromium_android_linker_test_jni_headers', | 1710 'target_name': 'chromium_android_linker_test_jni_headers', |
| 1711 'type': 'none', | 1711 'type': 'none', |
| 1712 'sources': [ | 1712 'sources': [ |
| 1713 'shell/android/linker_test_apk/src/org/chromium/chromium_linker_test
_apk/LinkerTests.java', | 1713 'shell/android/linker_test_apk/src/org/chromium/chromium_linker_test
_apk/LinkerTests.java', |
| 1714 ], | 1714 ], |
| 1715 'variables': { | 1715 'variables': { |
| 1716 'jni_gen_package': 'content/shell', | 1716 'jni_gen_package': 'content/shell', |
| 1717 }, | 1717 }, |
| 1718 'includes': [ '../build/jni_generator.gypi' ], | 1718 'includes': [ '../build/jni_generator.gypi' ], |
| 1719 }, | 1719 }, |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1925 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1925 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1926 }, | 1926 }, |
| 1927 ], | 1927 ], |
| 1928 }], | 1928 }], |
| 1929 ], | 1929 ], |
| 1930 }, | 1930 }, |
| 1931 ], | 1931 ], |
| 1932 }], | 1932 }], |
| 1933 ], | 1933 ], |
| 1934 } | 1934 } |
| OLD | NEW |