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

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

Issue 440293002: Provide a way to suppress implicit MIDL generation rules for actions (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Created 6 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
Index: test/win/idl-rules/Window.idl
diff --git a/test/msvs/buildevents/main.cc b/test/win/idl-rules/Window.idl
similarity index 66%
copy from test/msvs/buildevents/main.cc
copy to test/win/idl-rules/Window.idl
index 03c0285a6cc856103f8adad4d35dc76e42a51042..961b4638506f291a419624f01ed63d40f473a770 100644
--- a/test/msvs/buildevents/main.cc
+++ b/test/win/idl-rules/Window.idl
@@ -1,5 +1,9 @@
-// Copyright (c) 2014 Google Inc. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-int main() {}
+// Copyright (c) 2014 Google Inc. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+[
+ WillBeGarbageCollected,
+] interface Window {
+ void alert();
+};

Powered by Google App Engine
This is Rietveld 408576698