summaryrefslogtreecommitdiffstats
path: root/apps/apps.gypi
diff options
context:
space:
mode:
authortmdiep@chromium.org <tmdiep@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-28 15:16:15 +0000
committertmdiep@chromium.org <tmdiep@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-28 15:16:15 +0000
commit32fd0af521283f55de5266e383e76edbf97ecbc8 (patch)
treeb7c91e6677aa2aaf67998b627be726e8e50da9c6 /apps/apps.gypi
parent77490642a380e1fbdd63da7ef24c3cc490cafe40 (diff)
downloadchromium_src-32fd0af521283f55de5266e383e76edbf97ecbc8.zip
chromium_src-32fd0af521283f55de5266e383e76edbf97ecbc8.tar.gz
chromium_src-32fd0af521283f55de5266e383e76edbf97ecbc8.tar.bz2
Refactored app window size constraints
The NativeAppWindow subclasses all depend on the minimum and maximum size constraints state stored in AppWindow. This is problematic when creating a window for the new bounds API. This patch moves the constraints state into the NativeAppWindow. BUG=315471 TEST=browser_tests (AppWindowAPITest.TestSizeConstraints) Review URL: https://codereview.chromium.org/181383012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254119 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/apps.gypi')
-rw-r--r--apps/apps.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi
index 6ea2c5d..e0031fb 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -56,6 +56,8 @@
'saved_files_service.h',
'saved_files_service_factory.cc',
'saved_files_service_factory.h',
+ 'size_constraints.cc',
+ 'size_constraints.h',
'switches.cc',
'switches.h',
'ui/native_app_window.h',