forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move from content/browser: UDevLinux -> device/udev; DeviceMonitorUde…
…v -> media/capture BrowserMainLoop uses DeviceMonitorUdev to monitor for audio/video device changes. This CL moves that monitor to media/capture so it can be used from other sources (concretely components/video_capture). DeviceMonitorUdev uses content/browser/UDevLinux, which is also used by GamepadPlatformDataFetcherLinux: This CL also moves this UDevLinux to device/udev_linux. to join its peers in Note that this CL doesn't really add any dependencies that were not there to start with. Also rewritten two fors in DeviceMonitorLinux as range-fors, and passing a ref to |io_task_runner| for thread checking. For the rest, no new code. ** note that use_udev implies os==linux [1] BUG=584817 [1] https://code.google.com/p/chromium/codesearch#chromium/src/build/common.gypi&l=758 Review URL: https://codereview.chromium.org/1674353003 Cr-Commit-Position: refs/heads/master@{#375014}
- Loading branch information
Showing
16 changed files
with
158 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.