forked from sanyaade-mobiledev/chromium.src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the shared GTMLogger for iOS breakpad builds
Breakpad uses a custom version of GTMLogger to work around a toolchain bug in Xcode 4.2; this bug isn't present in 4.3, which iOS Chromium requires. Using a custom GTMLogger causes problems when any other code also uses GTMLogger, so this instead exports the third-party version as a linker dependency (where it can be harmlessly de-dup'd). BUG=None Review URL: https://chromiumcodereview.appspot.com/10823433 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152577 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
stuartmorgan@chromium.org
committed
Aug 21, 2012
1 parent
9f8d852
commit d335fb3
Showing
1 changed file
with
17 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters