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

Unified Diff: components/translate/ios/browser/BUILD.gn

Issue 2645603002: [ObjC ARC] Converts components/translate/ios/browser:browser to ARC. (Closed)
Patch Set: Removed include Created 3 years, 11 months 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
« no previous file with comments | « no previous file | components/translate/ios/browser/ios_translate_driver.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/translate/ios/browser/BUILD.gn
diff --git a/components/translate/ios/browser/BUILD.gn b/components/translate/ios/browser/BUILD.gn
index d95a2f7123d77adccddbf610a669d2d84e5b9b07..b514e9169f621376c257bf737f83c58774fcbf33 100644
--- a/components/translate/ios/browser/BUILD.gn
+++ b/components/translate/ios/browser/BUILD.gn
@@ -5,6 +5,7 @@
import("//ios/web/js_compile.gni")
source_set("browser") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"ios_translate_driver.h",
"ios_translate_driver.mm",
« no previous file with comments | « no previous file | components/translate/ios/browser/ios_translate_driver.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698