Chromium Code Reviews
DescriptionGN: Generate appropriate .dSYMs for .frameworks and .apps
.dSYM file names should match the name of the bundle they were generated for:
For "Chromium.app" "Chromium.app.dSYM" should be used, and for
"Chromium Framework.framework" "Chromium Framework.framework.dSYM".
.dSYM bundles are generated by the template("mac_toolchain"), which
knows nothing of the .app/.framework suffixes, so we're moving the
.dSYMs to the proper location when forming the .app/.framework bundles.
BUG=699153
Patch Set 1 #Patch Set 2 : Modify linker_driver.py to create .dSYMs with correct names. #
Total comments: 2
Messages
Total messages: 12 (2 generated)
|
|||||||||||||||||||||||||||||||||||||