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

Unified Diff: chrome_frame/chrome_frame.gyp

Issue 4766003: Preview CL for adding an Infobar facility to Google Chrome Frame.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years 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
« no previous file with comments | « no previous file | chrome_frame/infobars/content.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame.gyp
===================================================================
--- chrome_frame/chrome_frame.gyp (revision 66767)
+++ chrome_frame/chrome_frame.gyp (working copy)
@@ -171,6 +171,7 @@
'test/exception_barrier_unittest.cc',
'test/html_util_unittests.cc',
'test/http_negotiate_unittest.cc',
+ 'test/infobar_unittests.cc',
'test/module_utils_test.cc',
'test/policy_settings_unittest.cc',
'test/simulate_input.h',
@@ -741,6 +742,16 @@
'http_negotiate.h',
'iids.cc',
'in_place_menu.h',
+ 'infobars/content.h',
+ 'infobars/internal/displaced_window.cc',
+ 'infobars/internal/displaced_window.h',
+ 'infobars/internal/host_window.cc',
+ 'infobars/internal/host_window.h',
+ 'infobars/internal/infobar_window.cc',
+ 'infobars/internal/infobar_window.h',
+ 'infobars/internal/subclassing_window.h',
+ 'infobars/manager.h',
+ 'infobars/manager.cc',
'metrics_service.cc',
'metrics_service.h',
'module_utils.cc',
@@ -750,6 +761,10 @@
'policy_settings.h',
'protocol_sink_wrap.cc',
'protocol_sink_wrap.h',
+ 'ready_mode/manager.cc',
+ 'ready_mode/manager.h',
+ 'ready_mode/internal/prompt_content.cc',
+ 'ready_mode/internal/prompt_content.h',
'register_bho.rgs',
'stream_impl.cc',
'stream_impl.h',
« no previous file with comments | « no previous file | chrome_frame/infobars/content.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698