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

Unified Diff: mojo/public/c/BUILD.gn

Issue 2235993002: Move mojo/public/c/environment/tests to mojo/public/c/tests/environment. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: oops Created 4 years, 4 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 | « mojo/environment/async_wait_perftest.cc ('k') | mojo/public/c/environment/tests/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/BUILD.gn
diff --git a/mojo/public/c/BUILD.gn b/mojo/public/c/BUILD.gn
index 2256d10e9c71d79c5ab44f1a53a03aefffe829aa..89403173cb6018f8dd7fc8fb5f29f755f987c6b4 100644
--- a/mojo/public/c/BUILD.gn
+++ b/mojo/public/c/BUILD.gn
@@ -61,6 +61,21 @@ mojo_sdk_source_set("environment") {
]
}
+mojo_sdk_source_set("environment_perftest_helpers") {
+ testonly = true
+
+ sources = [
+ "tests/environment/async_waiter_perftest_helpers.cc",
+ "tests/environment/async_waiter_perftest_helpers.h",
+ ]
+
+ public_deps = [
+ ":environment",
+ ]
+
+ mojo_sdk_deps = [ "mojo/public/cpp/system" ]
+}
+
# system -----------------------------------------------------------------------
# Headers in include/mojo/system (to be included as <mojo/system/HEADER.h>).
« no previous file with comments | « mojo/environment/async_wait_perftest.cc ('k') | mojo/public/c/environment/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698