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

Unified Diff: test/win/idl-rules/history_indexer.idl

Issue 9990006: ninja windows: Support magic idl build rules (Closed) Base URL: https://gyp.googlecode.com/svn/trunk
Patch Set: copyright header Created 8 years, 8 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 | « test/win/idl-rules/basic-idl.gyp ('k') | test/win/idl-rules/history_indexer_user.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/win/idl-rules/history_indexer.idl
diff --git a/test/win/idl-rules/history_indexer.idl b/test/win/idl-rules/history_indexer.idl
new file mode 100644
index 0000000000000000000000000000000000000000..e866ce6d90ca6056699f7bc84217f0d5904ca42d
--- /dev/null
+++ b/test/win/idl-rules/history_indexer.idl
@@ -0,0 +1,17 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+import "oaidl.idl";
+import "ocidl.idl";
+
+[
+ object,
+ uuid(9C1100DD-51D4-4827-AE9F-3B8FAC4AED72),
+ oleautomation,
+ nonextensible,
+ pointer_default(unique)
+]
+interface IChromeHistoryIndexer : IUnknown {
+ HRESULT SomeFunction([in] VARIANT begin_time, [in] VARIANT end_time);
+};
« no previous file with comments | « test/win/idl-rules/basic-idl.gyp ('k') | test/win/idl-rules/history_indexer_user.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698