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

Unified Diff: ios/public/consumer/base/BUILD.gn

Issue 2548313003: Revert of [ObjC ARC] Converts ios/public/consumer/base:base to ARC.Automatically generated ARCMigrat (Closed)
Patch Set: Created 4 years 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 | « ios/consumer/base/debugger.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/consumer/base/BUILD.gn
diff --git a/ios/public/consumer/base/BUILD.gn b/ios/public/consumer/base/BUILD.gn
index cc242cfc3101d0d30f3570cd91c58644dc018ab8..eb83ba22b1adcf0d9f15821bbf91574e002c623a 100644
--- a/ios/public/consumer/base/BUILD.gn
+++ b/ios/public/consumer/base/BUILD.gn
@@ -3,9 +3,8 @@
# found in the LICENSE file.
source_set("base") {
- configs += [ "//build/config/compiler:enable_arc" ]
sources = [
- "//ios/consumer/base/debugger.cc",
+ "//ios/consumer/base/debugger.mm",
"//ios/public/consumer/base/debugger.h",
]
deps = [
« no previous file with comments | « ios/consumer/base/debugger.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698