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

Unified Diff: mojo/android/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: some review comments 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: mojo/android/BUILD.gn
diff --git a/mojo/android/BUILD.gn b/mojo/android/BUILD.gn
index d25b7d5edd716bc423be1276bc71f31c80ebcfeb..3643363d47ee6c83b336bb40b8d3f315f20ec5a5 100644
--- a/mojo/android/BUILD.gn
+++ b/mojo/android/BUILD.gn
@@ -132,6 +132,7 @@ shared_library("mojo_java_unittests") {
"//third_party/mojo/src/mojo/public/cpp/test_support:test_utils",
"//third_party/mojo/src/mojo/public/cpp/environment",
]
+
defines = [ "UNIT_TEST" ]
}

Powered by Google App Engine
This is Rietveld 408576698