Commit f6bfa9f5 authored by Jiaquan He's avatar Jiaquan He Committed by Commit Bot

app_list: removes unused //ash/app_list deps from //chrome/*.

Bug: 733662
Change-Id: Id2697199199a67c022d4661e1142c9a237ed8f25
Reviewed-on: https://chromium-review.googlesource.com/1096684Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Jiaquan He <hejq@google.com>
Cr-Commit-Position: refs/heads/master@{#566646}
parent 3c57a7ac
......@@ -3383,10 +3383,6 @@ jumbo_split_static_library("browser") {
]
}
if (enable_app_list) {
deps += [ "//ash/app_list" ]
}
if (enable_background_mode) {
sources += [
"background/background_application_list_model.cc",
......
......@@ -178,7 +178,6 @@ source_set("chromeos") {
"//services/ui/public/interfaces/display",
# TODO: care about enable_basic_printing and enable_print_preview.
"//ash/app_list",
"//components/sync",
"//printing",
"//services/ui/public/cpp",
......
......@@ -993,7 +993,6 @@ static_library("extensions") {
}
deps += [
"//ash",
"//ash/app_list",
"//ash/public/cpp",
"//chromeos/components/proximity_auth",
"//chromeos/components/proximity_auth/logging",
......
......@@ -4,7 +4,4 @@ include_rules = [
"+components/sync_sessions",
"+components/sync_wifi",
"+google/cacheinvalidation",
# TODO(hejq): Remove this once app_list is migrated. http://crbug.com/733662
"+ash/app_list/model",
]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment