| Index: content/test/BUILD.gn | 
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn | 
| index 0f1a6a8aeacb1ff10817d9aebf88e10d8c876489..6208f6a5c6a543b7eb0bcb3c8e20bb1bd47382d2 100644 | 
| --- a/content/test/BUILD.gn | 
| +++ b/content/test/BUILD.gn | 
| @@ -6,7 +6,7 @@ import("//build/config/chrome_build.gni") | 
| import("//build/config/crypto.gni") | 
| import("//build/config/features.gni") | 
| import("//build/config/ui.gni") | 
| -import("//build/module_args/v8.gni") | 
| +import("//build_overrides/v8.gni") | 
| import("//media/media_options.gni") | 
| import("//testing/test.gni") | 
| import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") | 
| @@ -579,9 +579,7 @@ test("content_unittests") { | 
| ] | 
| } | 
|  | 
| -  data_deps = [ | 
| -    "//third_party/mesa:osmesa", | 
| -  ] | 
| +  data_deps = [ "//third_party/mesa:osmesa" ] | 
|  | 
| if (!is_win) { | 
| sources += [ "../browser/file_descriptor_info_impl_unittest.cc" ] | 
|  |