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

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

Issue 2670693003: [ObjC ARC] Converts components/history/ios/browser:browser to ARC. (Closed)
Patch Set: 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/history/ios/browser/web_state_top_sites_observer.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/ios/browser/BUILD.gn
diff --git a/components/history/ios/browser/BUILD.gn b/components/history/ios/browser/BUILD.gn
index 05fc1992be2e6223db02c4fe47971382583be781..611399e412ee85b0026e28424e9789c1fedd4df4 100644
--- a/components/history/ios/browser/BUILD.gn
+++ b/components/history/ios/browser/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
source_set("browser") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"history_database_helper.cc",
"history_database_helper.h",
« no previous file with comments | « no previous file | components/history/ios/browser/web_state_top_sites_observer.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698