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

Unified Diff: test/ios/app-bundle/TestApp/ViewController.mm

Issue 32193007: [ninja/mac] Add xcode_emulation support for -Wobjc-missing-property-synthesis. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 7 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/app-bundle/TestApp/ViewController.mm
===================================================================
--- test/ios/app-bundle/TestApp/ViewController.mm (revision 0)
+++ test/ios/app-bundle/TestApp/ViewController.mm (working copy)
@@ -0,0 +1,11 @@
+#import <Foundation/Foundation.h>
+
+@interface TestClass : NSObject
+
+@property (nonatomic, strong) NSObject* test;
+
+@end
+
+@implementation TestClass
+
+@end
Property changes on: test/ios/app-bundle/TestApp/ViewController.mm
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property

Powered by Google App Engine
This is Rietveld 408576698