summaryrefslogtreecommitdiffstats
path: root/apps/apps.gypi
diff options
context:
space:
mode:
authorhashimoto <hashimoto@chromium.org>2014-08-26 20:33:57 -0700
committerCommit bot <commit-bot@chromium.org>2014-08-27 03:35:01 +0000
commitbf20fc68e55897d1caed421fe371d2ad83dd4e34 (patch)
treef08ebcb925d5445e018b028d36d595e582a5ce81 /apps/apps.gypi
parent774dcda2d369584b2e964fa4971dda71cf819677 (diff)
downloadchromium_src-bf20fc68e55897d1caed421fe371d2ad83dd4e34.zip
chromium_src-bf20fc68e55897d1caed421fe371d2ad83dd4e34.tar.gz
chromium_src-bf20fc68e55897d1caed421fe371d2ad83dd4e34.tar.bz2
Add AppDelegate::ResizeWebContents
To stop directly depending on apps/window_size_sizer from AppWindow. BUG=403726 TBR=cbentzel@chromium.org for include/namespace fix in chrome/browser/prerender/prerender_contents.cc Review URL: https://codereview.chromium.org/503233003 Cr-Commit-Position: refs/heads/master@{#292091}
Diffstat (limited to 'apps/apps.gypi')
-rw-r--r--apps/apps.gypi12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi
index 5337780..724799d 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -63,18 +63,8 @@
'ui/views/app_window_frame_view.h',
'ui/views/native_app_window_views.cc',
'ui/views/native_app_window_views.h',
- 'ui/web_contents_sizer.h',
],
'conditions': [
- ['OS=="mac"', {
- 'sources': [
- 'ui/web_contents_sizer.mm',
- ],
- }, { # OS!=mac
- 'sources': [
- 'ui/web_contents_sizer.cc',
- ],
- }],
['chromeos==1',
{
'dependencies': [
@@ -89,8 +79,6 @@
],
'sources/': [
['exclude', '.*'],
- ['include', 'ui/web_contents_sizer\.cc$'],
- ['include', 'ui/web_contents_sizer\.mm$'],
],
}
],