From f09093853aa0f75f22b5d0d9b7dbe6767dd9f8fe Mon Sep 17 00:00:00 2001 From: "jeanluc@chromium.org" Date: Thu, 4 Aug 2011 23:01:53 +0000 Subject: Fix obsolete dependencies so that needless recompilation does not happen. BUG=71130 Review URL: http://codereview.chromium.org/7545020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95527 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/chrome_frame.gyp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome_frame') diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index 50a7c08..2c42b87 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -712,8 +712,6 @@ 'register_bho.rgs', 'stream_impl.cc', 'stream_impl.h', - 'third_party/active_doc/in_place_menu.h', - 'third_party/active_doc/ole_document_impl.h', 'urlmon_bind_status_callback.h', 'urlmon_bind_status_callback.cc', 'urlmon_moniker.h', @@ -727,6 +725,8 @@ 'utils.cc', 'vtable_patch_manager.cc', 'vtable_patch_manager.h', + '../third_party/active_doc/in_place_menu.h', + '../third_party/active_doc/ole_document_impl.h', ], 'include_dirs': [ '<(INTERMEDIATE_DIR)/../chrome_frame', -- cgit v1.1