| Index: components/BUILD.gn
 | 
| diff --git a/components/BUILD.gn b/components/BUILD.gn
 | 
| index 08739b1190e480055d7c6cc33431891688ea51ac..0c938e1b10d4b80fcc7e5cce39ea308d7be13cc1 100644
 | 
| --- a/components/BUILD.gn
 | 
| +++ b/components/BUILD.gn
 | 
| @@ -303,6 +303,11 @@ test("components_unittests") {
 | 
|      "//ui/base",
 | 
|      "//ui/resources:ui_test_pak",
 | 
|    ]
 | 
| +
 | 
| +  if (is_android) {
 | 
| +    isolate_file = "components_unittests.isolate"
 | 
| +  }
 | 
| +
 | 
|    data_deps = [ ":components_tests_pak" ]
 | 
|  
 | 
|    if (is_android) {
 | 
| @@ -395,8 +400,8 @@ test("components_browsertests") {
 | 
|      ]
 | 
|      sources -= [ "autofill/content/browser/risk/fingerprint_browsertest.cc" ]
 | 
|      deps += [ "//testing/android/native_test:native_test_support" ]
 | 
| -
 | 
|      use_launcher = false
 | 
| +    isolate_file = "components_browsertests.isolate"
 | 
|    }
 | 
|  
 | 
|    if (is_linux) {
 | 
| 
 |