Don't enforce maximum dialog size for browser modal dialogs.

These dialogs are not contained by the browser window, so allow them to have whatever size they want to have.

BUG=288493

Review URL: https://codereview.chromium.org/24265007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227820 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/components/web_modal.gypi b/components/web_modal.gypi
index f2db7d4c..ad7d4fd9 100644
--- a/components/web_modal.gypi
+++ b/components/web_modal.gypi
@@ -19,6 +19,8 @@
         'WEB_MODAL_IMPLEMENTATION',
       ],
       'sources': [
+        'web_modal/modal_dialog_host.cc',
+        'web_modal/modal_dialog_host.h',
         'web_modal/native_web_contents_modal_dialog.h',
         'web_modal/native_web_contents_modal_dialog_manager.h',
         'web_modal/web_contents_modal_dialog_host.cc',