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

Unified Diff: test/win/idl-includedirs/subdir/foo.idl

Issue 602073003: Add support for MIDL include directories (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Created 6 years, 3 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
Index: test/win/idl-includedirs/subdir/foo.idl
diff --git a/test/win/idl-excluded/bad.idl b/test/win/idl-includedirs/subdir/foo.idl
similarity index 51%
copy from test/win/idl-excluded/bad.idl
copy to test/win/idl-includedirs/subdir/foo.idl
index 38554e96350a03377a5b9fcb20d95b2fe465c033..c8c65b9be6d18b70bf82350fe1b0ec910d383ee1 100644
--- a/test/win/idl-excluded/bad.idl
+++ b/test/win/idl-includedirs/subdir/foo.idl
@@ -2,5 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-This is a dummy .idl file that will trigger an error if it is not excluded from
-the build.
+import "oaidl.idl";
+import "bar.idl";
scottmg 2014/09/25 16:53:10 would this have been found based on "." probably b
Shezan Baig (Bloomberg) 2014/09/25 17:00:21 Did you mean '.' relative to the 'subdir'? I don'
scottmg 2014/09/25 17:05:31 Yes, that's what I was obtusely getting at. :) Tha
+
+[
+ object,
+ uuid(9C1100DD-51D4-4827-AE9F-3B8FAC4AED72),
+]
+interface Foo : IUnknown {
+ HRESULT FooFunction(Bar* bar);
+};
« test/win/idl-includedirs/subdir/bar.idl ('K') | « test/win/idl-includedirs/subdir/bar.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698