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

Unified Diff: ipc/BUILD.gn

Issue 2608403002: Add some perf tests to compare Mojo overhead. (Closed)
Patch Set: review comment Created 3 years, 11 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 | « no previous file | ipc/ipc_mojo_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/BUILD.gn
diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn
index 859efbbd9ec6c8f702d20d061447b282d67da321..07b878ae3f4748b27843bb8689e5a80a50afad6c 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -206,12 +206,14 @@ if (!is_ios) {
deps = [
":ipc",
+ ":test_interfaces",
":test_support",
"//base",
"//base:i18n",
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk/test:test_support",
+ "//mojo/edk/test:test_support_impl",
"//testing/gtest",
]
}
@@ -219,8 +221,6 @@ if (!is_ios) {
static_library("test_support") {
testonly = true
sources = [
- "ipc_perftest_support.cc",
- "ipc_perftest_support.h",
"ipc_security_test_util.cc",
"ipc_security_test_util.h",
"ipc_test_base.cc",
« no previous file with comments | « no previous file | ipc/ipc_mojo_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698