| Index: components/BUILD.gn
|
| diff --git a/components/BUILD.gn b/components/BUILD.gn
|
| index 2499185803bf4f1f757c66fc0af52a93fa2e6722..b2b39d0bd7de25d34ef70df15d862d1c38d1dbd3 100644
|
| --- a/components/BUILD.gn
|
| +++ b/components/BUILD.gn
|
| @@ -423,6 +423,7 @@ if (!is_ios) {
|
| sources += [ "test/android/browsertests_apk/components_browser_tests_jni_onload.cc" ]
|
| sources -= [ "autofill/content/browser/risk/fingerprint_browsertest.cc" ]
|
| deps += [
|
| + "//content/public/test/android:layouttest_java_support",
|
| "//content/test:layouttest_support",
|
| "//testing/android/native_test:native_test_support",
|
| ]
|
|
|