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

Unified Diff: ios/chrome/test/ocmock/BUILD.gn

Issue 2891143002: [ObjC ARC] Converts ios/chrome/test/ocmock:ocmock to ARC. (Closed)
Patch Set: Rebase 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/chrome/test/ocmock/OCMockObject+BreakpadControllerTesting.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/test/ocmock/BUILD.gn
diff --git a/ios/chrome/test/ocmock/BUILD.gn b/ios/chrome/test/ocmock/BUILD.gn
index 6c079a295ad08df78b0454f1df8d2e5f8809fd1a..cc3ebdf380848fe235fbd2000f52c345ef10925b 100644
--- a/ios/chrome/test/ocmock/BUILD.gn
+++ b/ios/chrome/test/ocmock/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
source_set("ocmock") {
+ configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
sources = [
"OCMockObject+BreakpadControllerTesting.h",
« no previous file with comments | « no previous file | ios/chrome/test/ocmock/OCMockObject+BreakpadControllerTesting.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698