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

Unified Diff: mojo/edk/test/run_all_perftests.cc

Issue 1350023003: Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move to mojo::edk namespace in preparation for runtim flag Created 5 years, 3 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: mojo/edk/test/run_all_perftests.cc
diff --git a/third_party/mojo/src/mojo/edk/test/run_all_perftests.cc b/mojo/edk/test/run_all_perftests.cc
similarity index 77%
copy from third_party/mojo/src/mojo/edk/test/run_all_perftests.cc
copy to mojo/edk/test/run_all_perftests.cc
index f0eacc6bd4c99158dd617f7be67432e4e990d5c5..11c1b05882f90d89ed8b0395444811dcab1e83f4 100644
--- a/third_party/mojo/src/mojo/edk/test/run_all_perftests.cc
+++ b/mojo/edk/test/run_all_perftests.cc
@@ -8,7 +8,7 @@
#include "mojo/public/tests/test_support_private.h"
int main(int argc, char** argv) {
- mojo::embedder::test::InitWithSimplePlatformSupport();
- mojo::test::TestSupport::Init(new mojo::test::TestSupportImpl());
+ mojo::edk::test::InitWithSimplePlatformSupport();
+ mojo::test::TestSupport::Init(new mojo::edk::test::TestSupportImpl());
return base::PerfTestSuite(argc, argv).Run();
}

Powered by Google App Engine
This is Rietveld 408576698