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

Unified Diff: testing/android/BUILD.gn

Issue 669813003: Update from chromium https://crrev.com/301725/ (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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: testing/android/BUILD.gn
diff --git a/testing/android/BUILD.gn b/testing/android/BUILD.gn
index c26830c521e80e62bd79079cb4c50aede0c46734..eefa22d0f0d882708c7a3c58ab33754a4ff99bf8 100644
--- a/testing/android/BUILD.gn
+++ b/testing/android/BUILD.gn
@@ -10,6 +10,7 @@ source_set("native_test_native_code") {
sources = [
"native_test_launcher.cc"
]
+ libs = [ "log" ]
deps = [
":native_test_jni_headers",
":native_test_util",

Powered by Google App Engine
This is Rietveld 408576698