trunk christine$ ninja -C out/Debug
ninja: Entering directory `out/Debug'
[2/4] OBJC obj/talk/examples/StatusBar...tatusBarApp/StatusBarApp.AppDelegate.o
FAILED: ../../third_party/llvm-build/Release+Asserts/bin/clang -MMD -MF obj/talk/examples/StatusBarApp/StatusBarApp/StatusBarApp.AppDelegate.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -DEXPAT_RELATIVE_PATH -DFEATURE_ENABLE_VOICEMAIL -DGTEST_RELATIVE_PATH -DJSONCPP_RELATIVE_PATH -DLOGGING=1 -DSRTP_RELATIVE_PATH -DFEATURE_ENABLE_SSL -DFEATURE_ENABLE_PSTN -DHAVE_SRTP -DHAVE_WEBRTC_VIDEO -DHAVE_WEBRTC_VOICE -DUSE_WEBRTC_DEV_BRANCH -D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 -DCHROMIUM_BUILD -DCR_CLANG_REVISION=209387 -DUSE_LIBJPEG_TURBO=1 -DENABLE_ONE_CLICK_SIGNIN -DENABLE_PRE_SYNC_BACKUP -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DENABLE_PEPPER_CDMS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_HIDPI=1 -DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY -DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGIN_INSTALLATION=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DCLD_DATA_FROM_STATIC -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 -DENABLE_SERVICE_DISCOVERY=1 -DENABLE_WIFI_BOOTSTRAPPING=1 -DLIBPEERCONNECTION_LIB=1 -DOSX -DHAVE_SCTP -DHASH_NAMESPACE=__gnu_cxx -DPOSIX -DDISABLE_DYNAMIC_CAST -D_REENTRANT -DSSL_USE_NSS -DHAVE_NSS_SSL_H -DSSL_USE_NSS_RNG -DNSS_PLATFORM_CLIENT_AUTH -DNO_NSPR_10_SUPPORT -DNSPR_STATIC -DNSS_STATIC -DNSS_USE_STATIC_LIBS -DUSE_UTIL_DIRECTLY -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -D_DEBUG -Igen -I../.. -I../.. -I../../third_party -I../../third_party/webrtc -I../../webrtc -I../../net/third_party/nss/ssl -I../../third_party/nss/nspr/pr/include -I../../third_party/nss/nspr/lib/ds -I../../third_party/nss/nspr/lib/libc/include -I../../third_party/nss/nss/lib/base -I../../third_party/nss/nss/lib/certdb -I../../third_party/nss/nss/lib/certhigh -I../../third_party/nss/nss/lib/cryptohi -I../../third_party/nss/nss/lib/dev -I../../third_party/nss/nss/lib/freebl -I../../third_party/nss/nss/lib/freebl/ecl -I../../third_party/nss/nss/lib/nss -I../../third_party/nss/nss/lib/pk11wrap -I../../third_party/nss/nss/lib/pkcs7 -I../../third_party/nss/nss/lib/pki -I../../third_party/nss/nss/lib/smime -I../../third_party/nss/nss/lib/softoken -I../../third_party/nss/nss/lib/util -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -O0 -gdwarf-2 -fvisibility=hidden -Werror -Wnewline-eof -mmacosx-version-min=10.6 -arch i386 -Wendif-labels -Wno-unused-parameter -Wno-missing-field-initializers -Wheader-hygiene -Wno-c++11-narrowing -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-deprecated-register -Wno-selector-type-mismatch -std=c99 -fcolor-diagnostics -fno-strict-aliasing -fstack-protector-all -Wobjc-missing-property-synthesis  -c ../../talk/examples/StatusBarApp/StatusBarApp/AppDelegate.m -o obj/talk/examples/StatusBarApp/StatusBarApp/StatusBarApp.AppDelegate.o
../../talk/examples/StatusBarApp/StatusBarApp/AppDelegate.m:11:17: error: property 'window' requires method 'window' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation [-Werror,-Wobjc-property-implementation]
@implementation AppDelegate
                ^
../../talk/examples/StatusBarApp/StatusBarApp/AppDelegate.h:18:39: note: property declared here
@property (assign) IBOutlet NSWindow *window;
                                      ^
../../talk/examples/StatusBarApp/StatusBarApp/AppDelegate.m:11:17: error: property 'window' requires method 'setWindow:' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation [-Werror,-Wobjc-property-implementation]
@implementation AppDelegate
                ^
../../talk/examples/StatusBarApp/StatusBarApp/AppDelegate.h:18:39: note: property declared here
@property (assign) IBOutlet NSWindow *window;
                                      ^
2 errors generated.
[2/4] OBJC obj/talk/examples/StatusBarApp/StatusBarApp/StatusBarApp.main.o
ninja: build stopped: subcommand failed.

