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

Unified Diff: media/BUILD.gn

Issue 1098503002: Remove the is_ensemble build variable from the GN files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | media/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 9914df259c6bdced2994f01bda9e9fbcda0a02bc..db964326c76dd2de0d2bc45c681998c783498f10 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -210,8 +210,14 @@ component("media") {
"renderers/renderer_impl.h",
"renderers/video_renderer_impl.cc",
"renderers/video_renderer_impl.h",
+ "video/capture/fake_video_capture_device.cc",
+ "video/capture/fake_video_capture_device.h",
+ "video/capture/fake_video_capture_device_factory.cc",
+ "video/capture/fake_video_capture_device_factory.h",
"video/capture/file_video_capture_device.cc",
"video/capture/file_video_capture_device.h",
+ "video/capture/file_video_capture_device_factory.cc",
+ "video/capture/file_video_capture_device_factory.h",
"video/capture/linux/v4l2_capture_delegate.cc",
"video/capture/linux/v4l2_capture_delegate.h",
"video/capture/linux/v4l2_capture_delegate_multi_plane.cc",
@@ -220,6 +226,8 @@ component("media") {
"video/capture/linux/v4l2_capture_delegate_single_plane.h",
"video/capture/linux/video_capture_device_chromeos.cc",
"video/capture/linux/video_capture_device_chromeos.h",
+ "video/capture/linux/video_capture_device_factory_linux.cc",
+ "video/capture/linux/video_capture_device_factory_linux.h",
"video/capture/linux/video_capture_device_linux.cc",
"video/capture/linux/video_capture_device_linux.h",
"video/capture/mac/platform_video_capturing_mac.h",
@@ -235,6 +243,8 @@ component("media") {
"video/capture/mac/video_capture_device_qtkit_mac.mm",
"video/capture/video_capture_device.cc",
"video/capture/video_capture_device.h",
+ "video/capture/video_capture_device_factory.cc",
+ "video/capture/video_capture_device_factory.h",
"video/capture/video_capture_device_info.cc",
"video/capture/video_capture_device_info.h",
"video/capture/win/capability_list_win.cc",
@@ -497,30 +507,11 @@ component("media") {
"//skia",
"//third_party/libyuv",
"//third_party/opus",
+ "//ui/events:events_base",
+ "//ui/gfx",
"//ui/gfx/geometry",
"//url",
]
-
- # Add the sources and dependencies that need the X11 or fontconfig libraries.
- if (!is_ensemble) {
- sources += [
- "video/capture/fake_video_capture_device.cc",
- "video/capture/fake_video_capture_device.h",
- "video/capture/fake_video_capture_device_factory.cc",
- "video/capture/fake_video_capture_device_factory.h",
- "video/capture/file_video_capture_device_factory.cc",
- "video/capture/file_video_capture_device_factory.h",
- "video/capture/linux/video_capture_device_factory_linux.cc",
- "video/capture/linux/video_capture_device_factory_linux.h",
- "video/capture/video_capture_device_factory.cc",
- "video/capture/video_capture_device_factory.h",
- ]
-
- deps += [
- "//ui/events:events_base",
- "//ui/gfx",
- ]
- }
}
# Minimal media component for media/cast on iOS.
« no previous file with comments | « no previous file | media/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698