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

Unified Diff: apps/apps.gypi

Issue 209023003: Remove references to WebContentsView::SizeContents from chrome/ and app/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Alphabetization. Created 6 years, 9 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
Index: apps/apps.gypi
diff --git a/apps/apps.gypi b/apps/apps.gypi
index bead5d86d7c3c5776b05637a6f37bdd033471fb0..f247fdc0d6532f2bf83439f68cb6e051d70de95b 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -67,8 +67,18 @@
'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': [
« no previous file with comments | « apps/app_window.cc ('k') | apps/ui/web_contents_sizer.h » ('j') | apps/ui/web_contents_sizer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698