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

Unified Diff: base/BUILD.gn

Issue 1753523002: Use a non-deprecated method to get a string from an OSStatus error . (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | base/base.gypi » ('j') | base/mac/mac_logging.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 9d1c838e980c29d2af0380682195448c6351b9a9..6355bf7298a5b70fd7d0f3555f0364515c62a28a 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -407,8 +407,8 @@ component("base") {
"mac/launchd.h",
"mac/libdispatch_task_runner.cc",
"mac/libdispatch_task_runner.h",
- "mac/mac_logging.cc",
"mac/mac_logging.h",
+ "mac/mac_logging.mm",
"mac/mac_util.h",
"mac/mac_util.mm",
"mac/mach_logging.cc",
@@ -1296,8 +1296,8 @@ component("base") {
"mac/call_with_eh_frame.h",
"mac/foundation_util.h",
"mac/foundation_util.mm",
- "mac/mac_logging.cc",
"mac/mac_logging.h",
+ "mac/mac_logging.mm",
"mac/mach_logging.cc",
"mac/mach_logging.h",
"mac/objc_property_releaser.h",
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/mac/mac_logging.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698