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

Unified Diff: ios/web/BUILD.gn

Issue 2511993004: [ObjC ARC] Converts ios/web:core to ARC.Automatically generated ARCMigrate commitNotable issues:… (Closed)
Patch Set: rename variables Created 4 years, 1 month 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 | ios/web/crw_network_activity_indicator_manager.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/BUILD.gn
diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
index d2b37d673589d11d4ef636bebcaa48ea8af57f50..5c52ec50adc4cf414eb7192a02d4f5129c5ab8f6 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -303,6 +303,7 @@ source_set("web") {
}
source_set("core") {
+ configs += [ "//build/config/compiler:enable_arc" ]
deps = [
"//base",
"//url",
@@ -311,8 +312,8 @@ source_set("core") {
sources = [
"crw_network_activity_indicator_manager.h",
"crw_network_activity_indicator_manager.mm",
+ "history_state_util.cc",
"history_state_util.h",
- "history_state_util.mm",
]
}
« no previous file with comments | « no previous file | ios/web/crw_network_activity_indicator_manager.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698