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

Unified Diff: test/mac/swift/swift_mac-Bridging-Header.h

Issue 1160773005: Support for Swift language and Clang modules for ninja generator. Base URL: https://chromium.googlesource.com/external/gyp@master
Patch Set: Fixed rare build failure when compiling with modules for multiple archs Created 5 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 | « test/mac/swift/main.m ('k') | test/mac/swift/test.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mac/swift/swift_mac-Bridging-Header.h
diff --git a/test/mac/swift/swift_mac-Bridging-Header.h b/test/mac/swift/swift_mac-Bridging-Header.h
new file mode 100644
index 0000000000000000000000000000000000000000..ef9d204457c38cbee057b7f127801a74de4dc8bc
--- /dev/null
+++ b/test/mac/swift/swift_mac-Bridging-Header.h
@@ -0,0 +1,3 @@
+@class MyObjcClass;
+
+#import "MyObjcClass.h"
« no previous file with comments | « test/mac/swift/main.m ('k') | test/mac/swift/test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698