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

Unified Diff: third_party/mojo/src/mojo/public/cpp/utility/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/cpp/utility/tests/BUILD.gn
diff --git a/third_party/mojo/src/mojo/public/cpp/utility/tests/BUILD.gn b/third_party/mojo/src/mojo/public/cpp/utility/tests/BUILD.gn
index a8a96c1c29503796ac0011fa1f1cd70dc8219afa..acbbc9f374389534149580311d40399836654b85 100644
--- a/third_party/mojo/src/mojo/public/cpp/utility/tests/BUILD.gn
+++ b/third_party/mojo/src/mojo/public/cpp/utility/tests/BUILD.gn
@@ -16,6 +16,7 @@ mojo_sdk_source_set("tests") {
]
mojo_sdk_deps = [
+ "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