| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 8bab0e691a110ddf0f131bc72fc295ce81a5afc5..f1597383ff01f0500993aac9c0787a5152997c1b 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -1813,21 +1813,6 @@
|
| 'includes': [ '../build/apk_test.gypi' ],
|
| },
|
| {
|
| - 'target_name': 'content_shell_browsertests_java',
|
| - 'type': 'none',
|
| - 'dependencies': [
|
| - 'content.gyp:content_java',
|
| - 'content_shell_java',
|
| - '../base/base.gyp:base_java',
|
| - '../testing/android/native_test.gyp:native_test_java',
|
| - '../ui/android/ui_android.gyp:ui_java',
|
| - ],
|
| - 'variables': {
|
| - 'java_in_dir': 'shell/android/browsertests',
|
| - },
|
| - 'includes': [ '../build/java.gypi' ],
|
| - },
|
| - {
|
| # TODO(GN)
|
| 'target_name': 'content_browsertests_manifest',
|
| 'type': 'none',
|
| @@ -1846,7 +1831,6 @@
|
| 'content.gyp:content_java',
|
| 'content.gyp:content_v8_external_data',
|
| 'content_browsertests',
|
| - 'content_shell_browsertests_java',
|
| 'content_java_test_support',
|
| 'content_shell_java',
|
| ],
|
|
|