| Index: chrome/unit_tests.isolate | 
| diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate | 
| index 8af8a9b564d12927cd6598ffcdb69a3681ff06d7..71bab21849b70f04649a4587c66c462efac04c07 100644 | 
| --- a/chrome/unit_tests.isolate | 
| +++ b/chrome/unit_tests.isolate | 
| @@ -13,6 +13,7 @@ | 
| ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', { | 
| 'variables': { | 
| 'isolate_dependency_tracked': [ | 
| +          '../third_party/accessibility-audit/axs_testing.js', | 
| '<(PRODUCT_DIR)/resources.pak', | 
| ], | 
| 'isolate_dependency_untracked': [ | 
| @@ -20,7 +21,6 @@ | 
| '../components/test/data/', | 
| '../extensions/test/data/', | 
| '../net/data/', | 
| -          '../third_party/accessibility-developer-tools/gen/', | 
| '../third_party/hunspell_dictionaries/', | 
| '../third_party/zlib/google/test/data/', | 
| 'test/data/', | 
|  |