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

Side by Side Diff: test/ios/xctests/App/main.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 unified diff | Download patch
OLDNEW
(Empty)
1 #import <UIKit/UIKit.h>
2 #import "AppDelegate.h"
3
4 int main(int argc, char* argv[]) {
5 @autoreleasepool {
6 return UIApplicationMain(
7 argc, argv, nil, NSStringFromClass([AppDelegate class]));
8 }
9 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698