Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3130)

Unified Diff: apps/BUILD.gn

Issue 503233003: Add AppDelegate::ResizeWebContents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Call the right function Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | apps/app_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | apps/app_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698