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

Unified Diff: base/BUILD.gn

Issue 2123333003: Remove base::mac::LibDispatchTaskRunner and migrate its sole client to plain libdispatch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweak comments Created 4 years, 5 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.gyp » ('j') | base/files/file_path_watcher_fsevents.cc » ('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 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",
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/files/file_path_watcher_fsevents.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698