Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: chrome_frame/chrome_frame.gyp

Issue 7545020: Fix obsolete dependencies so that needless recompilation does not happen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_common.gypi ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame.gyp
===================================================================
--- chrome_frame/chrome_frame.gyp (revision 95485)
+++ chrome_frame/chrome_frame.gyp (working copy)
@@ -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',
« no previous file with comments | « chrome/chrome_common.gypi ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698