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

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

Issue 2141083003: Add a perf test for async wait and fix a bug in mojo::RunLoop. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: oops Created 4 years, 5 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/BUILD.gn ('k') | mojo/public/c/environment/tests/async_waiter_perftest_helpers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/environment/tests/BUILD.gn
diff --git a/mojo/public/c/environment/tests/BUILD.gn b/mojo/public/c/environment/tests/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..0f7fb4e29375726f3fe66ef728e4e0915a87cc4b
--- /dev/null
+++ b/mojo/public/c/environment/tests/BUILD.gn
@@ -0,0 +1,20 @@
+# Copyright 2016 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.
+
+import("../../../mojo_sdk.gni")
+
+mojo_sdk_source_set("perftest_helpers") {
+ testonly = true
+
+ sources = [
+ "async_waiter_perftest_helpers.cc",
+ "async_waiter_perftest_helpers.h",
+ ]
+
+ mojo_sdk_deps = [
+ "mojo/public/c/environment",
+ "mojo/public/c/system",
+ "mojo/public/cpp/system",
+ ]
+}
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/public/c/environment/tests/async_waiter_perftest_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698