New issue
Advanced search Search tips

Issue 733237 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 3
Type: Task



Sign in to add a comment

Add an explicit disable_arc gn target for build targets that must keep manual memory management.

Project Member Reported by marq@chromium.org, Jun 14 2017

Issue description

/ios/chbrome/test:block_cleanup_test depends on manual retain/release, at this is currently enforced only by a comments.

Instead, a build config target complementary to //build/config/compiler:enable_arc should be available that explicitly disables ARC.

 
It's pretty easy to do, check https://chromereviews.googleplex.com/591917014 for an example on how to do this.

Sign in to add a comment