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

Unified Diff: test/ios/xctests/App/ViewController.m

Issue 1410113002: Make ninja work with XCTests for iOS. (Closed) Base URL: https://chromium.googlesource.com/external/gyp@master
Patch Set: Created 5 years, 2 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/xctests/App/ViewController.m
diff --git a/test/ios/xctests/App/ViewController.m b/test/ios/xctests/App/ViewController.m
new file mode 100644
index 0000000000000000000000000000000000000000..87e2acbb3fbb05a275c3bc1df182daeb5dd515da
--- /dev/null
+++ b/test/ios/xctests/App/ViewController.m
@@ -0,0 +1,17 @@
+#import "ViewController.h"
+
+@interface ViewController ()
+
+@end
+
+@implementation ViewController
+
+- (void)viewDidLoad {
+ [super viewDidLoad];
+}
+
+- (void)didReceiveMemoryWarning {
+ [super didReceiveMemoryWarning];
+}
+
+@end

Powered by Google App Engine
This is Rietveld 408576698