Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(348)

Unified Diff: ios/chrome/browser/web/BUILD.gn

Issue 2518583002: [ObjC ARC] Converts ios/chrome/browser/web:web to ARC. (Closed)
Patch Set: Removes scoped_block and scoped_nsobject Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ios/chrome/browser/web/BUILD.gn
diff --git a/ios/chrome/browser/web/BUILD.gn b/ios/chrome/browser/web/BUILD.gn
index 3f59b9bb327567b74d5aa4214b0621cb345898cd..4120c29066b75454909803c4578b106f03a44fb7 100644
--- a/ios/chrome/browser/web/BUILD.gn
+++ b/ios/chrome/browser/web/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
source_set("web") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"dom_altering_lock.h",
"dom_altering_lock.mm",
« no previous file with comments | « no previous file | ios/chrome/browser/web/dom_altering_lock.mm » ('j') | ios/chrome/browser/web/resubmit_data_controller.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698