| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 0151370c96ddf6ad3b88daf833415764ec432d9e..b1bf3ddae80739b4141705ee0310d9c1afabc250 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -1348,7 +1348,7 @@
|
| 'sources!': [
|
| # These tests depend on single process mode, which is disabled
|
| # in official builds.
|
| - 'renderer/browser_render_view_browsertest.cc',
|
| + 'renderer/browser_render_view_browsertest.cc',
|
| 'renderer/dom_serializer_browsertest.cc',
|
| 'renderer/resource_fetcher_browsertest.cc',
|
| 'renderer/savable_resources_browsertest.cc',
|
| @@ -1546,6 +1546,7 @@
|
| ['OS == "android"', {
|
| 'targets': [
|
| {
|
| + # TODO(GN)
|
| 'target_name': 'content_gl_tests_apk',
|
| 'type': 'none',
|
| 'dependencies': [
|
| @@ -1560,6 +1561,7 @@
|
| ],
|
| },
|
| {
|
| + # TODO(GN)
|
| 'target_name': 'content_unittests_apk',
|
| 'type': 'none',
|
| 'dependencies': [
|
| @@ -1572,6 +1574,7 @@
|
| 'includes': [ '../build/apk_test.gypi' ],
|
| },
|
| {
|
| + # TODO(GN)
|
| 'target_name': 'content_browsertests_apk',
|
| 'type': 'none',
|
| 'dependencies': [
|
| @@ -1599,6 +1602,7 @@
|
| 'includes': [ '../build/java_apk.gypi' ],
|
| },
|
| {
|
| + # TODO(GN)
|
| 'target_name': 'content_perftests_apk',
|
| 'type': 'none',
|
| 'dependencies': [
|
| @@ -1611,6 +1615,7 @@
|
| 'includes': [ '../build/apk_test.gypi' ],
|
| },
|
| {
|
| + # TODO(GN)
|
| 'target_name': 'chromium_linker_test_apk',
|
| 'type': 'none',
|
| 'conditions': [
|
| @@ -1644,6 +1649,7 @@
|
| ],
|
| },
|
| {
|
| + # TODO(GN)
|
| 'target_name': 'chromium_android_linker_test',
|
| 'type': 'shared_library',
|
| 'defines!': ['CONTENT_IMPLEMENTATION'],
|
| @@ -1660,6 +1666,7 @@
|
| ],
|
| },
|
| {
|
| + # TODO(GN)
|
| 'target_name': 'chromium_android_linker_test_jni_headers',
|
| 'type': 'none',
|
| 'sources': [
|
| @@ -1671,6 +1678,7 @@
|
| 'includes': [ '../build/jni_generator.gypi' ],
|
| },
|
| {
|
| + # TODO(GN)
|
| 'target_name': 'video_decode_accelerator_unittest_apk',
|
| 'type': 'none',
|
| 'dependencies': [
|
| @@ -1681,11 +1689,8 @@
|
| },
|
| 'includes': [ '../build/apk_test.gypi' ],
|
| },
|
| - ],
|
| - }],
|
| - ['OS == "android"', {
|
| - 'targets': [
|
| {
|
| + # GN: //content/public/test/android:test_support_content_jni_headers
|
| 'target_name': 'test_support_content_jni_headers',
|
| 'type': 'none',
|
| 'sources': [
|
| @@ -1697,6 +1702,7 @@
|
| 'includes': [ '../build/jni_generator.gypi' ],
|
| },
|
| {
|
| + # GN: //content/public/test/android:content_java_test_support
|
| 'target_name': 'content_java_test_support',
|
| 'type': 'none',
|
| 'dependencies': [
|
| @@ -1711,6 +1717,8 @@
|
| 'includes': [ '../build/java.gypi' ],
|
| },
|
| {
|
| + # GN: //content/shell/android:content_shell_test_apk
|
| + # and //content/public/android:content_javatests
|
| 'target_name': 'content_shell_test_apk',
|
| 'type': 'none',
|
| 'dependencies': [
|
|
|