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