diff options
author | robertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-03 01:57:47 +0000 |
---|---|---|
committer | robertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-03 01:57:47 +0000 |
commit | c6352e9ebc6baa5f8e1e50b2b26b9b5d625bffc4 (patch) | |
tree | b9c639e1174d9c4abfdac79104bd1e163618b1b6 /chrome_frame/chrome_frame.gyp | |
parent | c968b347fc78f79b0ecb893029a744cf4ac5b6a3 (diff) | |
download | chromium_src-c6352e9ebc6baa5f8e1e50b2b26b9b5d625bffc4.zip chromium_src-c6352e9ebc6baa5f8e1e50b2b26b9b5d625bffc4.tar.gz chromium_src-c6352e9ebc6baa5f8e1e50b2b26b9b5d625bffc4.tar.bz2 |
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
Diffstat (limited to 'chrome_frame/chrome_frame.gyp')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 6 |
1 files changed, 3 insertions, 3 deletions
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', |