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

Unified Diff: chrome/browser/history/history_indexer.idl

Issue 10816: Fix history_indexer.idl to stop from rebuilding it every time. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 12 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history_indexer.idl
===================================================================
--- chrome/browser/history/history_indexer.idl (revision 5173)
+++ chrome/browser/history/history_indexer.idl (working copy)
@@ -43,3 +43,15 @@
HRESULT DeleteUserHistoryBetween([in] VARIANT begin_time,
[in] VARIANT end_time);
};
+
+
+// This dummy library statement enforces the creation of a history_indexer.tlb.
+// This is necessary since MSVC assumes a .idl always creates a .tlb. Otherwise,
+// this .idl is always recompiled, giving many engs a headache.
+[
+ uuid(A5C5B8BE-E7E5-4cb9-A13B-B063361E7B6D),
+ helpstring("Dummy library")
+]
+library history_indexerLib
+{
+};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698