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

Unified Diff: components/sessions/BUILD.gn

Issue 2937493002: [ObjC ARC] Converts components/sessions:unit_tests to ARC. (Closed)
Patch Set: fix BUILD.gn Created 3 years, 6 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/sessions/ios/ios_serialized_navigation_builder_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sessions/BUILD.gn
diff --git a/components/sessions/BUILD.gn b/components/sessions/BUILD.gn
index fc20eacf6da1d29bb3db8388742bb3e395a58729..5ec556c3e16b343f3fc511bbb2d9e5c873e52fc9 100644
--- a/components/sessions/BUILD.gn
+++ b/components/sessions/BUILD.gn
@@ -159,6 +159,9 @@ static_library("test_support") {
}
source_set("unit_tests") {
+ if (is_ios) {
+ configs += [ "//build/config/compiler:enable_arc" ]
Mr4D (OOO till 08-26) 2017/06/12 21:13:32 I am confused now: Do we want to allow ARC for iOS
+ }
testonly = true
sources = [
"core/serialized_navigation_entry_unittest.cc",
« no previous file with comments | « no previous file | components/sessions/ios/ios_serialized_navigation_builder_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698