diff options
author | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-03 16:22:00 +0000 |
---|---|---|
committer | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-03 16:22:00 +0000 |
commit | d7b59a0c525807f1eaf0456c3db3b4f659bcccc4 (patch) | |
tree | e26dd48c52a7755ec84f9c44b8a8e03fc9d39dde /chrome_frame/chrome_frame.gyp | |
parent | 385a2b73c0e717d27145521f7c3f557004e0453e (diff) | |
download | chromium_src-d7b59a0c525807f1eaf0456c3db3b4f659bcccc4.zip chromium_src-d7b59a0c525807f1eaf0456c3db3b4f659bcccc4.tar.gz chromium_src-d7b59a0c525807f1eaf0456c3db3b4f659bcccc4.tar.bz2 |
Add an infobar facility to Chrome Frame. Allows clients to display and hide arbitrary content at the top or botom of an IE tab.
BUG=None
TEST=chrome_frame_unittests --gtest_filter=Infobars*
Review URL: http://codereview.chromium.org/4766003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68176 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame.gyp')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index 054817b..1daca741 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -171,6 +171,7 @@ 'test/exception_barrier_unittest.cc', 'test/html_util_unittests.cc', 'test/http_negotiate_unittest.cc', + 'test/infobar_unittests.cc', 'test/dll_redirector_test.cc', 'test/policy_settings_unittest.cc', 'test/simulate_input.h', @@ -748,6 +749,16 @@ 'http_negotiate.h', 'iids.cc', 'in_place_menu.h', + 'infobars/infobar_content.h', + 'infobars/internal/displaced_window_manager.cc', + 'infobars/internal/displaced_window_manager.h', + 'infobars/internal/host_window_manager.cc', + 'infobars/internal/host_window_manager.h', + 'infobars/internal/infobar_window.cc', + 'infobars/internal/infobar_window.h', + 'infobars/internal/subclassing_window_with_delegate.h', + 'infobars/infobar_manager.h', + 'infobars/infobar_manager.cc', 'metrics_service.cc', 'metrics_service.h', 'ole_document_impl.h', |