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

Unified Diff: apps/apps.gypi

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 | « apps/app_window.cc ('k') | apps/ui/web_contents_sizer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/apps.gypi
diff --git a/apps/apps.gypi b/apps/apps.gypi
index 53377805e02f2d25d0033212e86f864d006ea2ab..724799dd2567f2c532e49e2fd50f96754962101f 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$'],
],
}
],
« no previous file with comments | « apps/app_window.cc ('k') | apps/ui/web_contents_sizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698