Index: apps/BUILD.gn |
diff --git a/apps/BUILD.gn b/apps/BUILD.gn |
index 16d4138ad957e686dcbe007b772f70af437ce0ae..b84daa117bf6676be3f5d9edc4cf55c54750799c 100644 |
--- a/apps/BUILD.gn |
+++ b/apps/BUILD.gn |
@@ -40,7 +40,6 @@ static_library("apps") { |
"switches.h", |
"ui/apps_client.cc", |
"ui/apps_client.h", |
- "ui/web_contents_sizer.h", |
] |
configs += [ "//build/config/compiler:wexit_time_destructors" ] |
@@ -62,14 +61,6 @@ static_library("apps") { |
sources = [] |
} |
- # This needs to run after the extensions check above since we always want |
- # this file in the project. |
- if (is_mac) { |
- sources += [ "ui/web_contents_sizer.mm" ] |
- } else { |
- sources += [ "ui/web_contents_sizer.cc" ] |
- } |
- |
if (toolkit_views) { |
sources += [ |
"ui/views/app_window_frame_view.cc", |