summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame.gyp
diff options
context:
space:
mode:
authorrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-14 13:35:42 +0000
committerrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-14 13:35:42 +0000
commit44a69f56d13585d17d3356d2a8b212a75fd14271 (patch)
tree5e4ee8be0799c1874fb72acc9e4132f3d5075cd7 /chrome_frame/chrome_frame.gyp
parentb7b1b932e27cf50c0b1dccb8c27eb2d689e2d262 (diff)
downloadchromium_src-44a69f56d13585d17d3356d2a8b212a75fd14271.zip
chromium_src-44a69f56d13585d17d3356d2a8b212a75fd14271.tar.gz
chromium_src-44a69f56d13585d17d3356d2a8b212a75fd14271.tar.bz2
Add multi-version delegation to Chrome Frame such that CF will scan for older versions on load and delegate to them. This is to support clean upgrade scenarios whereby a new version is registered while IE is running.
BUG=40117 TEST=Register a new CF version while an old one is loaded in IE. Open a few new tabs and observe nothing bad happening. Review URL: http://codereview.chromium.org/1562018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44473 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame.gyp')
-rw-r--r--chrome_frame/chrome_frame.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
index 9d62c56..d6b0827 100644
--- a/chrome_frame/chrome_frame.gyp
+++ b/chrome_frame/chrome_frame.gyp
@@ -218,6 +218,7 @@
'test/chrome_frame_automation_mock.h',
'test/http_server.cc',
'test/http_server.h',
+ 'test/module_utils_unittest.cc',
'test/proxy_factory_mock.cc',
'test/proxy_factory_mock.h',
'test/run_all_unittests.cc',
@@ -644,6 +645,8 @@
'http_negotiate.h',
'iids.cc',
'in_place_menu.h',
+ 'module_utils.cc',
+ 'module_utils.h',
'ole_document_impl.h',
'protocol_sink_wrap.cc',
'protocol_sink_wrap.h',