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

Unified Diff: base/base.gypi

Issue 1778203002: Move mach code shared by Chrome IPC and Mojo to //base/mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: enum for error code Created 4 years, 9 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 | « base/BUILD.gn ('k') | base/mac/mach_port_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 9de683ee3c1ca4bfbb7384c6741e8720c1f37342..08e7ffbaa88d2e30599f7829339c53cf994c3cab 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -308,6 +308,8 @@
'mac/mach_logging.h',
'mac/mach_port_broker.h',
'mac/mach_port_broker.mm',
+ 'mac/mach_port_util.cc',
+ 'mac/mach_port_util.h',
'mac/objc_property_releaser.h',
'mac/objc_property_releaser.mm',
'mac/os_crash_dumps.cc',
« no previous file with comments | « base/BUILD.gn ('k') | base/mac/mach_port_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698