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

Unified Diff: third_party/mojo/src/mojo/public/c/system/tests/BUILD.gn

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: more cleanup 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: third_party/mojo/src/mojo/public/c/system/tests/BUILD.gn
diff --git a/third_party/mojo/src/mojo/public/c/system/tests/BUILD.gn b/third_party/mojo/src/mojo/public/c/system/tests/BUILD.gn
index 14b15f69e75b40c7ea103bfe8bfd85809370f82d..32b915a23beb39e3d6a12c11726a3017ddfd63d2 100644
--- a/third_party/mojo/src/mojo/public/c/system/tests/BUILD.gn
+++ b/third_party/mojo/src/mojo/public/c/system/tests/BUILD.gn
@@ -39,6 +39,7 @@ mojo_sdk_source_set("perftests") {
mojo_sdk_deps = [
"mojo/public/c/environment",
+ "mojo/public/cpp/environment:standalone",
"mojo/public/cpp/system",
"mojo/public/cpp/test_support:test_utils",
"mojo/public/cpp/utility",

Powered by Google App Engine
This is Rietveld 408576698