diff options
author | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-14 20:56:01 +0000 |
---|---|---|
committer | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-14 20:56:01 +0000 |
commit | 2bf5f415ac56938fa2b99417b21ce0c75476d3f4 (patch) | |
tree | 2f32792d3fe9ea6f4a5b003c073e68e8d8ab2c2a /chrome_frame/chrome_frame.gyp | |
parent | 61e512816c5510a234f0e5dd21d7556f207cc4cd (diff) | |
download | chromium_src-2bf5f415ac56938fa2b99417b21ce0c75476d3f4.zip chromium_src-2bf5f415ac56938fa2b99417b21ce0c75476d3f4.tar.gz chromium_src-2bf5f415ac56938fa2b99417b21ce0c75476d3f4.tar.bz2 |
Implement a ReadyPromptContent that displays a prompt to accept, temporarily decline, or permanently decline ready mode. Implement a RegistryReadyModeState that manages the state (based on user's decision) in the registry. Interfaces to integrate those with the installer.
BUG=None
TEST=chrome_frame_unittests --gtest_filter='Ready*'
Review URL: http://codereview.chromium.org/5747002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69175 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame.gyp')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index 0803255..42054ff 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -168,12 +168,13 @@ 'test/chrome_frame_test_utils.h', 'test/chrome_frame_test_utils.cc', 'test/com_message_event_unittest.cc', + 'test/dll_redirector_test.cc', '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/ready_mode_unittest.cc', 'test/simulate_input.h', 'test/simulate_input.cc', 'test/urlmon_moniker_tests.h', @@ -845,6 +846,15 @@ 'policy_settings.h', 'protocol_sink_wrap.cc', 'protocol_sink_wrap.h', + 'ready_mode/internal/installation_state.h', + 'ready_mode/internal/ready_mode_state.h', + 'ready_mode/internal/ready_prompt_content.cc', + 'ready_mode/internal/ready_prompt_content.h', + 'ready_mode/internal/ready_prompt_window.cc', + 'ready_mode/internal/ready_prompt_window.h', + 'ready_mode/internal/registry_ready_mode_state.cc', + 'ready_mode/internal/registry_ready_mode_state.h', + 'ready_mode/ready_mode_manager.h', 'register_bho.rgs', 'stream_impl.cc', 'stream_impl.h', @@ -904,7 +914,8 @@ ], 'process_outputs_as_sources': 0, 'message': - 'Assembling <(RULE_INPUT_PATH) to <(INTERMEDIATE_DIR)\<(RULE_INPUT_ROOT).obj.', + 'Assembling <(RULE_INPUT_PATH) to ' \ + '<(INTERMEDIATE_DIR)\<(RULE_INPUT_ROOT).obj.', }, ], 'msvs_settings': { |