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

Unified Diff: components/test/run_all_perftests.cc

Issue 2358063002: Preparing components_perftests (Closed)
Patch Set: Review, round 1 Created 4 years, 2 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
Index: components/test/run_all_perftests.cc
diff --git a/remoting/host/security_key/remote_security_key_entry_point.cc b/components/test/run_all_perftests.cc
similarity index 53%
copy from remoting/host/security_key/remote_security_key_entry_point.cc
copy to components/test/run_all_perftests.cc
index 32f6045ecd6ff7a40303ac66d2b4dfc6d38d6a6f..44f8e0302ff0ca1a4cc2efe9391205ac56dbaf79 100644
--- a/remoting/host/security_key/remote_security_key_entry_point.cc
+++ b/components/test/run_all_perftests.cc
@@ -2,8 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "remoting/host/security_key/remote_security_key_main.h"
+#include "components/test/components_test_suite.h"
int main(int argc, char** argv) {
- return remoting::RemoteSecurityKeyMain(argc, argv);
+ return base::LaunchUnitTestsSerially(argc, argv,
+ GetLaunchCallback(argc, argv));
}

Powered by Google App Engine
This is Rietveld 408576698