FYI: I rolled back r35237 to fix the build.

http://src.chromium.org/viewvc/chrome?view=rev&revision=35237 broke the Mac
unit tests (
http://build.chromium.org/buildbot/waterfall/builders/Chromium%20Mac/builds/3792/steps/unit_tests/logs/stdio
).

Specifically FontLanguageSettingsControllerTest, it looks like the reason is
that the FontLanguageSettings.nib is no longer generated or copied to the
xcodebuild/Debug directory so

NSString* nibpath = [mac_util::MainAppBundle()
pathForResource:@"FontLanguageSettings"
ofType:@"nib"];

in font_language_settings_controller.mm returns nil and an exception is
thrown in the proceeding line.

Best regards,
Jeremy

-- 
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev

Reply via email to