Index: content/test/BUILD.gn |
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
index f1c9595848a04fab639950966059391a782ceec3..70e1da866af407dceb85dc25ba77ed1892bd2011 100644 |
--- a/content/test/BUILD.gn |
+++ b/content/test/BUILD.gn |
@@ -101,6 +101,8 @@ source_set("test_support") { |
"mock_google_streaming_server.cc", |
"mock_google_streaming_server.h", |
] |
+ |
+ deps += [ "../public/test/android:test_support_content_jni_headers" ] |
} |
if (enable_plugins) { |