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

Unified Diff: ios/web/public/test/BUILD.gn

Issue 2920303003: [ObjC ARC] Converts ios/web/public/test:test to ARC. (Closed)
Patch Set: unsafe_unretained 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/public/test/js_test_util.h » ('j') | ios/web/public/test/js_test_util.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/test/BUILD.gn
diff --git a/ios/web/public/test/BUILD.gn b/ios/web/public/test/BUILD.gn
index 90975bd2a4e464db3192d4a44df5dec0faea4c0d..6c8c1fdaf840a97e5e9faac1886a20394af054e4 100644
--- a/ios/web/public/test/BUILD.gn
+++ b/ios/web/public/test/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
source_set("test") {
+ configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
deps = [
« no previous file with comments | « no previous file | ios/web/public/test/js_test_util.h » ('j') | ios/web/public/test/js_test_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698