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

Unified Diff: content/common/BUILD.gn

Issue 882123004: Renamed v4l2_video_device.*->v4l2_device.* and generic_v4l2_video_device.*->generic_v4l2_device.* a… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed the include to updated file name. Created 5 years, 10 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 | content/common/gpu/media/generic_v4l2_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index b311783b51e1f2292b057911479c01da9e7d500e..7f2742cf6df34e6d00cb8f59968c1d246fc0835c 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -329,20 +329,20 @@ source_set("common") {
defines += [ "USE_V4L2_CODEC" ]
sources += [
"gpu/media/accelerated_video_decoder.h",
- "gpu/media/generic_v4l2_video_device.cc",
- "gpu/media/generic_v4l2_video_device.h",
+ "gpu/media/generic_v4l2_device.cc",
+ "gpu/media/generic_v4l2_device.h",
"gpu/media/h264_decoder.cc",
"gpu/media/h264_decoder.h",
"gpu/media/h264_dpb.cc",
"gpu/media/h264_dpb.h",
+ "gpu/media/v4l2_device.cc",
+ "gpu/media/v4l2_device.h",
"gpu/media/v4l2_image_processor.cc",
"gpu/media/v4l2_image_processor.h",
"gpu/media/v4l2_slice_video_decode_accelerator.cc",
"gpu/media/v4l2_slice_video_decode_accelerator.h",
"gpu/media/v4l2_video_decode_accelerator.cc",
"gpu/media/v4l2_video_decode_accelerator.h",
- "gpu/media/v4l2_video_device.cc",
- "gpu/media/v4l2_video_device.h",
"gpu/media/v4l2_video_encode_accelerator.cc",
"gpu/media/v4l2_video_encode_accelerator.h",
"gpu/media/vp8_decoder.cc",
@@ -357,8 +357,8 @@ source_set("common") {
}
if (current_cpu == "arm") {
sources += [
- "gpu/media/tegra_v4l2_video_device.cc",
- "gpu/media/tegra_v4l2_video_device.h",
+ "gpu/media/tegra_v4l2_device.cc",
+ "gpu/media/tegra_v4l2_device.h",
]
}
if (current_cpu != "arm") {
« no previous file with comments | « no previous file | content/common/gpu/media/generic_v4l2_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698