From c6352e9ebc6baa5f8e1e50b2b26b9b5d625bffc4 Mon Sep 17 00:00:00 2001 From: "robertshield@chromium.org" Date: Fri, 3 Dec 2010 01:57:47 +0000 Subject: Rename module_utils.cc|h and associated test to dll_redirector.cc|h etc. to match what's actually in those files. It's been a TODO for a while and a recent chat shamed me into action. BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/5560002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68128 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/chrome_frame.gyp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chrome_frame/chrome_frame.gyp') diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index 095a1ed..054817b 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -171,7 +171,7 @@ 'test/exception_barrier_unittest.cc', 'test/html_util_unittests.cc', 'test/http_negotiate_unittest.cc', - 'test/module_utils_test.cc', + 'test/dll_redirector_test.cc', 'test/policy_settings_unittest.cc', 'test/simulate_input.h', 'test/simulate_input.cc', @@ -733,6 +733,8 @@ 'com_type_info_holder.h', 'delete_chrome_history.cc', 'delete_chrome_history.h', + 'dll_redirector.cc', + 'dll_redirector.h', 'exception_barrier.cc', 'exception_barrier.h', 'exception_barrier_lowlevel.asm', @@ -748,8 +750,6 @@ 'in_place_menu.h', 'metrics_service.cc', 'metrics_service.h', - 'module_utils.cc', - 'module_utils.h', 'ole_document_impl.h', 'policy_settings.cc', 'policy_settings.h', -- cgit v1.1