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

Unified Diff: ui/base/ui_base.gyp

Issue 209023003: Remove references to WebContentsView::SizeContents from chrome/ and app/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clang-format 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: ui/base/ui_base.gyp
diff --git a/ui/base/ui_base.gyp b/ui/base/ui_base.gyp
index 55f64dfdd424d9aa9e0ba7d1b3cbac57af7e3bf5..71b8548668eded88ef66adbf95d0ade3f75f478e 100644
--- a/ui/base/ui_base.gyp
+++ b/ui/base/ui_base.gyp
@@ -280,6 +280,7 @@
'ui_base_export.h',
'view_prop.cc',
'view_prop.h',
+ 'web_contents_sizer.h',
'webui/jstemplate_builder.cc',
'webui/jstemplate_builder.h',
'webui/web_ui_util.cc',
@@ -516,6 +517,9 @@
'dependencies': [
'../../third_party/mozilla/mozilla.gyp:mozilla',
],
+ 'sources': [
+ 'web_contents_sizer.mm',
+ ],
'sources!': [
'dragdrop/drag_utils.cc',
'dragdrop/drag_utils.h',
@@ -527,6 +531,10 @@
'$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework',
],
},
+ }, { # OS!=mac
+ 'sources': [
+ 'web_contents_sizer.cc',
+ ],
}],
['use_x11==1', {
'all_dependent_settings': {
« no previous file with comments | « ui/base/DEPS ('k') | ui/base/web_contents_sizer.h » ('j') | ui/base/web_contents_sizer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698