diff options
Diffstat (limited to 'sandbox/linux/sandbox_linux.gypi')
-rw-r--r-- | sandbox/linux/sandbox_linux.gypi | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sandbox/linux/sandbox_linux.gypi b/sandbox/linux/sandbox_linux.gypi index 7b516f7..75f37c9 100644 --- a/sandbox/linux/sandbox_linux.gypi +++ b/sandbox/linux/sandbox_linux.gypi @@ -57,22 +57,6 @@ ], }, { - 'target_name': 'sandbox_linux_test_utils', - 'type': 'static_library', - 'dependencies': [ - '../testing/gtest.gyp:gtest', - ], - 'include_dirs': [ - '../..', - ], - 'sources': [ - 'tests/test_utils.cc', - 'tests/test_utils.h', - 'tests/unit_tests.cc', - 'tests/unit_tests.h', - ], - }, - { # The main sandboxing test target. 'target_name': 'sandbox_linux_unittests', 'includes': [ |