| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index 9e94b7c708d1eddd7f11045431a56ce4f0ca7cbc..ad99c86d4fdc00bbe652ad92e758a4b8bbba90c2 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -586,7 +586,6 @@ component("ash") {
|
| "common/wm_transient_window_observer.h",
|
| "common/wm_window.cc",
|
| "common/wm_window.h",
|
| - "common/wm_window_user_data.h",
|
| "debug.cc",
|
| "debug.h",
|
| "default_wallpaper_delegate.cc",
|
| @@ -1205,7 +1204,6 @@ source_set("common_unittests") {
|
| "common/wm/overview/cleanup_animation_observer_unittest.cc",
|
| "common/wm/workspace/workspace_layout_manager_unittest.cc",
|
| "common/wm_window_unittest.cc",
|
| - "common/wm_window_user_data_unittest.cc",
|
| "first_run/first_run_helper_unittest.cc",
|
| "focus_cycler_unittest.cc",
|
| "frame/caption_buttons/frame_size_button_unittest.cc",
|
|
|