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

Unified Diff: chrome/chrome_browser.gypi

Issue 7880003: content: Move constrained window code from TabContents to TabContentsWrapper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Attempt to fix views merge part 2 Created 9 years, 3 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: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 3d1d6837881e934d3595db6136d5d51383409a7a..85db2355111a87aa10d073491887e3b4d7d27722 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2778,6 +2778,10 @@
'browser/ui/content_settings/content_setting_bubble_model.h',
'browser/ui/content_settings/content_setting_image_model.cc',
'browser/ui/content_settings/content_setting_image_model.h',
+ 'browser/ui/constrained_window_tab_helper.cc',
+ 'browser/ui/constrained_window_tab_helper.h',
+ 'browser/ui/constrained_window_tab_helper_delegate.cc',
+ 'browser/ui/constrained_window_tab_helper_delegate.h',
'browser/ui/crypto_module_password_dialog.h',
'browser/ui/crypto_module_password_dialog_nss.cc',
'browser/ui/crypto_module_password_dialog_openssl.cc',

Powered by Google App Engine
This is Rietveld 408576698