Skip to content

Commit

Permalink
Update Breakpad to r609 to pick up:
Browse files Browse the repository at this point in the history
Convert files in .nib format to .xib format.

BUG=38443
TEST=none
Review URL: http://codereview.chromium.org/2854020

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50764 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
mark@chromium.org committed Jun 24, 2010
1 parent aef2deb commit 6a21ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ vars = {

deps = {
"src/breakpad/src":
"http://google-breakpad.googlecode.com/svn/trunk/src@605",
"http://google-breakpad.googlecode.com/svn/trunk/src@609",

"src/build/util/support":
"/trunk/deps/support@20411",
Expand Down
2 changes: 1 addition & 1 deletion breakpad/breakpad.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
'mac_bundle_resources': [
'src/client/mac/sender/English.lproj/Localizable.strings',
'src/client/mac/sender/crash_report_sender.icns',
'src/client/mac/sender/Breakpad.nib',
'src/client/mac/sender/Breakpad.xib',
'src/client/mac/sender/crash_report_sender-Info.plist',
],
'mac_bundle_resources!': [
Expand Down

0 comments on commit 6a21ce8

Please sign in to comment.