| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index e6e63399fe4d871257fab6f708bc30e16d6a38a9..b4c568f0de5247476d4c6947000278469e789c43 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -135,7 +135,6 @@ component("ash") {
|
| "common/session/session_state_delegate.h",
|
| "common/session/session_state_observer.cc",
|
| "common/session/session_state_observer.h",
|
| - "common/session/session_types.h",
|
| "common/shelf/app_list_button.cc",
|
| "common/shelf/app_list_button.h",
|
| "common/shelf/app_list_shelf_item_delegate.cc",
|
| @@ -1022,6 +1021,7 @@ component("ash_with_content") {
|
| ":ash",
|
| ]
|
| deps = [
|
| + "//ash/public/cpp",
|
| "//base",
|
| "//base/third_party/dynamic_annotations",
|
| "//content/public/browser",
|
|
|