Index: ui/app_list/BUILD.gn |
diff --git a/ui/app_list/BUILD.gn b/ui/app_list/BUILD.gn |
index 7261a6e7f2d04e1087419d58ab015d5266a30f4b..090eaf178223e7e1a7f4e7f9c577461541fec889 100644 |
--- a/ui/app_list/BUILD.gn |
+++ b/ui/app_list/BUILD.gn |
@@ -245,22 +245,22 @@ if (is_linux && !is_chromeos) { |
"//content", |
"//content/public/browser", |
"//skia", |
- "//url", |
"//ui/base", |
"//ui/events", |
"//ui/resources", |
"//ui/resources:ui_test_pak", |
"//ui/views", |
- "//ui/views_content_client", |
"//ui/views/controls/webview", |
+ "//ui/views_content_client", |
+ "//url", |
] |
if (is_win) { |
configs -= [ "//build/config/win:console" ] |
configs += [ "//build/config/win:windowed" ] |
deps += [ |
- "//sandbox", |
"//content:sandbox_helper_win", |
+ "//sandbox", |
] |
} |
} |