| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index be9f8a56e14a9434270ea961328ea3ace88b4a88..9e02ab788cfcf531790e22e200079a0863f8d157 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -406,8 +406,6 @@ component("base") {
|
| "mac/launch_services_util.h",
|
| "mac/launchd.cc",
|
| "mac/launchd.h",
|
| - "mac/libdispatch_task_runner.cc",
|
| - "mac/libdispatch_task_runner.h",
|
| "mac/mac_logging.h",
|
| "mac/mac_logging.mm",
|
| "mac/mac_util.h",
|
| @@ -1793,7 +1791,6 @@ test("base_unittests") {
|
| "mac/call_with_eh_frame_unittest.mm",
|
| "mac/dispatch_source_mach_unittest.cc",
|
| "mac/foundation_util_unittest.mm",
|
| - "mac/libdispatch_task_runner_unittest.cc",
|
| "mac/mac_util_unittest.mm",
|
| "mac/mach_port_broker_unittest.cc",
|
| "mac/objc_property_releaser_unittest.mm",
|
|
|