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

Unified Diff: media/capture/BUILD.gn

Issue 2648743002: Rotate frames according to camera orientation (Closed)
Patch Set: removed {} for one-line blocks Created 3 years, 11 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 | media/capture/video/linux/camera_config_chromeos.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/BUILD.gn
diff --git a/media/capture/BUILD.gn b/media/capture/BUILD.gn
index 4414910241776481f50faf2e61fb20ea50a71ef1..b7568088a2711bed355c9ef9917fd03bd1ab4bb7 100644
--- a/media/capture/BUILD.gn
+++ b/media/capture/BUILD.gn
@@ -30,8 +30,8 @@ component("capture") {
"video/file_video_capture_device.h",
"video/file_video_capture_device_factory.cc",
"video/file_video_capture_device_factory.h",
- "video/linux/camera_facing_chromeos.cc",
- "video/linux/camera_facing_chromeos.h",
+ "video/linux/camera_config_chromeos.cc",
+ "video/linux/camera_config_chromeos.h",
"video/linux/v4l2_capture_delegate.cc",
"video/linux/v4l2_capture_delegate.h",
"video/linux/video_capture_device_chromeos.cc",
@@ -171,7 +171,7 @@ test("capture_unittests") {
"content/smooth_event_sampler_unittest.cc",
"content/video_capture_oracle_unittest.cc",
"video/fake_video_capture_device_unittest.cc",
- "video/linux/camera_facing_chromeos_unittest.cc",
+ "video/linux/camera_config_chromeos_unittest.cc",
"video/linux/v4l2_capture_delegate_unittest.cc",
"video/mac/video_capture_device_factory_mac_unittest.mm",
"video/video_capture_device_unittest.cc",
« no previous file with comments | « no previous file | media/capture/video/linux/camera_config_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698