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

Unified Diff: device/udev_linux/BUILD.gn

Issue 2849953003: Use the task scheduler for blocking tasks in the USB service on Linux (Closed)
Patch Set: Remove more passing of the SequencedTaskRunner Created 3 years, 8 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 | device/udev_linux/udev_watcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/udev_linux/BUILD.gn
diff --git a/device/udev_linux/BUILD.gn b/device/udev_linux/BUILD.gn
index 0b6f60e44b7bdcf53b1bb167c82e08c08e50c432..853f58c0d75b1fb9b6f8b6b8c20a3ed1e5ae8830 100644
--- a/device/udev_linux/BUILD.gn
+++ b/device/udev_linux/BUILD.gn
@@ -18,6 +18,8 @@ if (use_udev) {
"udev_linux.h",
"udev_loader.cc",
"udev_loader.h",
+ "udev_watcher.cc",
+ "udev_watcher.h",
]
deps = [
« no previous file with comments | « no previous file | device/udev_linux/udev_watcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698