diff options
author | jeanluc@chromium.org <jeanluc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-04 23:01:53 +0000 |
---|---|---|
committer | jeanluc@chromium.org <jeanluc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-04 23:01:53 +0000 |
commit | f09093853aa0f75f22b5d0d9b7dbe6767dd9f8fe (patch) | |
tree | f9cecb10e91eddd9aea3ccc78d60fdd437a9840f /chrome_frame | |
parent | d68070cb58aba4339fc1353fe23cd8afb7dd44dc (diff) | |
download | chromium_src-f09093853aa0f75f22b5d0d9b7dbe6767dd9f8fe.zip chromium_src-f09093853aa0f75f22b5d0d9b7dbe6767dd9f8fe.tar.gz chromium_src-f09093853aa0f75f22b5d0d9b7dbe6767dd9f8fe.tar.bz2 |
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
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
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', |