| Index: ui/app_list/BUILD.gn
|
| diff --git a/ui/app_list/BUILD.gn b/ui/app_list/BUILD.gn
|
| index 1dcb168eda2826218ae04c5438dff67f65aec3be..7261a6e7f2d04e1087419d58ab015d5266a30f4b 100644
|
| --- a/ui/app_list/BUILD.gn
|
| +++ b/ui/app_list/BUILD.gn
|
| @@ -260,7 +260,7 @@ if (is_linux && !is_chromeos) {
|
|
|
| deps += [
|
| "//sandbox",
|
| - "//content:content_startup_helper_win",
|
| + "//content:sandbox_helper_win",
|
| ]
|
| }
|
| }
|
| @@ -314,7 +314,9 @@ test("app_list_unittests") {
|
| "//ui/resources:ui_test_pak",
|
| ]
|
|
|
| - data_deps = [ "//third_party/mesa:osmesa" ]
|
| + data_deps = [
|
| + "//third_party/mesa:osmesa",
|
| + ]
|
|
|
| if (toolkit_views) {
|
| sources += [
|
|
|