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

Unified Diff: services/shell/tests/placeholder_unittest.cc

Issue 1898433002: Remove shell::Loader (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix windows gyp linkage Created 4 years, 8 months 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 | « services/shell/tests/loader_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/tests/placeholder_unittest.cc
diff --git a/components/cronet/ios/test/cronet_test_runner.mm b/services/shell/tests/placeholder_unittest.cc
similarity index 61%
copy from components/cronet/ios/test/cronet_test_runner.mm
copy to services/shell/tests/placeholder_unittest.cc
index 2272531cdc0df3512b7f74022ce41886aa4ad96f..df9d827a16e6313802c8c7af88a161812a0d3adb 100644
--- a/components/cronet/ios/test/cronet_test_runner.mm
+++ b/services/shell/tests/placeholder_unittest.cc
@@ -3,9 +3,6 @@
// found in the LICENSE file.
#include "testing/gtest/include/gtest/gtest.h"
-#include "testing/gtest_mac.h"
-int main(int argc, char* argv[]) {
- ::testing::InitGoogleTest(&argc, argv);
- return RUN_ALL_TESTS();
-}
+// Dummy test to keep mojo_shell_unittests building and linking in GYP builds.
+TEST(PlaceholderTest, Empty) {}
« no previous file with comments | « services/shell/tests/loader_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698