Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index f4eb27f460afae50fb479d6b6f0080489a7c4d66..2170520185d2cf813a8159159305b64a280fbb6c 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -271,6 +271,8 @@ component("base") { |
"mac/bundle_locations.h", |
"mac/bundle_locations.mm", |
"mac/cocoa_protocols.h", |
+ "mac/dispatch_source_mach.cc", |
+ "mac/dispatch_source_mach.h", |
"mac/foundation_util.h", |
"mac/foundation_util.mm", |
"mac/launch_services_util.cc", |
@@ -1150,6 +1152,7 @@ test("base_unittests") { |
"lazy_instance_unittest.cc", |
"logging_unittest.cc", |
"mac/bind_objc_block_unittest.mm", |
+ "mac/dispatch_source_mach_unittest.cc", |
"mac/foundation_util_unittest.mm", |
"mac/libdispatch_task_runner_unittest.cc", |
"mac/mac_util_unittest.mm", |