Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: third_party/openh264/tests/openh264_unittests.cc

Issue 1438553002: Preparation work for third_party/openh264 build-from-src CL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase with master Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/openh264/tests/BUILD.gn ('k') | third_party/openh264/tests/openh264_unittests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/openh264/tests/openh264_unittests.cc
diff --git a/third_party/openh264/tests/openh264_unittests.cc b/third_party/openh264/tests/openh264_unittests.cc
deleted file mode 100644
index 443d27fef66530bcd0d8f05ac0695e47f7ddc8b7..0000000000000000000000000000000000000000
--- a/third_party/openh264/tests/openh264_unittests.cc
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "testing/gtest/include/gtest/gtest.h"
-
-namespace openh264 {
-
-class OpenH264Tests : public testing::Test {
-};
-
-TEST_F(OpenH264Tests, DummyTestAlwaysPass) {
-}
-
-} // namespace openh264
-
-int main(int argc, char **argv) {
- ::testing::InitGoogleTest(&argc, argv);
- return RUN_ALL_TESTS();
-}
« no previous file with comments | « third_party/openh264/tests/BUILD.gn ('k') | third_party/openh264/tests/openh264_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698