Chromium Code Reviews| 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", |