summaryrefslogtreecommitdiffstats
path: root/sandbox/linux
diff options
context:
space:
mode:
authorpkotwicz <pkotwicz@chromium.org>2015-10-28 15:17:48 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-28 22:18:29 +0000
commit41889e34221c953c439b786a1e73ca765bc52ce7 (patch)
treede51c0015ad7a6427da116fd545a56145c0dd72c /sandbox/linux
parent8b2c57bf0ac6c22f5a4d593d326f5f239b7d5808 (diff)
downloadchromium_src-41889e34221c953c439b786a1e73ca765bc52ce7.zip
chromium_src-41889e34221c953c439b786a1e73ca765bc52ce7.tar.gz
chromium_src-41889e34221c953c439b786a1e73ca765bc52ce7.tar.bz2
Remove unmaintained sandbox_linux_jni_unittests
BUG=547815 Review URL: https://codereview.chromium.org/1424043002 Cr-Commit-Position: refs/heads/master@{#356668}
Diffstat (limited to 'sandbox/linux')
-rw-r--r--sandbox/linux/BUILD.gn27
-rw-r--r--sandbox/linux/sandbox_linux.gypi29
2 files changed, 1 insertions, 55 deletions
diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn
index f92db8f..697839b 100644
--- a/sandbox/linux/BUILD.gn
+++ b/sandbox/linux/BUILD.gn
@@ -77,7 +77,7 @@ source_set("sandbox_linux_test_utils") {
}
}
-# Sources shared by sandbox_linux_unittests and sandbox_linux_jni_unittests.
+# Sources for sandbox_linux_unittests.
source_set("sandbox_linux_unittests_sources") {
testonly = true
@@ -204,19 +204,6 @@ test("sandbox_linux_unittests") {
]
}
-# This target is the shared library used by Android APK (i.e.
-# JNI-friendly) tests.
-shared_library("sandbox_linux_jni_unittests") {
- testonly = true
- deps = [
- ":sandbox_linux_unittests_sources",
- "//build/config/sanitizers:deps",
- ]
- if (is_android) {
- deps += [ "//testing/android/native_test:native_test_native_code" ]
- }
-}
-
component("seccomp_bpf") {
sources = [
"bpf_dsl/bpf_dsl.cc",
@@ -463,16 +450,4 @@ if (is_android) {
# ":sandbox_linux_unittests",
# ]
#}
- # TODO(GYP) convert this.
- # {
- # 'target_name': 'sandbox_linux_jni_unittests_apk',
- # 'type': 'none',
- # 'variables': {
- # 'test_suite_name': 'sandbox_linux_jni_unittests',
- # },
- # 'dependencies': [
- # 'sandbox_linux_jni_unittests',
- # ],
- # 'includes': [ '../../build/apk_test.gypi' ],
- # }
}
diff --git a/sandbox/linux/sandbox_linux.gypi b/sandbox/linux/sandbox_linux.gypi
index 60f724f..f5b3e0f 100644
--- a/sandbox/linux/sandbox_linux.gypi
+++ b/sandbox/linux/sandbox_linux.gypi
@@ -120,22 +120,6 @@
]
},
{
- # This target is the shared library used by Android APK (i.e.
- # JNI-friendly) tests.
- 'target_name': 'sandbox_linux_jni_unittests',
- 'includes': [
- 'sandbox_linux_test_sources.gypi',
- ],
- 'type': 'shared_library',
- 'conditions': [
- [ 'OS == "android"', {
- 'dependencies': [
- '../testing/android/native_test.gyp:native_test_native_code',
- ],
- }],
- ],
- },
- {
'target_name': 'seccomp_bpf',
'type': '<(component)',
'sources': [
@@ -422,19 +406,6 @@
}],
}],
[ 'OS=="android"', {
- 'targets': [
- {
- 'target_name': 'sandbox_linux_jni_unittests_apk',
- 'type': 'none',
- 'variables': {
- 'test_suite_name': 'sandbox_linux_jni_unittests',
- },
- 'dependencies': [
- 'sandbox_linux_jni_unittests',
- ],
- 'includes': [ '../../build/apk_test.gypi' ],
- }
- ],
'conditions': [
['test_isolation_mode != "noop"', {
'targets': [