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

Unified Diff: test/ios/swift/MySecondSwiftClass.swift

Issue 1160773005: Support for Swift language and Clang modules for ninja generator. Base URL: https://chromium.googlesource.com/external/gyp@master
Patch Set: Created 5 years, 6 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/ios/swift/MySecondSwiftClass.swift
diff --git a/test/ios/swift/MySecondSwiftClass.swift b/test/ios/swift/MySecondSwiftClass.swift
new file mode 100644
index 0000000000000000000000000000000000000000..4bcc6be6d075550d3c54f0c04b059539f72d3ea1
--- /dev/null
+++ b/test/ios/swift/MySecondSwiftClass.swift
@@ -0,0 +1,4 @@
+import Foundation
+
+public class MySecondSwiftClass : NSObject {
+}

Powered by Google App Engine
This is Rietveld 408576698