Introducing a BubbleWindows hosted in a views::Widget (this class is not yet in use).
Separated the style defintions pertaining to the BubbleWindow in a different module which can be shared by both the GTK and Views implementations.
Also Views implementation is disabled at the moment, although functional it is not complete.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7553022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95174 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 12c0ff9..588439f9 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -419,6 +419,10 @@
'browser/chromeos/frame/bubble_frame_view.h',
'browser/chromeos/frame/bubble_window.cc',
'browser/chromeos/frame/bubble_window.h',
+ 'browser/chromeos/frame/bubble_window_style.cc',
+ 'browser/chromeos/frame/bubble_window_style.h',
+ 'browser/chromeos/frame/bubble_window_views.cc',
+ 'browser/chromeos/frame/bubble_window_views.h',
'browser/chromeos/frame/layout_mode_button.cc',
'browser/chromeos/frame/layout_mode_button.h',
'browser/chromeos/frame/panel_browser_view.cc',