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

Unified Diff: ios/web/BUILD.gn

Issue 2934413002: [ObjC ARC] Converts ios/web:ios_web_inttests to ARC. (Closed)
Patch Set: rebased. 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 | ios/web/browser_state_web_view_partition_inttest.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 b7bfde79239b5cbf1900923b607796e40b362c31..21fe3f80e7e4bb2ecacfe7d60a7fc0b2ac3ccbde 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -777,6 +777,7 @@ source_set("ios_web_webui_unittests") {
}
test("ios_web_inttests") {
+ configs += [ "//build/config/compiler:enable_arc" ]
deps = [
":web",
"//base/test:test_support",
« no previous file with comments | « no previous file | ios/web/browser_state_web_view_partition_inttest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698