summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorerg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-04 19:22:13 +0000
committererg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-04 19:22:13 +0000
commit66ba493b842d92a7d9e515302d585d1c56848ee0 (patch)
tree59f303d8f54c0447268302fdabce7c873fe2c09b /chrome/chrome.gyp
parent33b28a75192e79cff41ecbe82defd65ad5da9535 (diff)
downloadchromium_src-66ba493b842d92a7d9e515302d585d1c56848ee0.zip
chromium_src-66ba493b842d92a7d9e515302d585d1c56848ee0.tar.gz
chromium_src-66ba493b842d92a7d9e515302d585d1c56848ee0.tar.bz2
Relanding the first of probably several patches trying to clean up the BlockedPopupContainer into something that can be cross-platform.
- BlokedPopupContainers are no longer ConstrainedWindows. - There is now a cross platform base class that contains most of the model/controller logic. The view now inherits from it. This is an improvement. This version has minor windows compile fixes that changed from under me. Original Review URL: http://codereview.chromium.org/119006 TBR=beng TEST=Popup notification still works. Review URL: http://codereview.chromium.org/119107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17647 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 60e8f25..331135b 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -586,6 +586,8 @@
'browser/back_forward_menu_model.h',
'browser/back_forward_menu_model_views.cc',
'browser/back_forward_menu_model_views.h',
+ 'browser/blocked_popup_container.cc',
+ 'browser/blocked_popup_container.h',
'browser/bookmarks/bookmark_codec.cc',
'browser/bookmarks/bookmark_codec.h',
'browser/bookmarks/bookmark_context_menu_gtk.cc',