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

Unified Diff: ipc/mojo/run_all_perftests.cc

Issue 2069803003: Fold //ipc/mojo into //ipc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-ipc-deps
Patch Set: rebase Created 4 years, 6 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 | « ipc/mojo/ipc_mojo_unittests.isolate ('k') | ipc/mojo/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/mojo/run_all_perftests.cc
diff --git a/ipc/mojo/run_all_perftests.cc b/ipc/mojo/run_all_perftests.cc
deleted file mode 100644
index a942b8b57496f6401f833bbea96b52168ceb8138..0000000000000000000000000000000000000000
--- a/ipc/mojo/run_all_perftests.cc
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright 2013 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.
-
-// Copied from mojo/edk/test/run_all_perftests.cc.
-
-#include "base/command_line.h"
-#include "base/test/perf_test_suite.h"
-#include "mojo/edk/embedder/embedder.h"
-
-int main(int argc, char** argv) {
- base::PerfTestSuite test(argc, argv);
-
- mojo::edk::Init();
-
- return test.Run();
-}
« no previous file with comments | « ipc/mojo/ipc_mojo_unittests.isolate ('k') | ipc/mojo/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698