| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 6208f6a5c6a543b7eb0bcb3c8e20bb1bd47382d2..48e61632633fffc8336937865792ea343193b366 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -136,7 +136,7 @@ source_set("test_support") {
|
|
|
| if (is_win) {
|
| deps += [
|
| - "//content:startup_helper_win",
|
| + "//content:sandbox_helper_win",
|
| "//third_party/iaccessible2",
|
| ]
|
| }
|
| @@ -579,7 +579,9 @@ 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" ]
|
|
|